Interface WorkflowLogManager
public interface WorkflowLogManager
-
Method Summary
Modifier and TypeMethodDescriptionintgetWorkflowLogCountByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes) intgetWorkflowLogCountByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes) List<com.liferay.portal.kernel.workflow.WorkflowLog>getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator) List<com.liferay.portal.kernel.workflow.WorkflowLog>getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator)
-
Method Details
-
getWorkflowLogCountByWorkflowInstance
int getWorkflowLogCountByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes) throws com.liferay.portal.kernel.workflow.WorkflowException - Throws:
com.liferay.portal.kernel.workflow.WorkflowException
-
getWorkflowLogCountByWorkflowTask
int getWorkflowLogCountByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes) throws com.liferay.portal.kernel.workflow.WorkflowException - Throws:
com.liferay.portal.kernel.workflow.WorkflowException
-
getWorkflowLogsByWorkflowInstance
List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator) throws com.liferay.portal.kernel.workflow.WorkflowException - Throws:
com.liferay.portal.kernel.workflow.WorkflowException
-
getWorkflowLogsByWorkflowTask
List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator) throws com.liferay.portal.kernel.workflow.WorkflowException - Throws:
com.liferay.portal.kernel.workflow.WorkflowException
-