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

Author:
Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan, Raymond Augé

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

getWorkflowLogCountByWorkflowTask

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

getWorkflowLogManager

public static WorkflowLogManager getWorkflowLogManager()

getWorkflowLogsByWorkflowInstance

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

getWorkflowLogsByWorkflowTask

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

setWorkflowLogManager

public void setWorkflowLogManager(WorkflowLogManager workflowLogManager)