Package | Description |
---|---|
com.saperion.connector.wf |
This package contains the main classic workflow connector classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SaWFTaskImpl
Implementation of the @link
SaWFTask interface. |
Modifier and Type | Method and Description |
---|---|
SaWFTask |
SaWFConnectorImpl.getParentTask(String taskId)
Get parent task direct by ID.
|
SaWFTask |
SaWFConnector.getParentTask(String taskId)
Get parent task direct by ID.
|
SaWFTask |
WorkflowResultImpl.getTask() |
SaWFTask |
WorkflowResult.getTask() |
SaWFTask |
SaWFConnectorImpl.getTask(String taskId)
Get task direct by ID.
|
SaWFTask |
SaWFConnector.getTask(String taskId)
Get task direct by ID.
|
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 |
---|---|
void |
WorkflowResultImpl.setTask(SaWFTask wfTask) |
void |
WorkflowResult.setTask(SaWFTask wfTask) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.