Liferay 7.0-ce-b4

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

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

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<WorkflowLog> orderByComparator)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator)
           
static List<WorkflowLog> WorkflowLogManagerUtil.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator)
           
 List<WorkflowLog> WorkflowLogManager.getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, List<Integer> logTypes, int start, int end, OrderByComparator<WorkflowLog> orderByComparator)
           
 

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

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

Methods in com.liferay.portal.kernel.workflow.comparator that return types with arguments of type WorkflowLog
static OrderByComparator<WorkflowLog> WorkflowComparatorFactoryUtil.getLogCreateDateComparator()
           
 OrderByComparator<WorkflowLog> WorkflowComparatorFactory.getLogCreateDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowLog> WorkflowComparatorFactoryUtil.getLogCreateDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowLog> WorkflowComparatorFactoryUtil.getLogUserIdComparator()
           
 OrderByComparator<WorkflowLog> WorkflowComparatorFactory.getLogUserIdComparator(boolean ascending)
           
static OrderByComparator<WorkflowLog> WorkflowComparatorFactoryUtil.getLogUserIdComparator(boolean ascending)
           
 

Methods in com.liferay.portal.kernel.workflow.comparator with parameters of type WorkflowLog
 int WorkflowLogCreateDateComparator.compare(WorkflowLog workflowLog1, WorkflowLog workflowLog2)
           
 int WorkflowLogUserIdComparator.compare(WorkflowLog workflowLog1, WorkflowLog workflowLog2)
           
 


Liferay 7.0-ce-b4