org.wfmc.audit
Class WMAAttributeChangedTargetNotification
java.lang.Object
org.wfmc.audit.WMAAuditEntry
org.wfmc.audit.WMARemoteAuditBase
org.wfmc.audit.WMATargetNotification
org.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
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 |
WMAAttributeChangedTargetNotification
public WMAAttributeChangedTargetNotification()
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
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.