Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.connector.wf |
This package contains the main classic workflow connector classes.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.wf |
This package contains the common used workflow classes.
|
Modifier and Type | Method and Description |
---|---|
Collection<CommandInfo> |
SaClassicConnectorImpl.getCommandInfos(String docUID)
Reads all possible transitions for this task.
|
Collection<CommandInfo> |
SaClassicConnectorImpl.getCommandInfos(String docUID,
boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for this task.
|
Modifier and Type | Method and Description |
---|---|
Collection<CommandInfo> |
SaRMIClientCommand.getCommandInfos(String taskUID)
Reads all possible transitions for this task.
|
Collection<CommandInfo> |
AbstractWfRMIClientCommand.getCommandInfos(String taskUID)
Reads all possible transitions for this task.
|
Collection<CommandInfo> |
SaRMIClientCommand.getCommandInfos(String taskUID,
boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for this task.
|
Collection<CommandInfo> |
AbstractWfRMIClientCommand.getCommandInfos(String taskUID,
boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for this task.
|
Modifier and Type | Method and Description |
---|---|
CommandInfo[] |
SaWFTaskImpl.getCommandInfos()
Reads all possible transitions for this task.
|
CommandInfo[] |
SaWFTask.getCommandInfos()
Reads all possible transitions for this task.
|
CommandInfo[] |
SaWFTaskImpl.getCommandInfos(boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for
this task.
|
CommandInfo[] |
SaWFTask.getCommandInfos(boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for
this task.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<CommandInfo> |
SaRMIServerCommand.getCommandInfos(int token,
String docUID)
Reads all possible transitions for this task.
|
Collection<CommandInfo> |
SaRMIServerCommand.getCommandInfos(int token,
String docUID,
boolean transitionsOnly)
Reads all possible transitions for this task.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandInfoImpl |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.