Package wt.workflow.robots
Class WfSynchRobot
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.workflow.engine._WfExecutionObject
wt.workflow.engine.WfExecutionObject
wt.workflow.engine._WfActivity
wt.workflow.engine.WfActivity
wt.workflow.robots._WfRobotActivity
wt.workflow.robots.WfRobotActivity
wt.workflow.robots._WfSynchRobot
wt.workflow.robots.WfSynchRobot
- All Implemented Interfaces:
Externalizable,Serializable,EventListener,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.notify._Notifiable,Notifiable,wt.notify.ObjectSubscriptionListener,wt.recent.RecentlyVisited,wt.workflow.engine._WfNode,WfNode
@GenAsPersistable(superClass=WfRobotActivity.class,interfaces=wt.notify.ObjectSubscriptionListener.class,versions=-565729540806984724L,properties={@GeneratedProperty(name="targetClassName",type=java.lang.String.class),@GeneratedProperty(name="targetVariableName",type=java.lang.String.class,javaDoc="Attribute that holds name of the variable that references the object to be used for object event synchronization."),@GeneratedProperty(name="eventKey",type=java.lang.String.class),@GeneratedProperty(name="synchType",type=WfSynchType.class,javaDoc="Type of the synchronization. Two types are possible: EVENT - for Windchill event synchronization - and EXPRESSION - for synchronization through user-defined expressions.")},tableProperties=@TableProperties(compositeIndex1="parentProcessRef.key.id"))
public class WfSynchRobot
extends wt.workflow.robots._WfSynchRobot
Robot used to synchronize with with external (non-workflow) events.
There are three kinds of synch robots:
- EVENT
- OBJECT_EVENT
- EXPRESSION
In the EVENT and OBJECT_EVENT cases it is possible to create an expression to filter the event. In all cases, the extrenal event must be translated into a internal workflow event that is then used for routing purposes.
Use the newWfSynchRobot static factory method(s), not the
WfSynchRobot 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.robots._WfSynchRobot
EVENT_KEY, EXTERNALIZATION_VERSION_UID, SYNCH_TYPE, TARGET_CLASS_NAME, TARGET_VARIABLE_NAMEFields inherited from class wt.workflow.engine._WfActivity
INPUT_VARIABLE_MAP, OUTPUT_VARIABLE_MAP, ROUTER_TYPE, TRIP_COUNT, USER_EVENT_LISTFields inherited from class wt.workflow.engine.WfExecutionObject
EXCEPTION_MESSAGEFields inherited from class wt.workflow.engine._WfExecutionObject
AD_SQEN, ALERT_TIME, CHANGE_STATE_TIME, CONTEXT, D_SQEN, DEADLINE, DEADLINE_DURATION, DESCRIPTION, END_TIME, EVENT_CONFIGURATION, KEY, NAME, PD_SQEN, PRIORITY, START_TIME, STATE, SUSPEND_TIME, TEMPLATE, TIME_PAST_DEADLINE, TIME_TO_DEADLINE, TIME_TO_STARTFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.workflow.engine._WfNode
PARENT_PROCESS_REFFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.workflow.robots._WfSynchRobot
getClassInfo, getConceptualClassname, getEventKey, getSynchType, getTargetClassName, getTargetVariableName, getType, readExternal, readExternal, readVersion, setEventKey, setSynchType, setTargetClassName, setTargetVariableName, super_readExternal_WfSynchRobot, super_readVersion_WfSynchRobot, super_writeExternal_WfSynchRobot, writeExternal, writeExternalMethods inherited from class wt.workflow.robots.WfRobotActivity
changeStateMethods inherited from class wt.workflow.robots._WfRobotActivity
readVersion, super_readExternal_WfRobotActivity, super_readVersion_WfRobotActivity, super_writeExternal_WfRobotActivityMethods inherited from class wt.workflow.engine.WfActivity
changeState, changeState, checkSuspendedProcess, complete, computeDeadline, computeDeadline, computeTimeToStart, deleteActivity, doDisableTransition, doEnableTransition, doSkipTransition, doStartTransition, doWork, evaluateRouterExpression, getParentProcess, getParentProcessReadOnly, getRouterEvent, getTemplateReference, getWfException, hasRouterExpression, propagateEvent, readValues, registerEvent, updateWfAssigneeNotification, updateWfDueDate, updateWfDuration, writeValuesMethods inherited from class wt.workflow.engine._WfActivity
getInputVariableMap, getOutputVariableMap, getParentProcessRef, getRouterType, getTripCount, getUserEventList, readVersion, setInputVariableMap, setOutputVariableMap, setParentProcessRef, setRouterType, setTripCount, setUserEventList, super_readExternal_WfActivity, super_readVersion_WfActivity, super_writeExternal_WfActivityMethods inherited from class wt.workflow.engine.WfExecutionObject
calculateTimePastDeadline, calculateTimeToDeadline, calculateTimeToDeadline, changeDeadline, changeStateAttributes, computeTimePastDeadline, computeTimeToDeadline, evaluateExpression, getEventConfiguration, getIdentity, getTimePastDeadline, getTimeToDeadline, getTimeToDeadline, getVarDueDate, getVarDuration, getVarNotification, initialize, initialize, isOverdue, readVersion, removeDeadlineQueueEntries, setDeadline, validTransitionsMethods inherited from class wt.workflow.engine._WfExecutionObject
getAdSQEN, getAlertTime, getChangeStateTime, getContainer, getContainerName, getContainerReference, getDeadline, getDeadlineDuration, getDescription, getDSQEN, getEndTime, getKey, getName, getPdSQEN, getPriority, getStartTime, getState, getSuspendTime, getTemplate, getTimeToStart, setAdSQEN, setAlertTime, setChangeStateTime, setContainer, setContainerReference, setContext, setDeadlineDuration, setDescription, setDSQEN, setEndTime, setEventConfiguration, setKey, setName, setPdSQEN, setPriority, setStartTime, setState, setSuspendTime, setTemplate, setTimePastDeadline, setTimeToDeadline, setTimeToStart, super_readExternal_WfExecutionObject, super_readVersion_WfExecutionObject, super_writeExternal_WfExecutionObjectMethods inherited from class wt.enterprise.Simple
getBusinessTypeMethods inherited from class wt.enterprise._Simple
getAdministrativeLock, getDomainRef, getEventSet, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setInheritedDomain, setSecurityLabels, super_readExternal_Simple, super_readVersion_Simple, super_writeExternal_SimpleMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes