org.wfmc.audit
Class WMAAttributeChangedTargetNotification

java.lang.Object
  extended byorg.wfmc.audit.WMAAuditEntry
      extended byorg.wfmc.audit.WMARemoteAuditBase
          extended byorg.wfmc.audit.WMATargetNotification
              extended byorg.wfmc.audit.WMAAttributeChangedTargetNotification
All Implemented Interfaces:
CWADPrefix, java.io.Serializable

public class WMAAttributeChangedTargetNotification
extends WMATargetNotification

Section 8.9.3 of the Interface 5 WFMC standards.

Author:
Antony Lodge
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wfmc.audit.WMAAuditEntry
WFMC
 
Constructor Summary
WMAAttributeChangedTargetNotification()
           
 
Method Summary
 int getAttributeLength()
           
 java.lang.String getAttributeName()
           
 int getAttributeType()
           
 int getAttributeValue()
           
 void setAttributeLength(int attributeLength)
           
 void setAttributeName(java.lang.String attributeName)
           
 void setAttributeType(int attributeType)
           
 void setAttributeValue(int attributeValue)
           
 java.lang.String toString()
           
 
Methods inherited from class org.wfmc.audit.WMATargetNotification
getSourceActivityDefinitionBusinessName, getSourceActivityInstanceId, getSourceNodeId, getSourceProcessInstanceId, setSourceActivityDefinitionBusinessName, setSourceActivityInstanceId, setSourceNodeId, setSourceProcessInstanceId
 
Methods inherited from class org.wfmc.audit.WMARemoteAuditBase
getExtensionNumber, getExtensionType, getMessageId, getSourceConversationId, getTargetConversationId, setExtensionNumber, setExtensionType, setMessageId, setSourceConversationId, setTargetConversationId
 
Methods inherited from class org.wfmc.audit.WMAAuditEntry
formatCwadPrefix, getActivityDefinitionId, getActivityInstanceId, getCurrentProcessInstanceId, getCwadPrefix, getDomainId, getEventCode, getInformationId, getInitialProcessInstanceId, getNodeId, getProcessDefinitionId, getProcessState, getRoleId, getTimestamp, getUserId, getWorkItemId, setActivityDefinitionId, setActivityInstanceId, setCurrentProcessInstanceId, setCwadPrefix, setDomainId, setEventCode, setInformationId, setInitialProcessInstanceId, setNodeId, setProcessDefinitionId, setProcessState, setRoleId, setTimestamp, setUserId, setWorkItemId, valueOf, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMAAttributeChangedTargetNotification

public WMAAttributeChangedTargetNotification()
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Returns:
Name of attribute requested

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Parameters:
attributeName - Name of attribute requested

getAttributeType

public int getAttributeType()
Returns:
Type of attribute requested

setAttributeType

public void setAttributeType(int attributeType)
Parameters:
attributeType - Type of attribute requested

getAttributeLength

public int getAttributeLength()
Returns:
Length of requested attribute

setAttributeLength

public void setAttributeLength(int attributeLength)
Parameters:
attributeLength - Length of requested attribute

getAttributeValue

public int getAttributeValue()
Returns:
New value Extension Number

setAttributeValue

public void setAttributeValue(int attributeValue)
Parameters:
attributeValue - New value Extension Number

toString

public java.lang.String toString()
Overrides:
toString in class WMATargetNotification


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.