Package wt.workflow.robots
Class WfRobotActivity
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
- All Implemented Interfaces:
Externalizable,Serializable,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.recent.RecentlyVisited,wt.workflow.engine._WfNode,WfNode
- Direct Known Subclasses:
wt.workflow.robots._WfSynchRobot
@GenAsPersistable(superClass=WfActivity.class,
versions=-3969772285737390732L)
public abstract class WfRobotActivity
extends wt.workflow.robots._WfRobotActivity
The
Supported API: true
Extendable: false
WfRobotActivity is an abstract class that represents
workflow steps which are carried out without human intervention. Typically
it is an application implements WfRequester to allow processes to be
embedded in other processes. This class assumes that both the process
and sub-process reside in the same installation. In the case of change
of state events, the 'receiveEvent' method simply effects the change
in its internal state (which may cause triggering of other actions in
the workflow).
Supported API: true
Extendable: false
- See Also:
-
WfInvokedApplicationWfInvokedMethod- Serialized Form
-
Field Summary
Fields inherited from class wt.workflow.engine._WfExecutionObject
CONTEXT, NAME, PRIORITY -
Method Summary
Methods inherited from class wt.workflow.engine.WfActivity
getParentProcessMethods inherited from class wt.workflow.engine._WfExecutionObject
getContext, getName, getPriority, setContext, setName, setPriorityMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes