public class WorkflowTaskManagerProxyBean
extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
implements com.liferay.portal.kernel.workflow.WorkflowTaskManager
| Constructor and Description |
|---|
WorkflowTaskManagerProxyBean() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.workflow.WorkflowTask |
assignWorkflowTaskToRole(long companyId,
long userId,
long workflowTaskId,
long roleId,
String comment,
Date dueDate,
Map<String,Serializable> workflowContext) |
com.liferay.portal.kernel.workflow.WorkflowTask |
assignWorkflowTaskToUser(long companyId,
long userId,
long workflowTaskId,
long assigneeUserId,
String comment,
Date dueDate,
Map<String,Serializable> workflowContext) |
com.liferay.portal.kernel.workflow.WorkflowTask |
completeWorkflowTask(long companyId,
long userId,
long workflowTaskId,
String transitionName,
String comment,
Map<String,Serializable> workflowContext) |
com.liferay.portal.kernel.workflow.WorkflowTask |
fetchWorkflowTask(long companyId,
long workflowTaskId) |
List<com.liferay.portal.kernel.model.User> |
getAssignableUsers(long companyId,
long workflowTaskId) |
List<String> |
getNextTransitionNames(long companyId,
long userId,
long workflowTaskId) |
List<com.liferay.portal.kernel.model.User> |
getPooledActors(long companyId,
long workflowTaskId)
Deprecated.
As of Athanasius (7.3.x), replaced by
getAssignableUsers(long, long) |
long[] |
getPooledActorsIds(long companyId,
long workflowTaskId)
Deprecated.
As of Athanasius (7.3.x), replaced by
getAssignableUsers(long, long) |
com.liferay.portal.kernel.workflow.WorkflowTask |
getWorkflowTask(long companyId,
long workflowTaskId) |
int |
getWorkflowTaskCount(long companyId,
Boolean completed) |
int |
getWorkflowTaskCountByRole(long companyId,
long roleId,
Boolean completed) |
int |
getWorkflowTaskCountBySubmittingUser(long companyId,
long userId,
Boolean completed) |
int |
getWorkflowTaskCountByUser(long companyId,
long userId,
Boolean completed) |
int |
getWorkflowTaskCountByUserRoles(long companyId,
long userId,
Boolean completed) |
int |
getWorkflowTaskCountByUserRoles(long companyId,
long userId,
long workflowInstanceId,
Boolean completed) |
int |
getWorkflowTaskCountByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
getWorkflowTasks(long companyId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
getWorkflowTasksByRole(long companyId,
long roleId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
getWorkflowTasksBySubmittingUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
getWorkflowTasksByUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
getWorkflowTasksByUserRoles(long companyId,
long userId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
getWorkflowTasksByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
boolean |
hasAssignableUsers(long companyId,
long workflowTaskId) |
boolean |
hasOtherAssignees(long workflowTaskId,
long userId)
Deprecated.
As of Athanasius (7.3.x), replaced by
hasAssignableUsers(long, long) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
search(long companyId,
long userId,
String taskName,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
search(long companyId,
long userId,
String keywords,
String[] assetTypes,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
search(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long[] workflowInstanceId,
Boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
search(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
String assigneeClassName,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long workflowDefinitionId,
Long[] workflowInstanceIds,
Boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
search(long companyId,
long userId,
String keywords,
String assetType,
Long[] assetPrimaryKey,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator) |
List<com.liferay.portal.kernel.workflow.WorkflowTask> |
search(long companyId,
long userId,
String assetTitle,
String taskName,
String[] assetTypes,
Long[] assetPrimaryKeys,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
Deprecated.
As of Athanasius (7.3.x), replaced by
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator) |
int |
searchCount(long companyId,
long userId,
String keywords,
Boolean completed,
Boolean searchByUserRoles)
Deprecated.
As of Athanasius (7.3.x), replaced by
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean) |
int |
searchCount(long companyId,
long userId,
String keywords,
String[] assetTypes,
Boolean completed,
Boolean searchByUserRoles)
Deprecated.
As of Athanasius (7.3.x), replaced by
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean) |
int |
searchCount(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long[] workflowInstanceIds,
Boolean andOperator)
Deprecated.
As of Athanasius (7.3.x), replaced by
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean) |
int |
searchCount(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
String assigneeClassName,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long workflowDefinitionId,
Long[] workflowInstanceIds,
Boolean andOperator) |
int |
searchCount(long companyId,
long userId,
String taskName,
String assetType,
Long[] assetPrimaryKey,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
boolean andOperator)
Deprecated.
As of Athanasius (7.3.x), replaced by
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean) |
int |
searchCount(long companyId,
long userId,
String assetTitle,
String taskName,
String[] assetTypes,
Long[] assetPrimaryKeys,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Boolean andOperator)
Deprecated.
As of Athanasius (7.3.x), replaced by
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean) |
com.liferay.portal.kernel.workflow.WorkflowTask |
updateDueDate(long companyId,
long userId,
long workflowTaskId,
String comment,
Date dueDate) |
public com.liferay.portal.kernel.workflow.WorkflowTask assignWorkflowTaskToRole(long companyId,
long userId,
long workflowTaskId,
long roleId,
String comment,
Date dueDate,
Map<String,Serializable> workflowContext)
assignWorkflowTaskToRole in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic com.liferay.portal.kernel.workflow.WorkflowTask assignWorkflowTaskToUser(long companyId,
long userId,
long workflowTaskId,
long assigneeUserId,
String comment,
Date dueDate,
Map<String,Serializable> workflowContext)
assignWorkflowTaskToUser in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic com.liferay.portal.kernel.workflow.WorkflowTask completeWorkflowTask(long companyId,
long userId,
long workflowTaskId,
String transitionName,
String comment,
Map<String,Serializable> workflowContext)
completeWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic com.liferay.portal.kernel.workflow.WorkflowTask fetchWorkflowTask(long companyId,
long workflowTaskId)
fetchWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.model.User> getAssignableUsers(long companyId,
long workflowTaskId)
getAssignableUsers in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<String> getNextTransitionNames(long companyId,
long userId,
long workflowTaskId)
getNextTransitionNames in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public List<com.liferay.portal.kernel.model.User> getPooledActors(long companyId,
long workflowTaskId)
getAssignableUsers(long, long)getPooledActors in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public long[] getPooledActorsIds(long companyId,
long workflowTaskId)
getAssignableUsers(long, long)getPooledActorsIds in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic com.liferay.portal.kernel.workflow.WorkflowTask getWorkflowTask(long companyId,
long workflowTaskId)
getWorkflowTask in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCount(long companyId,
Boolean completed)
getWorkflowTaskCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCountByRole(long companyId,
long roleId,
Boolean completed)
getWorkflowTaskCountByRole in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCountBySubmittingUser(long companyId,
long userId,
Boolean completed)
getWorkflowTaskCountBySubmittingUser in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCountByUser(long companyId,
long userId,
Boolean completed)
getWorkflowTaskCountByUser in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCountByUserRoles(long companyId,
long userId,
Boolean completed)
getWorkflowTaskCountByUserRoles in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCountByUserRoles(long companyId,
long userId,
long workflowInstanceId,
Boolean completed)
getWorkflowTaskCountByUserRoles in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int getWorkflowTaskCountByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed)
getWorkflowTaskCountByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> getWorkflowTasks(long companyId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
getWorkflowTasks in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> getWorkflowTasksByRole(long companyId,
long roleId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
getWorkflowTasksByRole in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> getWorkflowTasksBySubmittingUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
getWorkflowTasksBySubmittingUser in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> getWorkflowTasksByUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
getWorkflowTasksByUser in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> getWorkflowTasksByUserRoles(long companyId,
long userId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
getWorkflowTasksByUserRoles in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> getWorkflowTasksByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
getWorkflowTasksByWorkflowInstance in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic boolean hasAssignableUsers(long companyId,
long workflowTaskId)
hasAssignableUsers in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public boolean hasOtherAssignees(long workflowTaskId,
long userId)
hasAssignableUsers(long, long)hasOtherAssignees in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public List<com.liferay.portal.kernel.workflow.WorkflowTask> search(long companyId,
long userId,
String taskName,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator)search in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public List<com.liferay.portal.kernel.workflow.WorkflowTask> search(long companyId,
long userId,
String keywords,
String assetType,
Long[] assetPrimaryKey,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator)search in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public List<com.liferay.portal.kernel.workflow.WorkflowTask> search(long companyId,
long userId,
String assetTitle,
String taskName,
String[] assetTypes,
Long[] assetPrimaryKeys,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator)search in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public List<com.liferay.portal.kernel.workflow.WorkflowTask> search(long companyId,
long userId,
String keywords,
String[] assetTypes,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator)search in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public List<com.liferay.portal.kernel.workflow.WorkflowTask> search(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long[] workflowInstanceId,
Boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
search(long,
long, String, String[], String[], Long[], String, Long[],
Date, Date, Boolean, Boolean, Long, Long[], Boolean, int,
int, OrderByComparator)search in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic List<com.liferay.portal.kernel.workflow.WorkflowTask> search(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
String assigneeClassName,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long workflowDefinitionId,
Long[] workflowInstanceIds,
Boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> orderByComparator)
search in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public int searchCount(long companyId,
long userId,
String keywords,
Boolean completed,
Boolean searchByUserRoles)
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean)searchCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public int searchCount(long companyId,
long userId,
String taskName,
String assetType,
Long[] assetPrimaryKey,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
boolean andOperator)
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean)searchCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public int searchCount(long companyId,
long userId,
String assetTitle,
String taskName,
String[] assetTypes,
Long[] assetPrimaryKeys,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Boolean andOperator)
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean)searchCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public int searchCount(long companyId,
long userId,
String keywords,
String[] assetTypes,
Boolean completed,
Boolean searchByUserRoles)
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean)searchCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager@Deprecated
public int searchCount(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long[] workflowInstanceIds,
Boolean andOperator)
searchCount(long, long, String, String[], String[], Long[],
String, Long[], Date, Date, Boolean, Boolean, Long, Long[],
Boolean)searchCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic int searchCount(long companyId,
long userId,
String assetTitle,
String[] taskNames,
String[] assetTypes,
Long[] assetPrimaryKeys,
String assigneeClassName,
Long[] assigneeIds,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
Long workflowDefinitionId,
Long[] workflowInstanceIds,
Boolean andOperator)
searchCount in interface com.liferay.portal.kernel.workflow.WorkflowTaskManagerpublic com.liferay.portal.kernel.workflow.WorkflowTask updateDueDate(long companyId,
long userId,
long workflowTaskId,
String comment,
Date dueDate)
updateDueDate in interface com.liferay.portal.kernel.workflow.WorkflowTaskManager