@MessagingProxy(mode=SYNC) public interface WorkflowLogManager
| Modifier and Type | Method and Description |
|---|---|
int |
getWorkflowLogCountByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes) |
int |
getWorkflowLogCountByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes) |
List<WorkflowLog> |
getWorkflowLogsByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator) |
List<WorkflowLog> |
getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator) |
int getWorkflowLogCountByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes)
throws WorkflowException
WorkflowExceptionint getWorkflowLogCountByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes)
throws WorkflowException
WorkflowExceptionList<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator) throws WorkflowException
WorkflowExceptionList<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator) throws WorkflowException
WorkflowException