Uses of Interface
com.saperion.connector.wf.SaWFTask
-
Packages that use SaWFTask Package Description com.saperion.connector.wf This package contains the main classic workflow connector classes. -
-
Uses of SaWFTask in com.saperion.connector.wf
Classes in com.saperion.connector.wf that implement SaWFTask Modifier and Type Class Description class
SaWFTaskImpl
Implementation of the @linkSaWFTask
interface.Methods in com.saperion.connector.wf that return SaWFTask Modifier and Type Method Description SaWFTask
SaWFConnector. getParentTask(java.lang.String taskId)
Get parent task direct by ID.SaWFTask
SaWFConnectorImpl. getParentTask(java.lang.String taskId)
Get parent task direct by ID.SaWFTask
SaWFConnector. getTask(TaskInfo taskInfo)
Creates a task object from the given task information.SaWFTask
SaWFConnector. getTask(java.lang.String taskId)
Get task direct by ID.SaWFTask
SaWFConnectorImpl. getTask(TaskInfo taskInfo)
Creates a task object from the given task information.SaWFTask
SaWFConnectorImpl. getTask(java.lang.String taskId)
Get task direct by ID.SaWFTask
WorkflowResult. getTask()
SaWFTask
WorkflowResultImpl. getTask()
Methods in com.saperion.connector.wf with parameters of type SaWFTask Modifier and Type Method Description void
WorkflowResult. setTask(SaWFTask wfTask)
void
WorkflowResultImpl. setTask(SaWFTask wfTask)
-