|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
ID
Label for the attribute; Integer that defines the order nodes are displayed. |
static String |
IN_CONNECTOR_REF
Label for the attribute; Reference to a AND connector that serves as input gate to the object. |
static String |
PLAN
Label for the attribute. |
static String |
PLAN_REFERENCE
Label for the attribute. |
Fields inherited from interface wt.projmgmt.execution.ExecutionObject |
AFTER_DEADLINE, BEFORE_DEADLINE, CONFIGURATION, CURRENT_WORK_COST, ENABLED, ESTIMATED_FINISH_DATE, HEALTH_STATUS, INHERITED_DEADLINE, PERCENT_COMPLETE, PERFORMED_WORK, PROJECT_CATEGORY, RISK_DESCRIPTION, RISK_VALUE, STATUS_DESCRIPTION, TOTAL_WORK, TOTAL_WORK_COST |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.notify.Notifiable |
EVENT_SET |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER, CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.ownership.Ownable |
OWNERSHIP |
Fields inherited from interface wt.index.Indexable |
INDEXER_SET |
Fields inherited from interface wt.workflow.engine.WfNode |
PARENT_PROCESS_REF |
Method Summary | |
int |
compareTo(Object arg0)
Compares this object with the specified object for order. |
int |
getId()
Gets the value of the attribute: ID. |
WfConnector |
getInConnector()
Supported API: false |
ObjectReference |
getInConnectorRef()
Gets the value of the attribute: IN_CONNECTOR_REF. |
ProjectPlan |
getPlan()
Gets the object for the association that plays role: PLAN. |
ObjectReference |
getPlanReference()
Gets the value of the attribute: PLAN_REFERENCE. |
void |
setId(int a_Id)
Sets the value of the attribute: ID. |
void |
setInConnectorRef(ObjectReference a_InConnectorRef)
Sets the value of the attribute: IN_CONNECTOR_REF. |
void |
setPlan(ProjectPlan a_Plan)
Sets the object for the association that plays role: PLAN. |
void |
setPlanReference(ObjectReference a_PlanReference)
Sets the value of the attribute: PLAN_REFERENCE. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Methods inherited from interface wt.notify.Notifiable |
getEventSet, setEventSet |
Methods inherited from interface wt.inf.container.WTContained |
getContainer, getContainerName, getContainerReference, setContainer, setContainerReference |
Methods inherited from interface wt.ownership.Ownable |
getOwnership, setOwnership |
Methods inherited from interface wt.index.Indexable |
getIndexerSet, setIndexerSet |
Methods inherited from interface wt.workflow.engine.WfNode |
getParentProcessRef, getTemplateReference, setParentProcessRef |
Field Detail |
public static final String IN_CONNECTOR_REF
WfConnector
,
Constant Field Valuespublic static final String ID
public static final String PLAN
public static final String PLAN_REFERENCE
Method Detail |
public ObjectReference getInConnectorRef()
WfConnector
public void setInConnectorRef(ObjectReference a_InConnectorRef)
a_InConnectorRef
- WfConnector
public int getId()
public void setId(int a_Id)
a_Id
- public ProjectPlan getPlan()
getPlan
in interface ExecutionObject
public void setPlan(ProjectPlan a_Plan) throws WTPropertyVetoException, WTException
a_Plan
-
WTPropertyVetoException
WTException
public ObjectReference getPlanReference()
public void setPlanReference(ObjectReference a_PlanReference) throws WTPropertyVetoException
a_PlanReference
-
WTPropertyVetoException
public WfConnector getInConnector()
public int compareTo(Object arg0)
compareTo
in interface Comparable
arg0
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |