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.wfMethods in com.saperion.connector.wf with parameters of type ActorInfoModifier and TypeMethodDescriptionvoidSaWFTask.executeApprove(ActorInfo nextActor) Approve step.voidSaWFTaskImpl.executeApprove(ActorInfo nextActor) Approve step.voidSaWFTask.executeChangeOwner(ActorInfo newOwner) Change process owner.voidSaWFTaskImpl.executeChangeOwner(ActorInfo newOwner) Change process owner.voidSaWFTask.executeCommand(CommandInfo command, String definition, ActorInfo nextActor, String comment, Date escalationDate, int activity) Performs the given command.voidSaWFTaskImpl.executeCommand(CommandInfo command, String processName, ActorInfo nextActor, String commentString, Date escalationDate, int activity) Performs the given command.voidSaWFTask.executeDelegate(ActorInfo delegatee) Delegate to user.voidSaWFTaskImpl.executeDelegate(ActorInfo delegatee) Delegate to user.voidSaWFTask.executeForward(int transitionId, ActorInfo nextActor) Forward step.voidSaWFTask.executeForward(int transitionId, ActorInfo nextActor, String reason) Forward step.voidSaWFTaskImpl.executeForward(int transitionId, ActorInfo nextActor) Forward step.voidSaWFTaskImpl.executeForward(int transitionId, ActorInfo nextActor, String reason) Forward step.voidSaWFTask.executeReject(ActorInfo nextActor) Reject step.voidSaWFTaskImpl.executeReject(ActorInfo nextActor) Reject step.voidSaWFTask.executeRework(ActorInfo nextActor) Rework step.voidSaWFTaskImpl.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.voidSets the actor to be used as alias for the next action.voidSets the actor to be used as alias for the next action.voidSaWFTask.setAliasActor(ActorInfo aliasActor) Deprecated.this method actually sets the next actor by overwriting the nextActor field.voidSaWFTaskImpl.setAliasActor(ActorInfo aliasActor) Sets the alias actor.
- 
Uses of ActorInfo in com.saperion.intf.wfMethods in com.saperion.intf.wf that return ActorInfo
- 
Uses of ActorInfo in com.saperion.wfClasses 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