Uses of Interface
com.saperion.intf.wf.ActorInfo
-
Packages that use ActorInfo Package Description com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components.com.saperion.wf 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 ActorInfo Modifier and Type Method Description void
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, java.lang.String definition, ActorInfo nextActor, java.lang.String comment, java.util.Date escalationDate, int activity)
Performs the given command.void
SaWFTaskImpl. executeCommand(CommandInfo command, java.lang.String processName, ActorInfo nextActor, java.lang.String commentString, java.util.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, java.lang.String reason)
Forward step.void
SaWFTaskImpl. executeForward(int transitionId, ActorInfo nextActor)
Forward step.void
SaWFTaskImpl. executeForward(int transitionId, ActorInfo nextActor, java.lang.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.TaskInfo
SaWFConnector. executeStartProcess(java.lang.String definition, ActorInfo nextActor, java.lang.String comment, java.lang.String attachmentUID)
Start new process.TaskInfo
SaWFConnectorImpl. executeStartProcess(java.lang.String definition, ActorInfo nextActor, java.lang.String comment, java.lang.String attachmentUID)
Start new process.void
SaWFTask. setAlias(ActorInfo alias)
Sets the actor to be used as alias for the next action.void
SaWFTaskImpl. setAlias(ActorInfo alias)
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 Modifier and Type Method Description ActorInfo
HistoryInfo. getActor()
ActorInfo
LastTaskInfo. getActor()
ActorInfo
TaskInfo. getActor()
ActorInfo
HistoryInfo. getExecutor()
ActorInfo
ProcessInfo. getOwner()
-
Uses of ActorInfo in com.saperion.wf
Classes in com.saperion.wf that implement ActorInfo Modifier and Type Class Description class
ActorInfoImpl
Actor info class.Methods in com.saperion.wf that return ActorInfo Modifier and Type Method Description ActorInfo
HistoryInfoImpl. getActor()
ActorInfo
LastTaskInfoImpl. getActor()
ActorInfo
TaskInfoImpl. getActor()
ActorInfo
HistoryInfoImpl. getExecutor()
ActorInfo
ProcessInfoImpl. getOwner()
Constructors in com.saperion.wf with parameters of type ActorInfo Constructor Description HistoryInfoImpl(ActorInfo taskActor, ActorInfo taskExecutor, java.util.Date received, java.util.Date sended, java.lang.String taskDescription, java.lang.String transitionDescription)
Constructor.
-