Interface IEvidence
public interface IEvidence
This interface represents an Evidence record as stored in the Evidence Store. This is a read only wrapper and is used for all client side purposes.
-
Method Summary
Modifier and TypeMethodDescriptionGets the certificate value for this Evidence.Gets the createDate value for this Evidence.Gets the errorMessage value for this Evidence.Gets the evidenceId value for this Evidence.Gets the content for this Evidence.Gets the encoding used before signing for this Evidence.oracle.bpel.services.workflow.evidence.PolicyType
Gets the policy value for this Evidence.Gets the signature value for this Evidence.Gets the singedDate value for this Evidence.Gets the outcome associated with this Evidence.Gets the status value for this Evidence.Gets the taskId value for this Evidence.int
Gets the taskNumber value for this Evidence.int
Gets the taskPriority value for this Evidence.Gets the taskStatus value for this Evidence.Gets the taskSubStatus value for this Evidence.Gets the taskTitle value for this Evidence.int
Gets the taskVersion value for this Evidence.Gets the verifiedDate value for this Evidence.oracle.bpel.services.workflow.evidence.WorkflowType
Gets the wfType value for this Evidence.
-
Method Details
-
getEvidenceId
Gets the evidenceId value for this Evidence.- Returns:
- evidenceId
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskId
Gets the taskId value for this Evidence.- Returns:
- taskId
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskNumber
int getTaskNumber() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the taskNumber value for this Evidence.- Returns:
- taskNumber
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskVersion
int getTaskVersion() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the taskVersion value for this Evidence.- Returns:
- taskVersion
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskPriority
int getTaskPriority() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the taskPriority value for this Evidence.- Returns:
- taskPriority
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskTitle
Gets the taskTitle value for this Evidence.- Returns:
- taskTitle
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskStatus
Gets the taskStatus value for this Evidence.- Returns:
- taskStatus
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getTaskSubStatus
Gets the taskSubStatus value for this Evidence.- Returns:
- taskSubStatus
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getWorkflowType
oracle.bpel.services.workflow.evidence.WorkflowType getWorkflowType() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the wfType value for this Evidence.- Returns:
- wfType
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getCertificate
ICertificate getCertificate() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the certificate value for this Evidence.- Returns:
- certificate
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getPolicy
oracle.bpel.services.workflow.evidence.PolicyType getPolicy() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the policy value for this Evidence.- Returns:
- policy
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getPlainText
Gets the content for this Evidence.- Returns:
- plainText
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getPlainTextEncoding
String getPlainTextEncoding() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the encoding used before signing for this Evidence.- Returns:
- plainTextEncoding
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getSignedTaskOutcome
String getSignedTaskOutcome() throws oracle.bpel.services.workflow.evidence.EvidenceServiceExceptionGets the outcome associated with this Evidence.- Returns:
- outcome
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getSignature
Gets the signature value for this Evidence.- Returns:
- signature
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getCreateDate
Gets the createDate value for this Evidence.- Returns:
- createDate
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getSignedDate
Gets the singedDate value for this Evidence.- Returns:
- singedDate
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getVerifiedDate
Gets the verifiedDate value for this Evidence.- Returns:
- verifiedDate
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getErrorMessage
Gets the errorMessage value for this Evidence.- Returns:
- errorMessage
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-
getStatus
Gets the status value for this Evidence.- Returns:
- status
- Throws:
oracle.bpel.services.workflow.evidence.EvidenceServiceException
-