com.liferay.portal.workflow
Class WorkflowLogManagerProxyBean
java.lang.Object
com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
com.liferay.portal.workflow.WorkflowLogManagerProxyBean
- All Implemented Interfaces:
- com.liferay.portal.kernel.workflow.WorkflowLogManager
public class WorkflowLogManagerProxyBean
- extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
- implements com.liferay.portal.kernel.workflow.WorkflowLogManager
View Source
- Author:
- Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan
Method Summary |
int |
getWorkflowLogCount(long companyId,
long workflowTaskId)
|
java.util.List<com.liferay.portal.kernel.workflow.WorkflowLog> |
getWorkflowLogs(long companyId,
long workflowTaskId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean |
getSingleDestinationMessageSender, getSingleDestinationSynchronousMessageSender, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowLogManagerProxyBean
public WorkflowLogManagerProxyBean()
getWorkflowLogs
public java.util.List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogs(long companyId,
long workflowTaskId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
- Specified by:
getWorkflowLogs
in interface com.liferay.portal.kernel.workflow.WorkflowLogManager
getWorkflowLogCount
public int getWorkflowLogCount(long companyId,
long workflowTaskId)
- Specified by:
getWorkflowLogCount
in interface com.liferay.portal.kernel.workflow.WorkflowLogManager