com.collation.platform.model.workflow
Interface TaskData

All Superinterfaces:
ModelObject, java.io.Serializable
All Known Subinterfaces:
ParamTaskData, ParamTaskDataInstance, SystemTaskData, SystemTaskDataInstance, UserTaskData

public interface TaskData
extends ModelObject

Definition of a workflow task data

Naming Rules:
0="parent"
Persistable:
true
Table Name:
TASKDATA
Display Name:
parent

Method Summary
 Task getParent()
           
 boolean hasParent()
           
 void setParent(Task parent)
           
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getParent

Task getParent()
               throws AttributeNotSetException
Throws:
AttributeNotSetException

setParent

void setParent(Task parent)

hasParent

boolean hasParent()