|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MessagingProxy(mode=SYNC) public interface WorkflowLogManager
| Method Summary | |
|---|---|
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 orderByComparator)
|
List<WorkflowLog> |
getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator orderByComparator)
|
| Method Detail |
|---|
int getWorkflowLogCountByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes)
throws WorkflowException
WorkflowException
int getWorkflowLogCountByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes)
throws WorkflowException
WorkflowException
List<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator orderByComparator)
throws WorkflowException
WorkflowException
List<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator orderByComparator)
throws WorkflowException
WorkflowException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||