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