Liferay 7.0-ga1 portal-impl

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:
com.liferay.portal.kernel.workflow.WorkflowLogManager

public class WorkflowLogManagerProxyBean
extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
implements com.liferay.portal.kernel.workflow.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<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)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
afterPropertiesSet, buildMessage, send, setDestinationName, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender, setSynchronousDestinationName, setSynchronousMessageSenderMode, synchronousSend
 
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 com.liferay.portal.kernel.workflow.WorkflowLogManager

getWorkflowLogCountByWorkflowTask

public int getWorkflowLogCountByWorkflowTask(long companyId,
                                             long workflowTaskId,
                                             List<Integer> logTypes)
Specified by:
getWorkflowLogCountByWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowLogManager

getWorkflowLogsByWorkflowInstance

public 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)
Specified by:
getWorkflowLogsByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowLogManager

getWorkflowLogsByWorkflowTask

public 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)
Specified by:
getWorkflowLogsByWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowLogManager

Liferay 7.0-ga1 portal-impl