public class WorkflowLogManagerProxyBean
extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
implements com.liferay.portal.kernel.workflow.WorkflowLogManager
| Constructor and Description |
|---|
WorkflowLogManagerProxyBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getWorkflowLogCountByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes) |
int |
getWorkflowLogCountByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes) |
List<com.liferay.portal.kernel.workflow.WorkflowLog> |
getWorkflowLogsByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowLog> |
getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator) |
afterPropertiesSet, buildMessage, send, setDestinationName, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender, setSynchronousDestinationName, setSynchronousMessageSenderMode, synchronousSendpublic int getWorkflowLogCountByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes)
getWorkflowLogCountByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowLogManagerpublic int getWorkflowLogCountByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes)
getWorkflowLogCountByWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowLogManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator)
getWorkflowLogsByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowLogManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator)
getWorkflowLogsByWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowLogManager