Uses of Interface
ch.ivyteam.ivy.persistence.IQueryResult
Packages that use IQueryResult
Package
Description
-
Uses of IQueryResult in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IQueryResultModifier and TypeMethodDescriptionIWorkflowContext.findCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Find cases using a filterIWorkflowContext.findCases(String propertyName, String propertyValue, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.ITaskEnd.findEndedTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Gets the tasks that ended on this task endIIntermediateEventElement.findIntermediateEvents(IPropertyFilter<IntermediateEventProperty> filter, List<PropertyOrder<IntermediateEventProperty>> order, int startIndex, int count, boolean returnAllCount) Gets the intermediate events that were created by this intermediate event elementIWorkflowContext.findIntermediateEvents(IPropertyFilter<IntermediateEventProperty> filter, List<PropertyOrder<IntermediateEventProperty>> order, int startIndex, int count, boolean returnAllCount) Finds intermediate eventsIWorkflowSession.findInvolvedCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Finds cases in which the session user is involved.IWorkflowSession.findInvolvedCasesByRole(InvolvedCasesByRoleQuery query) Finds cases in which the session user is involved.IWorkflowSession.findInvolvedCasesByRole(List<IRole> roles, IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Finds cases in which the session user is involved.IWorkflowSession.findLockedWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Gets all tasks the workflow session user could work if they were in stateTaskState.SUSPENDEDbut are currently in stateTaskState.RESUMEDorTaskState.PARKEDbecause other users are working on them.IWorkflowSession.findStartedCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Finds all cases that the session users has started.IWorkflowSession.findStartedCasesByRole(List<IRole> roles, IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Gets all cases somebody has started who needs a role to start the case which the current session user also owns.ITaskStart.findStartedTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Gets the tasks that were started from this task startIWorkflowContext.findTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Find tasks using a filter.IWorkflowContext.findTasks(String propertyName, String propertyValue, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.create().where().customField().textField(propertyName).isLike(propertyValue).executor().results(startIndex, count)ITaskElement.findTaskSwitchEvents(IPropertyFilter<TaskSwitchEventProperty> filter, List<PropertyOrder<TaskSwitchEventProperty>> order, int startIndex, int count, boolean returnAllCount) Finds task switch events that were executed at this task elementIWorkflowSession.findWorkedOnTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Finds all tasks that the session user has ever worked onIWorkflowSession.findWorkedOnTasksByRole(List<IRole> roles, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Returns all tasks the session user has worked on or could have worked on as member of the given roles.IWorkflowContext.findWorkflowEvents(IPropertyFilter<WorkflowEventProperty> filter, List<PropertyOrder<WorkflowEventProperty>> order, int startIndex, int count, boolean returnAllCount) Finds workflow events.IWorkflowContext.findWorkTasks(IUser user, int startIndex, int count) Finds tasks that a given user can work on (currently working or can start).IWorkflowContext.findWorkTasks(IUser user, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Finds tasks that a given user can work on (currently working or can start).IWorkflowSession.findWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Gets all tasks the workflow session user can work on.
insteadCaseQuery.create().where().customField().textField(propertyName).isLike(propertyValue).executor().results(startIndex, count)