com.liferay.portal.workflow
Class WorkflowDefinitionManagerProxyBean
java.lang.Object
com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
com.liferay.portal.workflow.WorkflowDefinitionManagerProxyBean
- All Implemented Interfaces:
- com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
public class WorkflowDefinitionManagerProxyBean
- extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
- implements com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
|
Method Summary |
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)
|
| Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean |
afterPropertiesSet, buildMessage, send, setDestinationName, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender, setSynchronousDestinationName, setSynchronousMessageSenderMode, synchronousSend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowDefinitionManagerProxyBean
public WorkflowDefinitionManagerProxyBean()
deployWorkflowDefinition
public com.liferay.portal.kernel.workflow.WorkflowDefinition deployWorkflowDefinition(long companyId,
long userId,
String title,
byte[] bytes)
- Specified by:
deployWorkflowDefinition in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getActiveWorkflowDefinitionCount
public int getActiveWorkflowDefinitionCount(long companyId)
- Specified by:
getActiveWorkflowDefinitionCount in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getActiveWorkflowDefinitionCount
public int getActiveWorkflowDefinitionCount(long companyId,
String name)
- Specified by:
getActiveWorkflowDefinitionCount in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getActiveWorkflowDefinitions
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)
- Specified by:
getActiveWorkflowDefinitions in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getActiveWorkflowDefinitions
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)
- Specified by:
getActiveWorkflowDefinitions in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getLatestKaleoDefinition
public com.liferay.portal.kernel.workflow.WorkflowDefinition getLatestKaleoDefinition(long companyId,
String name)
- Specified by:
getLatestKaleoDefinition in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getWorkflowDefinition
public com.liferay.portal.kernel.workflow.WorkflowDefinition getWorkflowDefinition(long companyId,
String name,
int version)
- Specified by:
getWorkflowDefinition in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getWorkflowDefinitionCount
public int getWorkflowDefinitionCount(long companyId)
- Specified by:
getWorkflowDefinitionCount in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getWorkflowDefinitionCount
public int getWorkflowDefinitionCount(long companyId,
String name)
- Specified by:
getWorkflowDefinitionCount in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getWorkflowDefinitions
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)
- Specified by:
getWorkflowDefinitions in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
getWorkflowDefinitions
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)
- Specified by:
getWorkflowDefinitions in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
undeployWorkflowDefinition
public void undeployWorkflowDefinition(long companyId,
long userId,
String name,
int version)
- Specified by:
undeployWorkflowDefinition in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
updateActive
public com.liferay.portal.kernel.workflow.WorkflowDefinition updateActive(long companyId,
long userId,
String name,
int version,
boolean active)
- Specified by:
updateActive in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
updateTitle
public com.liferay.portal.kernel.workflow.WorkflowDefinition updateTitle(long companyId,
long userId,
String name,
int version,
String title)
- Specified by:
updateTitle in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager
validateWorkflowDefinition
public void validateWorkflowDefinition(byte[] bytes)
- Specified by:
validateWorkflowDefinition in interface com.liferay.portal.kernel.workflow.WorkflowDefinitionManager