Class WfLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.workflow.engine._WfLink
wt.workflow.engine.WfLink
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,versions=389756793968157513L,properties={@GeneratedProperty(name="eventActionMap",type=wt.workflow.definer.EventActionTable.class,javaDoc="Maps transitions in the source activity to transitions in the destination activity.",accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="template",type=ObjectReference.class,javaDoc="Reference to the template used ot instantiate the link.",accessors=@PropertyAccessors(setAccess=PROTECTED,setExceptions={})),@GeneratedProperty(name="backLoop",type=boolean.class,javaDoc="Determines if the link is used to create a \"loop\" or iteration. When traversed causes all reachable activities to reset and all reachable connectors to enable.")},roleA=@GeneratedRole(name="roleAObject",type=Persistable.class,accessors=@PropertyAccessors(setExceptions={}),cardinality=ONE),roleB=@GeneratedRole(name="roleBObject",type=Persistable.class,accessors=@PropertyAccessors(setExceptions={}),cardinality=ONE)) public abstract class WfLink extends wt.workflow.engine._WfLink
Abstract base class for non-control workflow link objects. Holds the event-action mapping (which is interpreted by the derived classes). Holds a pointer to the link template that instantiated it.

Supported API: true

Extendable: false
See Also: