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:
  • Field Summary

    Fields inherited from class wt.workflow.definer._WfConnectorTemplate

    CONNECTOR_FUNCTION, CONNECTOR_TYPE, EXTERNALIZATION_VERSION_UID, FIRING_THRESHOLD, TERMINATE_ACTIVITIES

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.workflow.definer._WfNodeTemplate

    PARENT_TEMPLATE, ROUTER_TYPE, USER_EVENT_LIST, X_COORD, Y_COORD

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Methods inherited from class wt.workflow.definer._WfConnectorTemplate

    getClassInfo, getConceptualClassname, getConnectorFunction, getConnectorType, getFiringThreshold, getParentTemplate, getRouterType, getType, getUserEventList, getXCoord, getYCoord, isTerminateActivities, readExternal, readExternal, readVersion, setConnectorFunction, setFiringThreshold, setParentTemplate, setRouterType, setTerminateActivities, setUserEventList, setXCoord, setYCoord, super_readExternal_WfConnectorTemplate, super_readVersion_WfConnectorTemplate, super_writeExternal_WfConnectorTemplate, writeExternal, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity