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 classSaWFTaskImplImplementation of the @linkSaWFTaskinterface.Methods in com.saperion.connector.wf that return SaWFTask Modifier and Type Method Description SaWFTaskSaWFConnector. getParentTask(java.lang.String taskId)Get parent task direct by ID.SaWFTaskSaWFConnectorImpl. getParentTask(java.lang.String taskId)Get parent task direct by ID.SaWFTaskSaWFConnector. getTask(TaskInfo taskInfo)Creates a task object from the given task information.SaWFTaskSaWFConnector. getTask(java.lang.String taskId)Get task direct by ID.SaWFTaskSaWFConnectorImpl. getTask(TaskInfo taskInfo)Creates a task object from the given task information.SaWFTaskSaWFConnectorImpl. getTask(java.lang.String taskId)Get task direct by ID.SaWFTaskWorkflowResult. getTask()SaWFTaskWorkflowResultImpl. getTask()Methods in com.saperion.connector.wf with parameters of type SaWFTask Modifier and Type Method Description voidWorkflowResult. setTask(SaWFTask wfTask)voidWorkflowResultImpl. setTask(SaWFTask wfTask)
-