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


Field Summary
static String IN_CONNECTOR_REF
          Label for the attribute.
 
Fields inherited from interface wt.projmgmt.definer.ProjMgmtTemplateObject
CONFIGURATION, PROJECT_CATEGORY
 
Fields inherited from interface wt.inf.container.WTContained
CONTAINER, CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.workflow.definer.WfNodeTemplate
PARENT_TEMPLATE, ROUTER_TYPE, USER_EVENT_LIST, X_COORD, Y_COORD
 
Method Summary
 WfConnectorTemplate getInConnector()
          

Supported API: false
 WfNodeTemplateReference getInConnectorRef()
          Gets the value of the attribute: IN_CONNECTOR_REF.
 void setInConnectorRef(WfNodeTemplateReference a_InConnectorRef)
          Sets the value of the attribute: IN_CONNECTOR_REF.
 
Methods inherited from interface wt.projmgmt.definer.ProjMgmtTemplateObject
getConfiguration, getProjectCategory, setConfiguration, setProjectCategory
 
Methods inherited from interface wt.inf.container.WTContained
getContainer, getContainerName, getContainerReference, setContainer, setContainerReference
 
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.workflow.definer.WfNodeTemplate
addUserEvent, createWfNode, getDestinationActions, getParentTemplate, getPredecessors, getRouterType, getSourceEvents, getSuccessors, getUserEventList, getUserEvents, getXCoord, getYCoord, removeUserEvent, setRouterType, setUserEventList, setXCoord, setYCoord
 

Field Detail

IN_CONNECTOR_REF

public static final String IN_CONNECTOR_REF
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

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