Liferay 6.0.5

com.liferay.portal.workflow
Class WorkflowLogManagerProxyBean

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
      extended by com.liferay.portal.workflow.WorkflowLogManagerProxyBean
All Implemented Interfaces:
WorkflowLogManager

public class WorkflowLogManagerProxyBean
extends BaseProxyBean
implements WorkflowLogManager


Constructor Summary
WorkflowLogManagerProxyBean()
           
 
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)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
getSingleDestinationMessageSender, getSingleDestinationSynchronousMessageSender, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowLogManagerProxyBean

public WorkflowLogManagerProxyBean()
Method Detail

getWorkflowLogCountByWorkflowInstance

public int getWorkflowLogCountByWorkflowInstance(long companyId,
                                                 long workflowInstanceId,
                                                 List<Integer> logTypes)
Specified by:
getWorkflowLogCountByWorkflowInstance in interface WorkflowLogManager

getWorkflowLogCountByWorkflowTask

public int getWorkflowLogCountByWorkflowTask(long companyId,
                                             long workflowTaskId,
                                             List<Integer> logTypes)
Specified by:
getWorkflowLogCountByWorkflowTask in interface WorkflowLogManager

getWorkflowLogsByWorkflowInstance

public List<WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId,
                                                           long workflowInstanceId,
                                                           List<Integer> logTypes,
                                                           int start,
                                                           int end,
                                                           OrderByComparator orderByComparator)
Specified by:
getWorkflowLogsByWorkflowInstance in interface WorkflowLogManager

getWorkflowLogsByWorkflowTask

public List<WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId,
                                                       long workflowTaskId,
                                                       List<Integer> logTypes,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
Specified by:
getWorkflowLogsByWorkflowTask in interface WorkflowLogManager

Liferay 6.0.5