com.liferay.portal.kernel.workflow
Class WorkflowLogManagerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.WorkflowLogManagerUtil

public class WorkflowLogManagerUtil
extends java.lang.Object

View Source

Author:
Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan

Constructor Summary
WorkflowLogManagerUtil()
           
 
Method Summary
static int getWorkflowLogCount(long companyId, long workflowTaskId)
           
static WorkflowLogManager getWorkflowLogManager()
           
static java.util.List<WorkflowLog> getWorkflowLogs(long companyId, long workflowTaskId, int start, int end, OrderByComparator orderByComparator)
           
 void setWorkflowLogManager(WorkflowLogManager workflowLogManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowLogManagerUtil

public WorkflowLogManagerUtil()
Method Detail

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)