| java.lang.Object org.wfmc.audit.WMAAuditEntry org.wfmc.audit.WMARemoteAuditBase org.wfmc.audit.WMASourceWorkflow
All known Subclasses: org.wfmc.audit.WMAGetAttributesSourceWorkflowRequest, org.wfmc.audit.WMASourceWorkflowRequest, org.wfmc.audit.WMASetAttributesTargetWorkflowResponse, org.wfmc.audit.WMASetAttributesSourceWorkflowRequest, org.wfmc.audit.WMAGetAttributesTargetWorkflowResponse, org.wfmc.audit.WMAChangeTargetWorkflowResponse,
WMASourceWorkflow | abstract public class WMASourceWorkflow extends WMARemoteAuditBase (Code) | | Section 8 of the WfMC Interface 5 standard. This is simply a base class
that other classes extend.
author: Antony Lodge |
Constructor Summary | |
protected | WMASourceWorkflow() | protected | WMASourceWorkflow(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceActivityDefinitionBusinessName, String targetProcessInstanceId, String targetProcessDefinitionBusinessName, String targetNodeId, String targetUserId, String targetRoleId) |
WMASourceWorkflow | protected WMASourceWorkflow()(Code) | | |
WMASourceWorkflow | protected WMASourceWorkflow(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceActivityDefinitionBusinessName, String targetProcessInstanceId, String targetProcessDefinitionBusinessName, String targetNodeId, String targetUserId, String targetRoleId)(Code) | | Parameters: cwadPrefix - Parameters: messageId - Parameters: extensionNumber - Parameters: extensionType - Parameters: sourceConversationId - Parameters: targetConversationId - Parameters: sourceActivityDefinitionBusinessName - Parameters: targetProcessInstanceId - Parameters: targetProcessDefinitionBusinessName - Parameters: targetNodeId - Parameters: targetUserId - Parameters: targetRoleId - |
getSourceActivityDefinitionBusinessName | public String getSourceActivityDefinitionBusinessName()(Code) | | WMAObjectName Business name of current activity on the sourceengine originating the request to create a new process instance |
getTargetNodeId | public String getTargetNodeId()(Code) | | Node Id of Workflow Engine accepting the conversation |
getTargetProcessDefinitionBusinessName | public String getTargetProcessDefinitionBusinessName()(Code) | | null | as supplied by target Workflow Engine |
getTargetProcessInstanceId | public String getTargetProcessInstanceId()(Code) | | process instance created on the target Workflow Engine |
getTargetRoleId | public String getTargetRoleId()(Code) | | null | IS of remote role requested to perform the process |
getTargetUserId | public String getTargetUserId()(Code) | | null | Id of remote user requested // O perform the process |
setSourceActivityDefinitionBusinessName | public void setSourceActivityDefinitionBusinessName(String sourceActivityDefinitionBusinessName)(Code) | | Parameters: sourceActivityDefinitionBusinessName - WMAObjectName Business nameof current activity on the source engine originating the requestto create a new process instance |
setTargetNodeId | public void setTargetNodeId(String targetNodeId)(Code) | | Parameters: targetNodeId - Node Id of Workflow Engine accepting the conversation |
setTargetProcessDefinitionBusinessName | public void setTargetProcessDefinitionBusinessName(String targetProcessDefinitionBusinessName)(Code) | | Parameters: targetProcessDefinitionBusinessName - null | as supplied by targetWorkflow Engine |
setTargetProcessInstanceId | public void setTargetProcessInstanceId(String targetProcessInstanceId)(Code) | | Parameters: targetProcessInstanceId - process instance created on the targetWorkflow Engine |
setTargetRoleId | public void setTargetRoleId(String targetRoleId)(Code) | | Parameters: targetRoleId - null | IS of remote role requested to perform theprocess |
setTargetUserId | public void setTargetUserId(String targetUserId)(Code) | | Parameters: targetUserId - null | Id of remote user requested // O perform theprocess |
|
|