Uses of Interface
com.saperion.intf.wf.TaskInfo
Packages that use TaskInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package defines the different workflow-operations, that can be invoked by rmi.
This package contains the classes for the LARIX RMI Server.
This package contains the common used workflow classes.
-
Uses of TaskInfo in com.saperion.connector
Methods in com.saperion.connector that return TaskInfoModifier and TypeMethodDescriptionSaClassicConnectorImpl.getParentTask
(String taskID) Reads the parent task info for the given ID.Reads the task info for the given ID.Methods in com.saperion.connector that return types with arguments of type TaskInfo -
Uses of TaskInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return TaskInfoModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getParentTask
(String taskID) Reads the parent task info for the given ID.SaRMIClientCommand.getParentTask
(String taskID) Reads the parent task info for the given ID.Reads the task info for the given ID.Reads the task info for the given ID.Methods in com.saperion.connector.rmi that return types with arguments of type TaskInfoModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getTaskList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task for this user.SaRMIClientCommand.getTaskList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task for this user. -
Uses of TaskInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return TaskInfoModifier and TypeMethodDescriptionSaWFConnector.executeStartProcess
(String definition, ActorInfo nextActor, String comment, String attachmentUID) Start new process.SaWFConnectorImpl.executeStartProcess
(String definition, ActorInfo nextActor, String comment, String attachmentUID) Start new process.SaWFTask.getTaskInfo()
Reads the task info object of this task.SaWFTaskImpl.getTaskInfo()
Reads the task info object of this task.Methods in com.saperion.connector.wf that return types with arguments of type TaskInfoModifier and TypeMethodDescriptionSaWFConnector.getGroupbox
(int[] ids, String filter) Read the content of the group box.SaWFConnectorImpl.getGroupbox
(int[] ids, String filter) Read the content of the group box.Read the content of the inbox.Read the content of the inbox.SaWFConnector.getOrgUnitbox
(int[] ids, String filter) Read the content of the organisation unit box.SaWFConnectorImpl.getOrgUnitbox
(int[] ids, String filter) Read the content of the organisation unit box.SaWFConnector.getSubstitutebox
(int[] ids, String filter) Read the content of the substitute box.SaWFConnectorImpl.getSubstitutebox
(int[] ids, String filter) Read the content of the substitute box.SaWFConnector.getTaskList
(int[] boxIds, String filter) Reads the task for this user.SaWFConnector.getTaskList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task for this user.SaWFConnectorImpl.getTaskList
(int[] boxIds, String filter) Reads the task for this user.SaWFConnectorImpl.getTaskList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task for this user.Methods in com.saperion.connector.wf with parameters of type TaskInfoModifier and TypeMethodDescriptionCreates a task object from the given task information.Creates a task object from the given task information.Method parameters in com.saperion.connector.wf with type arguments of type TaskInfoModifier and TypeMethodDescriptionSaWFConnector.getXMLTaskList
(List<TaskInfo> taskList) Converts a task list to xml.SaWFConnectorImpl.getXMLTaskList
(List<TaskInfo> taskList) Converts a task list to xml.Constructors in com.saperion.connector.wf with parameters of type TaskInfoModifierConstructorDescriptionSaWFTaskImpl
(SaClassicConnectorImpl connector, TaskInfo taskInfo, String user) Constructor. -
Uses of TaskInfo in com.saperion.operations.workflow
Constructors in com.saperion.operations.workflow with parameters of type TaskInfo -
Uses of TaskInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return TaskInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getParentTask
(int token, String taskID) Reads the parent task info for the given ID.Reads the task info for the given ID.Methods in com.saperion.rmi.common that return types with arguments of type TaskInfo -
Uses of TaskInfo in com.saperion.wf
Classes in com.saperion.wf that implement TaskInfo