String |
DefaultProcessManagerService.createProcess(String componentId,
String userId,
String fileName,
byte[] fileContent) |
Create a process instance for a specific workflow component, by a specific user using one role
of those defined in a given workflow definition.
|
String |
DefaultProcessManagerService.createProcess(String componentId,
String userId,
String userRole,
Map<String,Object> metadata) |
Create a process instance for a specific workflow component, by a specific user using one role
of those defined in a given workflow definition.
|
String |
ProcessManagerService.createProcess(String componentId,
String userId,
String fileName,
byte[] fileContent) |
Create a process instance for a specific workflow component, by a specific user using one role
of those defined in a given workflow definition.
|
String |
ProcessManagerService.createProcess(String componentId,
String userId,
String userRole,
Map<String,Object> metadata) |
Create a process instance for a specific workflow component, by a specific user using one role
of those defined in a given workflow definition.
|
void |
DefaultProcessManagerService.doAction(String action,
String processId,
String componentId,
String userId,
String userRole,
Map<String,Object> metadata) |
|
void |
ProcessManagerService.doAction(String action,
String processId,
String componentId,
String userId,
String userRole,
Map<String,Object> metadata) |
|
org.silverpeas.core.workflow.api.instance.ProcessInstance |
DefaultProcessManagerService.getProcessInstance(String processId) |
|
org.silverpeas.core.workflow.api.instance.ProcessInstance |
ProcessManagerService.getProcessInstance(String processId) |
|