public class WorkflowInstanceManagerProxyBean
extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
implements com.liferay.portal.kernel.workflow.WorkflowInstanceManager
| Constructor and Description |
|---|
WorkflowInstanceManagerProxyBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteWorkflowInstance(long companyId,
long workflowInstanceId) |
List<String> |
getNextTransitionNames(long companyId,
long userId,
long workflowInstanceId) |
com.liferay.portal.kernel.workflow.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<com.liferay.portal.kernel.workflow.WorkflowInstance> |
getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowInstance> |
getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowInstance> |
getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowInstance> |
search(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator)
Deprecated.
As of Mueller (7.2.x), replaced by
search(long, Long,
String, String, String, String, String, Boolean, int, int,
OrderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowInstance> |
search(long companyId,
Long userId,
String assetClassName,
String assetTitle,
String assetDescription,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator) |
int |
searchCount(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed)
Deprecated.
As of Mueller (7.2.x), replaced by
searchCount(long,
Long, String, String, String, String, String, Boolean) |
int |
searchCount(long companyId,
Long userId,
String assetClassName,
String assetTitle,
String assetDescription,
String nodeName,
String kaleoDefinitionName,
Boolean completed) |
com.liferay.portal.kernel.workflow.WorkflowInstance |
signalWorkflowInstance(long companyId,
long userId,
long workflowInstanceId,
String transitionName,
Map<String,Serializable> workflowContext) |
com.liferay.portal.kernel.workflow.WorkflowInstance |
startWorkflowInstance(long companyId,
long groupId,
long userId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
String transitionName,
Map<String,Serializable> workflowContext) |
com.liferay.portal.kernel.workflow.WorkflowInstance |
updateWorkflowContext(long companyId,
long workflowInstanceId,
Map<String,Serializable> workflowContext) |
public void deleteWorkflowInstance(long companyId,
long workflowInstanceId)
deleteWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic List<String> getNextTransitionNames(long companyId,
long userId,
long workflowInstanceId)
getNextTransitionNames in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic com.liferay.portal.kernel.workflow.WorkflowInstance getWorkflowInstance(long companyId,
long workflowInstanceId)
getWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic int getWorkflowInstanceCount(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed)
getWorkflowInstanceCount in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic int getWorkflowInstanceCount(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed)
getWorkflowInstanceCount in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic int getWorkflowInstanceCount(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed)
getWorkflowInstanceCount in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowInstance> getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator)
getWorkflowInstances in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowInstance> getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator)
getWorkflowInstances in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowInstance> getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator)
getWorkflowInstances in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManager@Deprecated
public List<com.liferay.portal.kernel.workflow.WorkflowInstance> search(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator)
search(long, Long,
String, String, String, String, String, Boolean, int, int,
OrderByComparator)search in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowInstance> search(long companyId,
Long userId,
String assetClassName,
String assetTitle,
String assetDescription,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> orderByComparator)
search in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManager@Deprecated
public int searchCount(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed)
searchCount(long,
Long, String, String, String, String, String, Boolean)searchCount in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic int searchCount(long companyId,
Long userId,
String assetClassName,
String assetTitle,
String assetDescription,
String nodeName,
String kaleoDefinitionName,
Boolean completed)
searchCount in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic com.liferay.portal.kernel.workflow.WorkflowInstance signalWorkflowInstance(long companyId,
long userId,
long workflowInstanceId,
String transitionName,
Map<String,Serializable> workflowContext)
signalWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic com.liferay.portal.kernel.workflow.WorkflowInstance startWorkflowInstance(long companyId,
long groupId,
long userId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
String transitionName,
Map<String,Serializable> workflowContext)
startWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManagerpublic com.liferay.portal.kernel.workflow.WorkflowInstance updateWorkflowContext(long companyId,
long workflowInstanceId,
Map<String,Serializable> workflowContext)
updateWorkflowContext in interface com.liferay.portal.kernel.workflow.WorkflowInstanceManager