Uses of Class
wt.workflow.engine.WfConnector

Packages that use WfConnector
com.ptc.netmarkets.nmixb   
wt.clients.workflow.engine   
wt.clients.workflow.manager   
wt.projmgmt.definer   
wt.projmgmt.execution   
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfConnector in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return WfConnector
private  WfConnector ProjectPlanStructCopyHelper.getConnector(WfContainer container, WfConnectorType type)
           
 

Uses of WfConnector in wt.clients.workflow.engine
 

Methods in wt.clients.workflow.engine with parameters of type WfConnector
static String WfQueueManager.connectorToString(WfConnector conn, boolean summary)
           
 

Uses of WfConnector in wt.clients.workflow.manager
 

Methods in wt.clients.workflow.manager with parameters of type WfConnector
private static void PMServer.setupConnector(WfConnector connector, MonitorNode pNode)
           
 

Uses of WfConnector in wt.projmgmt.definer
 

Methods in wt.projmgmt.definer that return WfConnector
private  WfConnector StandardProjDefinerService.adjustPredNumber(WfNodeTemplate source_temp, WfConnectorTemplate dest_temp)
           
 

Uses of WfConnector in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution that return WfConnector
 WfConnector SummaryActivity.getInConnector()
          

Supported API: false
private  WfConnector StandardProjExecService.getWfConnector(WfConnectorTemplate conn_template)
           
 WfConnector ProjectProxy.getInConnector()
          

Supported API: false
 WfConnector ProjectNode.getInConnector()
          

Supported API: false
 WfConnector ProjectActivity.getInConnector()
          

Supported API: false
 WfConnector Milestone.getInConnector()
          

Supported API: false
 

Methods in wt.projmgmt.execution with parameters of type WfConnector
 ProjectNode StandardProjExecService.getAssociatedNode(WfConnector conn)
          Returns the project node associated with a given connector.
 ProjectNode ProjExecServiceSvr.getAssociatedNode(WfConnector conn)
          Returns the project node associated with a given connector.
 

Uses of WfConnector in wt.workflow.engine
 

Methods in wt.workflow.engine that return WfConnector
protected  WfConnector WfContainer.getStartConnector()
          Returns the start connector associated with process.
 WfConnector WfConnector.changeState(WfConnectorAction action)
          Changes the connector's state.
static WfConnector WfConnector.newWfConnector(WfContainer container, WfConnectorFunction function, WfConnectorType type)
          Connector's constructor.
protected  WfConnector WfConnector.addOneToThreshold()
          Adds one to firing threshold for THRESHOLD connectors.
protected  WfConnector WfConnector.subtractOneFromThreshold()
          Subtracts one from firing threshold for THRESHOLD connectors if firing threshold is greater than zero; does nothing otherwise.
private  WfConnector StandardWfEngineService.getStartConnector(ObjectIdentifier container_id)
          Returns the start connector given the id of the container.
 WfConnector ConnectorConnectorLink.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
 WfConnector ConnectorConnectorLink.getDestination()
          Gets the object for the association that plays role: DESTINATION_ROLE.
 WfConnector ConnectorActivityLink.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
 WfConnector ActivityConnectorLink.getDestination()
          Gets the object for the association that plays role: DESTINATION_ROLE.
protected  WfConnector WfContainer.getStartConnector()
          Returns the start connector associated with process.
 WfConnector WfConnector.changeState(WfConnectorAction action)
          Changes the connector's state.
static WfConnector WfConnector.newWfConnector(WfContainer container, WfConnectorFunction function, WfConnectorType type)
          Connector's constructor.
protected  WfConnector WfConnector.addOneToThreshold()
          Adds one to firing threshold for THRESHOLD connectors.
protected  WfConnector WfConnector.subtractOneFromThreshold()
          Subtracts one from firing threshold for THRESHOLD connectors if firing threshold is greater than zero; does nothing otherwise.
private  WfConnector StandardWfEngineService.getStartConnector(ObjectIdentifier container_id)
          Returns the start connector given the id of the container.
 WfConnector ConnectorConnectorLink.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
 WfConnector ConnectorConnectorLink.getDestination()
          Gets the object for the association that plays role: DESTINATION_ROLE.
 WfConnector ConnectorActivityLink.getSource()
          Gets the object for the association that plays role: SOURCE_ROLE.
 WfConnector ActivityConnectorLink.getDestination()
          Gets the object for the association that plays role: DESTINATION_ROLE.
 

Methods in wt.workflow.engine with parameters of type WfConnector
protected  boolean WfConnector.readVersion(WfConnector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ConnectorConnectorLink.setSource(WfConnector source)
          Sets the object for the association that plays role: SOURCE_ROLE.
 void ConnectorConnectorLink.setDestination(WfConnector destination)
          Sets the object for the association that plays role: DESTINATION_ROLE.
 void ConnectorActivityLink.setSource(WfConnector source)
          Sets the object for the association that plays role: SOURCE_ROLE.
 void ActivityConnectorLink.setDestination(WfConnector destination)
          Sets the object for the association that plays role: DESTINATION_ROLE.
protected  boolean WfConnector.readVersion(WfConnector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ConnectorConnectorLink.setSource(WfConnector source)
          Sets the object for the association that plays role: SOURCE_ROLE.
 void ConnectorConnectorLink.setDestination(WfConnector destination)
          Sets the object for the association that plays role: DESTINATION_ROLE.
 void ConnectorActivityLink.setSource(WfConnector source)
          Sets the object for the association that plays role: SOURCE_ROLE.
 void ActivityConnectorLink.setDestination(WfConnector destination)
          Sets the object for the association that plays role: DESTINATION_ROLE.