com.collation.platform.model.workflow
Interface TaskRuntimeData

All Superinterfaces:
ModelObject, java.io.Serializable
All Known Subinterfaces:
ParamTaskRuntimeData, SystemTaskRuntimeData, UserTaskRuntimeData

public interface TaskRuntimeData
extends ModelObject

Definition of a workflow task data

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

Method Summary
 TaskRuntime getParent()
           
 boolean hasParent()
           
 void setParent(TaskRuntime 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

TaskRuntime getParent()
                      throws AttributeNotSetException
Throws:
AttributeNotSetException

setParent

void setParent(TaskRuntime parent)

hasParent

boolean hasParent()