public class WorkflowDefinitionManagerProxyBean
extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
implements com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
Constructor and Description |
---|
WorkflowDefinitionManagerProxyBean() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.workflow.WorkflowDefinition |
deployWorkflowDefinition(long companyId,
long userId,
String title,
byte[] bytes) |
int |
getActiveWorkflowDefinitionCount(long companyId) |
int |
getActiveWorkflowDefinitionCount(long companyId,
String name) |
List<com.liferay.portal.kernel.workflow.WorkflowDefinition> |
getActiveWorkflowDefinitions(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowDefinition> |
getActiveWorkflowDefinitions(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator) |
com.liferay.portal.kernel.workflow.WorkflowDefinition |
getLatestKaleoDefinition(long companyId,
String name) |
com.liferay.portal.kernel.workflow.WorkflowDefinition |
getWorkflowDefinition(long companyId,
String name,
int version) |
int |
getWorkflowDefinitionCount(long companyId) |
int |
getWorkflowDefinitionCount(long companyId,
String name) |
List<com.liferay.portal.kernel.workflow.WorkflowDefinition> |
getWorkflowDefinitions(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowDefinition> |
getWorkflowDefinitions(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator) |
void |
undeployWorkflowDefinition(long companyId,
long userId,
String name,
int version) |
com.liferay.portal.kernel.workflow.WorkflowDefinition |
updateActive(long companyId,
long userId,
String name,
int version,
boolean active) |
com.liferay.portal.kernel.workflow.WorkflowDefinition |
updateTitle(long companyId,
long userId,
String name,
int version,
String title) |
void |
validateWorkflowDefinition(byte[] bytes) |
afterPropertiesSet, buildMessage, send, setDestinationName, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender, setSynchronousDestinationName, setSynchronousMessageSenderMode, synchronousSend
public com.liferay.portal.kernel.workflow.WorkflowDefinition deployWorkflowDefinition(long companyId, long userId, String title, byte[] bytes)
deployWorkflowDefinition
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public int getActiveWorkflowDefinitionCount(long companyId)
getActiveWorkflowDefinitionCount
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public int getActiveWorkflowDefinitionCount(long companyId, String name)
getActiveWorkflowDefinitionCount
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public List<com.liferay.portal.kernel.workflow.WorkflowDefinition> getActiveWorkflowDefinitions(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator)
getActiveWorkflowDefinitions
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public List<com.liferay.portal.kernel.workflow.WorkflowDefinition> getActiveWorkflowDefinitions(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator)
getActiveWorkflowDefinitions
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public com.liferay.portal.kernel.workflow.WorkflowDefinition getLatestKaleoDefinition(long companyId, String name)
getLatestKaleoDefinition
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public com.liferay.portal.kernel.workflow.WorkflowDefinition getWorkflowDefinition(long companyId, String name, int version)
getWorkflowDefinition
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public int getWorkflowDefinitionCount(long companyId)
getWorkflowDefinitionCount
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public int getWorkflowDefinitionCount(long companyId, String name)
getWorkflowDefinitionCount
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public List<com.liferay.portal.kernel.workflow.WorkflowDefinition> getWorkflowDefinitions(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator)
getWorkflowDefinitions
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public List<com.liferay.portal.kernel.workflow.WorkflowDefinition> getWorkflowDefinitions(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> orderByComparator)
getWorkflowDefinitions
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public void undeployWorkflowDefinition(long companyId, long userId, String name, int version)
undeployWorkflowDefinition
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public com.liferay.portal.kernel.workflow.WorkflowDefinition updateActive(long companyId, long userId, String name, int version, boolean active)
updateActive
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public com.liferay.portal.kernel.workflow.WorkflowDefinition updateTitle(long companyId, long userId, String name, int version, String title)
updateTitle
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public void validateWorkflowDefinition(byte[] bytes)
validateWorkflowDefinition
in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager