Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.workflow.WorkflowLog

Packages that use WorkflowLog
com.liferay.portal.kernel.workflow   
 

Uses of WorkflowLog in com.liferay.portal.kernel.workflow
 

Classes in com.liferay.portal.kernel.workflow that implement WorkflowLog
 class DefaultWorkflowLog
           
 

Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowLog
static List<WorkflowLog> WorkflowLogManagerUtil.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
static List<WorkflowLog> WorkflowLogManagerUtil.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator orderByComparator)
           
 


Liferay 6.2-ce-ga5