Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.workflow
Class WorkflowLogManagerUtil

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

public class WorkflowLogManagerUtil
extends Object


Constructor Summary
WorkflowLogManagerUtil()
           
 
Method Summary
static int getWorkflowLogCountByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes)
           
static int getWorkflowLogCountByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes)
           
static WorkflowLogManager getWorkflowLogManager()
           
static List<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, 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

getWorkflowLogCountByWorkflowInstance

public static int getWorkflowLogCountByWorkflowInstance(long companyId,
                                                        long workflowInstanceId,
                                                        List<Integer> logTypes)
                                                 throws WorkflowException
Throws:
WorkflowException

getWorkflowLogCountByWorkflowTask

public static int getWorkflowLogCountByWorkflowTask(long companyId,
                                                    long workflowTaskId,
                                                    List<Integer> logTypes)
                                             throws WorkflowException
Throws:
WorkflowException

getWorkflowLogManager

public static WorkflowLogManager getWorkflowLogManager()

getWorkflowLogsByWorkflowInstance

public static List<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId,
                                                                  long workflowInstanceId,
                                                                  List<Integer> logTypes,
                                                                  int start,
                                                                  int end,
                                                                  OrderByComparator orderByComparator)
                                                           throws WorkflowException
Throws:
WorkflowException

getWorkflowLogsByWorkflowTask

public static List<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId,
                                                              long workflowTaskId,
                                                              List<Integer> logTypes,
                                                              int start,
                                                              int end,
                                                              OrderByComparator orderByComparator)
                                                       throws WorkflowException
Throws:
WorkflowException

setWorkflowLogManager

public void setWorkflowLogManager(WorkflowLogManager workflowLogManager)

Liferay 6.1.2-ce-ga3