Liferay 6.2-ce-ga5

com.liferay.portal.kernel.workflow
Interface WorkflowLogManager

All Known Implementing Classes:
WorkflowLogManagerProxyBean

@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

getWorkflowLogCountByWorkflowInstance

int getWorkflowLogCountByWorkflowInstance(long companyId,
                                          long workflowInstanceId,
                                          List<Integer> logTypes)
                                          throws WorkflowException
Throws:
WorkflowException

getWorkflowLogCountByWorkflowTask

int getWorkflowLogCountByWorkflowTask(long companyId,
                                      long workflowTaskId,
                                      List<Integer> logTypes)
                                      throws WorkflowException
Throws:
WorkflowException

getWorkflowLogsByWorkflowInstance

List<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId,
                                                    long workflowInstanceId,
                                                    List<Integer> logTypes,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                                    throws WorkflowException
Throws:
WorkflowException

getWorkflowLogsByWorkflowTask

List<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId,
                                                long workflowTaskId,
                                                List<Integer> logTypes,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws WorkflowException
Throws:
WorkflowException

Liferay 6.2-ce-ga5