Uses of Interface
com.saperion.intf.wf.ActorInfo
Packages that use ActorInfo
Package
Description
This package contains the main classic workflow connector classes.
This package contains the common used workflow interfaces for the LARIX components.
This package contains the common used workflow classes.
-
Uses of ActorInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf with parameters of type ActorInfoModifier and TypeMethodDescriptionvoid
SaWFTask.executeApprove
(ActorInfo nextActor) Approve step.void
SaWFTaskImpl.executeApprove
(ActorInfo nextActor) Approve step.void
SaWFTask.executeChangeOwner
(ActorInfo newOwner) Change process owner.void
SaWFTaskImpl.executeChangeOwner
(ActorInfo newOwner) Change process owner.void
SaWFTask.executeCommand
(CommandInfo command, String definition, ActorInfo nextActor, String comment, Date escalationDate, int activity) Performs the given command.void
SaWFTaskImpl.executeCommand
(CommandInfo command, String processName, ActorInfo nextActor, String commentString, Date escalationDate, int activity) Performs the given command.void
SaWFTask.executeDelegate
(ActorInfo delegatee) Delegate to user.void
SaWFTaskImpl.executeDelegate
(ActorInfo delegatee) Delegate to user.void
SaWFTask.executeForward
(int transitionId, ActorInfo nextActor) Forward step.void
SaWFTask.executeForward
(int transitionId, ActorInfo nextActor, String reason) Forward step.void
SaWFTaskImpl.executeForward
(int transitionId, ActorInfo nextActor) Forward step.void
SaWFTaskImpl.executeForward
(int transitionId, ActorInfo nextActor, String reason) Forward step.void
SaWFTask.executeReject
(ActorInfo nextActor) Reject step.void
SaWFTaskImpl.executeReject
(ActorInfo nextActor) Reject step.void
SaWFTask.executeRework
(ActorInfo nextActor) Rework step.void
SaWFTaskImpl.executeRework
(ActorInfo nextActor) Rework step.SaWFConnector.executeStartProcess
(String definition, ActorInfo nextActor, String comment, String attachmentUID) Start new process.SaWFConnectorImpl.executeStartProcess
(String definition, ActorInfo nextActor, String comment, String attachmentUID) Start new process.void
Sets the actor to be used as alias for the next action.void
Sets the actor to be used as alias for the next action.void
SaWFTask.setAliasActor
(ActorInfo aliasActor) Deprecated.this method actually sets the next actor by overwriting the nextActor field.void
SaWFTaskImpl.setAliasActor
(ActorInfo aliasActor) Sets the alias actor. -
Uses of ActorInfo in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return ActorInfo -
Uses of ActorInfo in com.saperion.wf
Classes in com.saperion.wf that implement ActorInfoMethods in com.saperion.wf that return ActorInfoModifier and TypeMethodDescriptionHistoryInfoImpl.getActor()
LastTaskInfoImpl.getActor()
TaskInfoImpl.getActor()
HistoryInfoImpl.getExecutor()
ProcessInfoImpl.getOwner()
Constructors in com.saperion.wf with parameters of type ActorInfo