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
WorkflowProcessService
listRunningProcesses
in interface WorkflowProcessService
SaSystemException
DataSourceException
SaperionConfigurationException
SaAuthenticationException
UnknownDefinitionException
SaDBException
public com.lexmark.saperion.workflow.WorkflowProcessType loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference) throws SaSystemException, DataSourceException, SaperionConfigurationException, SaAuthenticationException, UnknownReferenceException, SaDBException
WorkflowProcessService
loadProcess
in interface WorkflowProcessService
reference
- the workflow process referenceSaSystemException
DataSourceException
SaperionConfigurationException
SaAuthenticationException
UnknownReferenceException
SaDBException
Copyright © 2016 SAPERION AG. All rights reserved.