com.liferay.portal.kernel.workflow
Interface WorkflowLogManager


@MessagingProxy(mode=SYNC)
public interface WorkflowLogManager


Method Summary
 int getWorkflowLogCount(long companyId, long workflowTaskId)
           
 java.util.List<WorkflowLog> getWorkflowLogs(long companyId, long workflowTaskId, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

getWorkflowLogs

java.util.List<WorkflowLog> getWorkflowLogs(long companyId,
                                            long workflowTaskId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                            throws WorkflowException
Throws:
WorkflowException

getWorkflowLogCount

int getWorkflowLogCount(long companyId,
                        long workflowTaskId)
                        throws WorkflowException
Throws:
WorkflowException