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.operations.workflow |
This package defines the different workflow-operations, that can be invoked by rmi.
|
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 |
---|---|
TaskInfo |
SaClassicConnectorImpl.getParentTask(String taskID)
Reads the parent task info for the given ID.
|
TaskInfo |
SaClassicConnectorImpl.getTask(String taskID)
Reads the task info for the given ID.
|
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
SaClassicConnectorImpl.getTaskList(int[] ids,
String filter,
Map<String,Object> parameter)
Reads the tasks for this user.
|
Modifier and Type | Method and Description |
---|---|
TaskInfo |
SaRMIClientCommand.getParentTask(String taskID)
Reads the parent task info for the given ID.
|
TaskInfo |
AbstractWfRMIClientCommand.getParentTask(String taskID)
Reads the parent task info for the given ID.
|
TaskInfo |
SaRMIClientCommand.getTask(String taskID)
Reads the task info for the given ID.
|
TaskInfo |
AbstractWfRMIClientCommand.getTask(String taskID)
Reads the task info for the given ID.
|
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
SaRMIClientCommand.getTaskList(int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task for this user.
|
List<TaskInfo> |
AbstractWfRMIClientCommand.getTaskList(int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task for this user.
|
Modifier and Type | Method and Description |
---|---|
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.
|
TaskInfo |
SaWFTaskImpl.getTaskInfo()
Reads the task info object of this task.
|
TaskInfo |
SaWFTask.getTaskInfo()
Reads the task info object of this task.
|
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
SaWFConnectorImpl.getGroupbox(int[] ids,
String filter)
Read the content of the group box.
|
List<TaskInfo> |
SaWFConnector.getGroupbox(int[] ids,
String filter)
Read the content of the group box.
|
List<TaskInfo> |
SaWFConnectorImpl.getInbox(String filter)
Read the content of the inbox.
|
List<TaskInfo> |
SaWFConnector.getInbox(String filter)
Read the content of the inbox.
|
List<TaskInfo> |
SaWFConnectorImpl.getOrgUnitbox(int[] ids,
String filter)
Read the content of the organisation unit box.
|
List<TaskInfo> |
SaWFConnector.getOrgUnitbox(int[] ids,
String filter)
Read the content of the organisation unit box.
|
List<TaskInfo> |
SaWFConnectorImpl.getSubstitutebox(int[] ids,
String filter)
Read the content of the substitute box.
|
List<TaskInfo> |
SaWFConnector.getSubstitutebox(int[] ids,
String filter)
Read the content of the substitute box.
|
List<TaskInfo> |
SaWFConnectorImpl.getTaskList(int[] boxIds,
String filter)
Reads the task for this user.
|
List<TaskInfo> |
SaWFConnector.getTaskList(int[] boxIds,
String filter)
Reads the task for this user.
|
List<TaskInfo> |
SaWFConnectorImpl.getTaskList(int[] boxIds,
String filter,
Map<String,Object> parameter)
Reads the task for this user.
|
List<TaskInfo> |
SaWFConnector.getTaskList(int[] boxIds,
String filter,
Map<String,Object> parameter)
Reads the task for this user.
|
Modifier and Type | Method and Description |
---|---|
SaWFTask |
SaWFConnectorImpl.getTask(TaskInfo taskInfo)
Creates a task object from the given task information.
|
SaWFTask |
SaWFConnector.getTask(TaskInfo taskInfo)
Creates a task object from the given task information.
|
Modifier and Type | Method and Description |
---|---|
String |
SaWFConnectorImpl.getXMLTaskList(List<TaskInfo> taskList)
Converts a task list to xml.
|
String |
SaWFConnector.getXMLTaskList(List<TaskInfo> taskList)
Converts a task list to xml.
|
Constructor and Description |
---|
SaWFTaskImpl(SaClassicConnectorImpl connector,
TaskInfo taskInfo,
String user)
Constructor.
|
Constructor and Description |
---|
ReadSelectableUsersForTransition(TaskInfo task,
int transition) |
Modifier and Type | Method and Description |
---|---|
TaskInfo |
SaRMIServerCommand.getParentTask(int token,
String taskID)
Reads the parent task info for the given ID.
|
TaskInfo |
SaRMIServerCommand.getTask(int token,
String taskID)
Reads the task info for the given ID.
|
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
SaRMIServerCommand.getTaskList(int token,
int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task for this user.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskInfoImpl |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.