| java.lang.Object org.wfmc.audit.WMAAuditEntry org.wfmc.audit.WMARemoteAuditBase org.wfmc.audit.WMATargetWorkflow
All known Subclasses: org.wfmc.audit.WMAGetAttributesTargetWorkflowRequest, org.wfmc.audit.WMAChangeSourceWorkflowResponse, org.wfmc.audit.WMACreateTargetWorkflowRequest, org.wfmc.audit.WMACreateTargetWorkflowResponse, org.wfmc.audit.WMASetAttributesTargetWorkflowRequest, org.wfmc.audit.WMASourceWorkflowResponse, org.wfmc.audit.WMAChangeTargetWorkflowRequest,
Constructor Summary | |
protected | WMATargetWorkflow() | protected | WMATargetWorkflow(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceInitialProcessInstanceId, String sourceCurrentProcessInstanceId, String sourceActivityInstanceId, Date sourceTimestamp, String sourceNodeId, String sourceUserId, String sourceRoleId, String sourceProcessDefinitionId, String sourceProcessDefinitionBusinessName, String sourceActivityDefinitionBusinessName) |
WMATargetWorkflow | protected WMATargetWorkflow()(Code) | | |
WMATargetWorkflow | protected WMATargetWorkflow(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceInitialProcessInstanceId, String sourceCurrentProcessInstanceId, String sourceActivityInstanceId, Date sourceTimestamp, String sourceNodeId, String sourceUserId, String sourceRoleId, String sourceProcessDefinitionId, String sourceProcessDefinitionBusinessName, String sourceActivityDefinitionBusinessName)(Code) | | Parameters: cwadPrefix - Parameters: messageId - Parameters: extensionNumber - Parameters: extensionType - Parameters: sourceConversationId - Parameters: targetConversationId - Parameters: sourceInitialProcessInstanceId - Parameters: sourceCurrentProcessInstanceId - Parameters: sourceActivityInstanceId - Parameters: sourceTimestamp - Parameters: sourceNodeId - Parameters: sourceUserId - Parameters: sourceRoleId - Parameters: sourceProcessDefinitionId - Parameters: sourceProcessDefinitionBusinessName - Parameters: sourceActivityDefinitionBusinessName - |
getSourceActivityDefinitionBusinessName | public String getSourceActivityDefinitionBusinessName()(Code) | | Business name of the remote Workflow Engine activity that spawnedthe request |
getSourceActivityInstanceId | public String getSourceActivityInstanceId()(Code) | | Activity Instance Id of the source Workflow Engine |
getSourceCurrentProcessInstanceId | public String getSourceCurrentProcessInstanceId()(Code) | | Current Process Instance Id of source Workflow Engine |
getSourceInitialProcessInstanceId | public String getSourceInitialProcessInstanceId()(Code) | | Initial Process Instance Id of source Workflow Engine |
getSourceNodeId | public String getSourceNodeId()(Code) | | Node Id of sourceWorkflow Engine |
getSourceProcessDefinitionBusinessName | public String getSourceProcessDefinitionBusinessName()(Code) | | Business name of the remote Workflow Engine process thatgenerated the start request |
getSourceProcessDefinitionId | public String getSourceProcessDefinitionId()(Code) | | as supplied by the source Workflow Engine |
getSourceRoleId | public String getSourceRoleId()(Code) | | Role Id associated with the remote Workflow Engine request |
getSourceTimestamp | public Date getSourceTimestamp()(Code) | | Timestamp of source Workflow Engine event |
getSourceUserId | public String getSourceUserId()(Code) | | User Id associated with the remote Workflow Engine request |
setSourceActivityDefinitionBusinessName | public void setSourceActivityDefinitionBusinessName(String sourceActivityDefinitionBusinessName)(Code) | | Parameters: sourceActivityDefinitionBusinessName - Business name of the remoteWorkflow Engine activity that spawned the request |
setSourceActivityInstanceId | public void setSourceActivityInstanceId(String sourceActivityInstanceId)(Code) | | Parameters: sourceActivityInstanceId - Activity Instance Id of the sourceWorkflow Engine |
setSourceCurrentProcessInstanceId | public void setSourceCurrentProcessInstanceId(String sourceCurrentProcessInstanceId)(Code) | | Parameters: sourceCurrentProcessInstanceId - Current Process Instance Id ofsource Workflow Engine |
setSourceInitialProcessInstanceId | public void setSourceInitialProcessInstanceId(String sourceInitialProcessInstanceId)(Code) | | Parameters: sourceInitialProcessInstanceId - Initial Process Instance Id ofsource Workflow Engine |
setSourceNodeId | public void setSourceNodeId(String sourceNodeId)(Code) | | Parameters: sourceNodeId - Node Id of sourceWorkflow Engine |
setSourceProcessDefinitionBusinessName | public void setSourceProcessDefinitionBusinessName(String sourceProcessDefinitionBusinessName)(Code) | | Parameters: sourceProcessDefinitionBusinessName - Business name of the remoteWorkflow Engine process that generated the start request |
setSourceProcessDefinitionId | public void setSourceProcessDefinitionId(String sourceProcessDefinitionId)(Code) | | Parameters: sourceProcessDefinitionId - as supplied by the source WorkflowEngine |
setSourceRoleId | public void setSourceRoleId(String sourceRoleId)(Code) | | Parameters: sourceRoleId - Role Id associated with the remote Workflow Enginerequest |
setSourceTimestamp | public void setSourceTimestamp(Date sourceTimestamp)(Code) | | Parameters: sourceTimestamp - Timestamp of source Workflow Engine event |
setSourceUserId | public void setSourceUserId(String sourceUserId)(Code) | | Parameters: sourceUserId - User Id associated with the remote Workflow Enginerequest |
|
|