com.liferay.portal.kernel.workflow
Class WorkflowLogManagerUtil
java.lang.Object
com.liferay.portal.kernel.workflow.WorkflowLogManagerUtil
public class WorkflowLogManagerUtil
- extends java.lang.Object
View Source
- Author:
- Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowLogManagerUtil
public WorkflowLogManagerUtil()
getWorkflowLogs
public static java.util.List<WorkflowLog> getWorkflowLogs(long companyId,
long workflowTaskId,
int start,
int end,
OrderByComparator orderByComparator)
throws WorkflowException
- Throws:
WorkflowException
getWorkflowLogCount
public static int getWorkflowLogCount(long companyId,
long workflowTaskId)
throws WorkflowException
- Throws:
WorkflowException
getWorkflowLogManager
public static WorkflowLogManager getWorkflowLogManager()
setWorkflowLogManager
public void setWorkflowLogManager(WorkflowLogManager workflowLogManager)