Class WfConnectorTemplate

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.definer._WfConnectorTemplate
wt.workflow.definer.WfConnectorTemplate
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.workflow.definer._WfNodeTemplate, wt.workflow.definer.WfNodeTemplate

@GenAsPersistable(superClass=WTObject.class,interfaces=wt.workflow.definer.WfNodeTemplate.class,versions=-7888410023918183179L,properties={@GeneratedProperty(name="connectorFunction",type=wt.workflow.engine.WfConnectorFunction.class,javaDoc="Function of the connector. Determines how inputs are logically combined to fire the connector. Can be one of {AND, OR, XOR, THRESHOLD}. Note: XOR is not presently used.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="connectorType",type=wt.workflow.engine.WfConnectorType.class,javaDoc="Type of the connector. It can be one of {START, END, DEFAULT and GROUND}. START indicates the connector that initiates a process; END the one the finishes the process; DEFAULT indicates that the connector is used internally to join different activities; GROUND is to be used to indicate the end of a processing branch that is performed asynchronously. <p>There is exactly one START connector for every process. There should be at least one END connector for every process and zero or more of the DEFAULT and GROUND connectors",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="firingThreshold",type=int.class,javaDoc="For THRESHOLD connectors this is the number of inputs that cause the connector to fire.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="terminateActivities",type=boolean.class,initialValue="false",javaDoc="Indicates whether preceding running activities should be terminated upon firing of the threshold.",accessors=@PropertyAccessors(setExceptions={}))},tableProperties=@TableProperties(compositeIndex1="parentTemplate.key.id + connectorType")) public class WfConnectorTemplate extends wt.workflow.definer._WfConnectorTemplate
WfConnectorTemplate class serves as a template for WfConnector objects.

Use the newWfConnectorTemplate static factory method(s), not the WfConnectorTemplate constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: