wt.projmgmt.definer
Interface ProjectNodeTemplate
- All Superinterfaces:
- NetFactor, ObjectMappable, Persistable, ProjMgmtTemplateObject, RecentlyVisited, Serializable, WfNodeTemplate, WTContained
- All Known Implementing Classes:
- MilestoneTemplate, ProjectActivityTemplate, ProjectProxyTemplate, SummaryActivityTemplate
- public interface ProjectNodeTemplate
- extends ProjMgmtTemplateObject, WfNodeTemplate
A ProjectNodeTemplate
is the interface implemented by all
(workflow) templates that are used in project management and that belong
to a project graph. It references a connector template that serves as
input gate for predecessor nodes.
Supported API: false
Extendable: false
Methods inherited from interface wt.workflow.definer.WfNodeTemplate |
addUserEvent, createWfNode, getDestinationActions, getParentTemplate, getPredecessors, getRouterType, getSourceEvents, getSuccessors, getUserEventList, getUserEvents, getXCoord, getYCoord, removeUserEvent, setRouterType, setUserEventList, setXCoord, setYCoord |
IN_CONNECTOR_REF
public static final String IN_CONNECTOR_REF
- Label for the attribute.
Supported API: false
- See Also:
- Constant Field Values
getInConnectorRef
public WfNodeTemplateReference getInConnectorRef()
- Gets the value of the attribute: IN_CONNECTOR_REF.
Supported API: false
- Returns:
- WfNodeTemplateReference
setInConnectorRef
public void setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
- Sets the value of the attribute: IN_CONNECTOR_REF.
Supported API: false
- Parameters:
a_InConnectorRef
-
getInConnector
public WfConnectorTemplate getInConnector()
throws WTException
Supported API: false
- Returns:
- WfConnectorTemplate
- Throws:
WTException