public class RmiClientWorkflowProcessService extends Object implements WorkflowProcessService
WorkflowProcessService provides workflow process functionality by simply delegating by RMI.| Constructor and Description |
|---|
RmiClientWorkflowProcessService(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
listRunningProcesses()
This method returns the ids of the currently running processes.
|
com.lexmark.saperion.workflow.WorkflowProcessType |
loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference)
Loads the details of a workflow process with the given reference.
|
public RmiClientWorkflowProcessService(Connection connection)
public List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> listRunningProcesses() throws SaSystemException, DataSourceException, SaperionConfigurationException, SaAuthenticationException, UnknownDefinitionException, SaDBException
WorkflowProcessServicelistRunningProcesses in interface WorkflowProcessServiceSaSystemExceptionDataSourceExceptionSaperionConfigurationExceptionSaAuthenticationExceptionUnknownDefinitionExceptionSaDBExceptionpublic com.lexmark.saperion.workflow.WorkflowProcessType loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference)
throws SaSystemException,
DataSourceException,
SaperionConfigurationException,
SaAuthenticationException,
UnknownReferenceException,
SaDBException
WorkflowProcessServiceloadProcess in interface WorkflowProcessServicereference - the workflow process referenceSaSystemExceptionDataSourceExceptionSaperionConfigurationExceptionSaAuthenticationExceptionUnknownReferenceExceptionSaDBExceptionCopyright © 2016 SAPERION AG. All rights reserved.