Uses of Interface
com.saperion.intf.wf.TaskInfo
-
Packages that use TaskInfo 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. -
-
Uses of TaskInfo in com.saperion.connector
Methods in com.saperion.connector that return TaskInfo Modifier and Type Method Description TaskInfo
SaClassicConnectorImpl. getParentTask(java.lang.String taskID)
Reads the parent task info for the given ID.TaskInfo
SaClassicConnectorImpl. getTask(java.lang.String taskID)
Reads the task info for the given ID.Methods in com.saperion.connector that return types with arguments of type TaskInfo Modifier and Type Method Description java.util.List<TaskInfo>
SaClassicConnectorImpl. getTaskList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)
Reads the tasks for this user. -
Uses of TaskInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return TaskInfo Modifier and Type Method Description TaskInfo
AbstractWfRMIClientCommand. getParentTask(java.lang.String taskID)
Reads the parent task info for the given ID.TaskInfo
SaRMIClientCommand. getParentTask(java.lang.String taskID)
Reads the parent task info for the given ID.TaskInfo
AbstractWfRMIClientCommand. getTask(java.lang.String taskID)
Reads the task info for the given ID.TaskInfo
SaRMIClientCommand. getTask(java.lang.String taskID)
Reads the task info for the given ID.Methods in com.saperion.connector.rmi that return types with arguments of type TaskInfo Modifier and Type Method Description java.util.List<TaskInfo>
AbstractWfRMIClientCommand. getTaskList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)
Reads the task for this user.java.util.List<TaskInfo>
SaRMIClientCommand. getTaskList(int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)
Reads the task for this user. -
Uses of TaskInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return TaskInfo Modifier and Type Method Description 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.TaskInfo
SaWFTask. getTaskInfo()
Reads the task info object of this task.TaskInfo
SaWFTaskImpl. getTaskInfo()
Reads the task info object of this task.Methods in com.saperion.connector.wf that return types with arguments of type TaskInfo Modifier and Type Method Description java.util.List<TaskInfo>
SaWFConnector. getGroupbox(int[] ids, java.lang.String filter)
Read the content of the group box.java.util.List<TaskInfo>
SaWFConnectorImpl. getGroupbox(int[] ids, java.lang.String filter)
Read the content of the group box.java.util.List<TaskInfo>
SaWFConnector. getInbox(java.lang.String filter)
Read the content of the inbox.java.util.List<TaskInfo>
SaWFConnectorImpl. getInbox(java.lang.String filter)
Read the content of the inbox.java.util.List<TaskInfo>
SaWFConnector. getOrgUnitbox(int[] ids, java.lang.String filter)
Read the content of the organisation unit box.java.util.List<TaskInfo>
SaWFConnectorImpl. getOrgUnitbox(int[] ids, java.lang.String filter)
Read the content of the organisation unit box.java.util.List<TaskInfo>
SaWFConnector. getSubstitutebox(int[] ids, java.lang.String filter)
Read the content of the substitute box.java.util.List<TaskInfo>
SaWFConnectorImpl. getSubstitutebox(int[] ids, java.lang.String filter)
Read the content of the substitute box.java.util.List<TaskInfo>
SaWFConnector. getTaskList(int[] boxIds, java.lang.String filter)
Reads the task for this user.java.util.List<TaskInfo>
SaWFConnector. getTaskList(int[] boxIds, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)
Reads the task for this user.java.util.List<TaskInfo>
SaWFConnectorImpl. getTaskList(int[] boxIds, java.lang.String filter)
Reads the task for this user.java.util.List<TaskInfo>
SaWFConnectorImpl. getTaskList(int[] boxIds, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)
Reads the task for this user.Methods in com.saperion.connector.wf with parameters of type TaskInfo Modifier and Type Method Description SaWFTask
SaWFConnector. getTask(TaskInfo taskInfo)
Creates a task object from the given task information.SaWFTask
SaWFConnectorImpl. getTask(TaskInfo taskInfo)
Creates a task object from the given task information.Method parameters in com.saperion.connector.wf with type arguments of type TaskInfo Modifier and Type Method Description java.lang.String
SaWFConnector. getXMLTaskList(java.util.List<TaskInfo> taskList)
Converts a task list to xml.java.lang.String
SaWFConnectorImpl. getXMLTaskList(java.util.List<TaskInfo> taskList)
Converts a task list to xml.Constructors in com.saperion.connector.wf with parameters of type TaskInfo Constructor Description SaWFTaskImpl(SaClassicConnectorImpl connector, TaskInfo taskInfo, java.lang.String user)
Constructor. -
Uses of TaskInfo in com.saperion.operations.workflow
Constructors in com.saperion.operations.workflow with parameters of type TaskInfo Constructor Description ReadSelectableUsersForTransition(TaskInfo task, int transition)
-
Uses of TaskInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return TaskInfo Modifier and Type Method Description TaskInfo
SaRMIServerCommand. getParentTask(int token, java.lang.String taskID)
Reads the parent task info for the given ID.TaskInfo
SaRMIServerCommand. getTask(int token, java.lang.String taskID)
Reads the task info for the given ID.Methods in com.saperion.rmi.common that return types with arguments of type TaskInfo Modifier and Type Method Description java.util.List<TaskInfo>
SaRMIServerCommand. getTaskList(int token, int[] ids, java.lang.String filter, java.util.Map<java.lang.String,java.lang.Object> parameter)
Reads the task for this user. -
Uses of TaskInfo in com.saperion.wf
Classes in com.saperion.wf that implement TaskInfo Modifier and Type Class Description class
TaskInfoImpl
-