| java.lang.Object org.wfmc.audit.WMAAuditEntry org.wfmc.audit.WMARemoteAuditBase org.wfmc.audit.WMASourceWorkflowOperation org.wfmc.audit.WMASetAttributesSourceWorkflowOperation
WMASetAttributesSourceWorkflowOperation | public class WMASetAttributesSourceWorkflowOperation extends WMASourceWorkflowOperation (Code) | | Section 8.7.3 of the WfMC Interface 5 standard.
author: Antony Lodge |
Constructor Summary | |
public | WMASetAttributesSourceWorkflowOperation() | public | WMASetAttributesSourceWorkflowOperation(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceActivityInstanceId, String remoteNodeId, String remoteProcessInstanceId, Date remoteTimestamp, String remoteProcessDefinitionBusinessName) | public | WMASetAttributesSourceWorkflowOperation(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String attributeName, int attributeType, int attributeLength, String attributeValue) | public | WMASetAttributesSourceWorkflowOperation(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceActivityInstanceId, String remoteNodeId, String remoteProcessInstanceId, Date remoteTimestamp, String remoteProcessDefinitionBusinessName, String attributeName, int attributeType, int attributeLength, String attributeValue) |
WMASetAttributesSourceWorkflowOperation | public WMASetAttributesSourceWorkflowOperation()(Code) | | |
WMASetAttributesSourceWorkflowOperation | public WMASetAttributesSourceWorkflowOperation(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceActivityInstanceId, String remoteNodeId, String remoteProcessInstanceId, Date remoteTimestamp, String remoteProcessDefinitionBusinessName)(Code) | | Parameters: cwadPrefix - Parameters: messageId - Parameters: extensionNumber - Parameters: extensionType - Parameters: sourceConversationId - Parameters: targetConversationId - Parameters: sourceActivityInstanceId - Parameters: remoteNodeId - Parameters: remoteProcessInstanceId - Parameters: remoteTimestamp - Parameters: remoteProcessDefinitionBusinessName - |
WMASetAttributesSourceWorkflowOperation | public WMASetAttributesSourceWorkflowOperation(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String attributeName, int attributeType, int attributeLength, String attributeValue)(Code) | | Parameters: cwadPrefix - Parameters: messageId - Parameters: extensionNumber - Parameters: extensionType - Parameters: sourceConversationId - Parameters: targetConversationId - Parameters: attributeName - Parameters: attributeType - Parameters: attributeLength - Parameters: attributeValue - |
WMASetAttributesSourceWorkflowOperation | public WMASetAttributesSourceWorkflowOperation(CWADPrefix cwadPrefix, String messageId, short extensionNumber, String extensionType, String sourceConversationId, String targetConversationId, String sourceActivityInstanceId, String remoteNodeId, String remoteProcessInstanceId, Date remoteTimestamp, String remoteProcessDefinitionBusinessName, String attributeName, int attributeType, int attributeLength, String attributeValue)(Code) | | Parameters: cwadPrefix - Parameters: messageId - Parameters: extensionNumber - Parameters: extensionType - Parameters: sourceConversationId - Parameters: targetConversationId - Parameters: sourceActivityInstanceId - Parameters: remoteNodeId - Parameters: remoteProcessInstanceId - Parameters: remoteTimestamp - Parameters: remoteProcessDefinitionBusinessName - 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 - |
|
|