public class WorkflowLogManagerUtil
extends Object
| Constructor and Description |
|---|
WorkflowLogManagerUtil() |
| Modifier and Type | Method and Description |
|---|---|
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<WorkflowLog> orderByComparator) |
static List<WorkflowLog> |
getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator) |
void |
setWorkflowLogManager(WorkflowLogManager workflowLogManager) |
public static int getWorkflowLogCountByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes)
throws WorkflowException
WorkflowExceptionpublic static int getWorkflowLogCountByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes)
throws WorkflowException
WorkflowExceptionpublic static WorkflowLogManager getWorkflowLogManager()
public static List<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator) throws WorkflowException
WorkflowExceptionpublic static List<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator) throws WorkflowException
WorkflowExceptionpublic void setWorkflowLogManager(WorkflowLogManager workflowLogManager)