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.
|
Modifier and Type | Method and Description |
---|---|
void |
SaWFTaskImpl.executeApprove(ActorInfo nextActor)
Approve step.
|
void |
SaWFTask.executeApprove(ActorInfo nextActor)
Approve step.
|
void |
SaWFTaskImpl.executeChangeOwner(ActorInfo newOwner)
Change process owner.
|
void |
SaWFTask.executeChangeOwner(ActorInfo newOwner)
Change process owner.
|
void |
SaWFTaskImpl.executeCommand(CommandInfo command,
String processName,
ActorInfo nextActor,
String commentString,
Date escalationDate,
int activity)
Performs the given command.
|
void |
SaWFTask.executeCommand(CommandInfo command,
String definition,
ActorInfo nextActor,
String comment,
Date escalationDate,
int activity)
Performs the given command.
|
void |
SaWFTaskImpl.executeDelegate(ActorInfo delegatee)
Delegate to user.
|
void |
SaWFTask.executeDelegate(ActorInfo delegatee)
Delegate to user.
|
void |
SaWFTaskImpl.executeForward(int transitionId,
ActorInfo nextActor)
Forward step.
|
void |
SaWFTask.executeForward(int transitionId,
ActorInfo nextActor)
Forward step.
|
void |
SaWFTaskImpl.executeForward(int transitionId,
ActorInfo nextActor,
String reason)
Forward step.
|
void |
SaWFTask.executeForward(int transitionId,
ActorInfo nextActor,
String reason)
Forward step.
|
void |
SaWFTaskImpl.executeReject(ActorInfo nextActor)
Reject step.
|
void |
SaWFTask.executeReject(ActorInfo nextActor)
Reject step.
|
void |
SaWFTaskImpl.executeRework(ActorInfo nextActor)
Rework step.
|
void |
SaWFTask.executeRework(ActorInfo nextActor)
Rework step.
|
TaskInfo |
SaWFConnectorImpl.executeStartProcess(String definition,
ActorInfo nextActor,
String comment,
String attachmentUID)
Start new process.
|
TaskInfo |
SaWFConnector.executeStartProcess(String definition,
ActorInfo nextActor,
String comment,
String attachmentUID)
Start new process.
|
void |
SaWFTaskImpl.setAlias(ActorInfo alias)
Sets the actor to be used as alias for the next action.
|
void |
SaWFTask.setAlias(ActorInfo alias)
Sets the actor to be used as alias for the next action.
|
void |
SaWFTaskImpl.setAliasActor(ActorInfo aliasActor)
Sets the alias actor.
|
void |
SaWFTask.setAliasActor(ActorInfo aliasActor)
Deprecated.
this method actually sets the next actor by overwriting the nextActor field.
Use
SaWFTask.setAlias(ActorInfo) instead. Will be removed in 8.0. |
Modifier and Type | Method and Description |
---|---|
ActorInfo |
TaskInfo.getActor() |
ActorInfo |
LastTaskInfo.getActor() |
ActorInfo |
HistoryInfo.getActor() |
ActorInfo |
HistoryInfo.getExecutor() |
ActorInfo |
ProcessInfo.getOwner() |
Modifier and Type | Class and Description |
---|---|
class |
ActorInfoImpl
Actor info class.
|
Modifier and Type | Method and Description |
---|---|
ActorInfo |
TaskInfoImpl.getActor() |
ActorInfo |
LastTaskInfoImpl.getActor() |
ActorInfo |
HistoryInfoImpl.getActor() |
ActorInfo |
HistoryInfoImpl.getExecutor() |
ActorInfo |
ProcessInfoImpl.getOwner() |
Constructor and Description |
---|
HistoryInfoImpl(ActorInfo taskActor,
ActorInfo taskExecutor,
Date received,
Date sended,
String taskDescription,
String transitionDescription)
Constructor.
|
Copyright © 2016 SAPERION AG. All rights reserved.