| java.lang.Object org.wfmc.audit.WMAAuditEntry org.wfmc.audit.WMARemoteAuditBase org.wfmc.audit.WMATargetWorkflow org.wfmc.audit.WMASourceWorkflowResponse
All known Subclasses: org.wfmc.audit.WMASetAttributesSourceWorkflowResponse, org.wfmc.audit.WMAGetAttributesSourceWorkflowResponse,
WMASourceWorkflowResponse | abstract public class WMASourceWorkflowResponse extends WMATargetWorkflow (Code) | | author: Antony Lodge |
Constructor Summary | |
protected | WMASourceWorkflowResponse() | protected | WMASourceWorkflowResponse(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, String attributeName, int attributeType, int attributeLength, String attributeValue) |
WMASourceWorkflowResponse | protected WMASourceWorkflowResponse()(Code) | | |
WMASourceWorkflowResponse | protected WMASourceWorkflowResponse(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, String attributeName, int attributeType, int attributeLength, String attributeValue)(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 - Parameters: attributeName - Parameters: attributeType - Parameters: attributeLength - Parameters: attributeValue - |
getAttributeLength | public int getAttributeLength()(Code) | | The attribute length. |
getAttributeName | public String getAttributeName()(Code) | | Name of attribute requested |
getAttributeType | public int getAttributeType()(Code) | | Type of attribute requested |
getAttributeValue | public String getAttributeValue()(Code) | | Length of requested attribute |
setAttributeLength | public void setAttributeLength(int attributeLength)(Code) | | Parameters: attributeLength - Length of requested attribute |
setAttributeName | public void setAttributeName(String attributeName)(Code) | | Parameters: attributeName - Name of attribute requested |
setAttributeType | public void setAttributeType(int attributeType)(Code) | | Parameters: attributeType - Type of attribute requested |
setAttributeValue | public void setAttributeValue(String attributeValue)(Code) | | Parameters: attributeValue - |
|
|