|
Liferay 6.1.20-ee-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MessagingProxy(mode=SYNC) public interface WorkflowInstanceManager
| Method Summary | |
|---|---|
void |
deleteWorkflowInstance(long companyId,
long workflowInstanceId)
|
List<String> |
getNextTransitionNames(long companyId,
long userId,
long workflowInstanceId)
|
WorkflowInstance |
getWorkflowInstance(long companyId,
long workflowInstanceId)
|
int |
getWorkflowInstanceCount(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed)
|
int |
getWorkflowInstanceCount(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed)
|
int |
getWorkflowInstanceCount(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed)
|
List<WorkflowInstance> |
getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
|
List<WorkflowInstance> |
getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
|
List<WorkflowInstance> |
getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
|
WorkflowInstance |
signalWorkflowInstance(long companyId,
long userId,
long workflowInstanceId,
String transitionName,
Map<String,Serializable> workflowContext)
|
WorkflowInstance |
startWorkflowInstance(long companyId,
long groupId,
long userId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
String transitionName,
Map<String,Serializable> workflowContext)
|
WorkflowInstance |
updateWorkflowContext(long companyId,
long workflowInstanceId,
Map<String,Serializable> workflowContext)
|
| Method Detail |
|---|
void deleteWorkflowInstance(long companyId,
long workflowInstanceId)
throws WorkflowException
WorkflowException
List<String> getNextTransitionNames(long companyId,
long userId,
long workflowInstanceId)
throws WorkflowException
WorkflowException
WorkflowInstance getWorkflowInstance(long companyId,
long workflowInstanceId)
throws WorkflowException
WorkflowException
int getWorkflowInstanceCount(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed)
throws WorkflowException
WorkflowException
int getWorkflowInstanceCount(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed)
throws WorkflowException
WorkflowException
int getWorkflowInstanceCount(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed)
throws WorkflowException
WorkflowException
List<WorkflowInstance> getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
throws WorkflowException
WorkflowException
List<WorkflowInstance> getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
throws WorkflowException
WorkflowException
List<WorkflowInstance> getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator orderByComparator)
throws WorkflowException
WorkflowException
WorkflowInstance signalWorkflowInstance(long companyId,
long userId,
long workflowInstanceId,
String transitionName,
Map<String,Serializable> workflowContext)
throws WorkflowException
WorkflowException
WorkflowInstance startWorkflowInstance(long companyId,
long groupId,
long userId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
String transitionName,
Map<String,Serializable> workflowContext)
throws WorkflowException
WorkflowException
WorkflowInstance updateWorkflowContext(long companyId,
long workflowInstanceId,
Map<String,Serializable> workflowContext)
throws WorkflowException
WorkflowException
|
Liferay 6.1.20-ee-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||