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

Author:
Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan

Constructor Summary
WorkflowLogManagerProxyBean()
           
 
Method Summary
 int getWorkflowLogCountByWorkflowInstance(long companyId, long workflowInstanceId, java.util.List<java.lang.Integer> logTypes)
           
 int getWorkflowLogCountByWorkflowTask(long companyId, long workflowTaskId, java.util.List<java.lang.Integer> logTypes)
           
 java.util.List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId, long workflowInstanceId, java.util.List<java.lang.Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId, long workflowTaskId, java.util.List<java.lang.Integer> logTypes, int start, int end, com.liferay.portal.kernel.util.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,
                                                 java.util.List<java.lang.Integer> logTypes)
Specified by:
getWorkflowLogCountByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowLogManager

getWorkflowLogCountByWorkflowTask

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

getWorkflowLogsByWorkflowInstance

public java.util.List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowInstance(long companyId,
                                                                                                        long workflowInstanceId,
                                                                                                        java.util.List<java.lang.Integer> logTypes,
                                                                                                        int start,
                                                                                                        int end,
                                                                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Specified by:
getWorkflowLogsByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowLogManager

getWorkflowLogsByWorkflowTask

public java.util.List<com.liferay.portal.kernel.workflow.WorkflowLog> getWorkflowLogsByWorkflowTask(long companyId,
                                                                                                    long workflowTaskId,
                                                                                                    java.util.List<java.lang.Integer> logTypes,
                                                                                                    int start,
                                                                                                    int end,
                                                                                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Specified by:
getWorkflowLogsByWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowLogManager