Uses of Class
ch.ivyteam.ivy.workflow.PropertyOrder
Packages that use PropertyOrder
Package
Description
-
Uses of PropertyOrder in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return types with arguments of type PropertyOrderModifier and TypeMethodDescriptionstatic <T extends IProperty>
List<PropertyOrder<T>> PropertyOrder.create(T property) Deprecated.Creates a PropertyOrder list with one propertystatic <T extends IProperty>
List<PropertyOrder<T>> PropertyOrder.create(T... properties) Deprecated.Creates a PropertyOrder liststatic <T extends IProperty>
List<PropertyOrder<T>> PropertyOrder.create(T property, OrderDirection orderDirection) Deprecated.Creates a PropertyOrder list with one propertystatic <T extends IProperty>
List<PropertyOrder<T>> PropertyOrder.create(T property1, OrderDirection orderDirection1, T property2, OrderDirection orderDirection2) Deprecated.Creates a PropertyOrder liststatic <T extends IProperty>
List<PropertyOrder<T>> PropertyOrder.create(T property1, OrderDirection orderDirection1, T property2, OrderDirection orderDirection2, T property3, OrderDirection orderDirection3) Deprecated.Creates a PropertyOrder listMethod parameters in ch.ivyteam.ivy.workflow with type arguments of type PropertyOrderModifier and TypeMethodDescriptionIWorkflowContext.findCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, 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) Deprecated, for removal: This API element is subject to removal in a future version.IIntermediateEventElement.findIntermediateEvents(IPropertyFilter<IntermediateEventProperty> filter, List<PropertyOrder<IntermediateEventProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowContext.findIntermediateEvents(IPropertyFilter<IntermediateEventProperty> filter, List<PropertyOrder<IntermediateEventProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowSession.findInvolvedCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useCaseQueryIWorkflowSession.findLockedWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowSession.findStartedCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useCaseQueryITaskStart.findStartedTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowContext.findTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.create().executor().results(startIndex, count)ITaskElement.findTaskSwitchEvents(IPropertyFilter<TaskSwitchEventProperty> filter, List<PropertyOrder<TaskSwitchEventProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowSession.findWorkedOnTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQueryIWorkflowContext.findWorkflowEvents(IPropertyFilter<WorkflowEventProperty> filter, List<PropertyOrder<WorkflowEventProperty>> order, int startIndex, int count, boolean returnAllCount) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowContext.findWorkTasks(IUser user, IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useinsteadTaskQuery.canWorkOn(..).executor().results(startIndex, count)IWorkflowSession.findWorkTasks(IPropertyFilter<TaskProperty> filter, List<PropertyOrder<TaskProperty>> order, int startIndex, int count, boolean returnAllCount, EnumSet<TaskState> includeTaskStates) Deprecated, for removal: This API element is subject to removal in a future version.useTaskQuery
insteadCaseQuery.create().executor().results(startIndex, count)