Uses of Enum Class
ch.ivyteam.ivy.workflow.CaseProperty
Packages that use CaseProperty
Package
Description
-
Uses of CaseProperty in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return types with arguments of type CasePropertyModifier and TypeMethodDescriptionIWorkflowContext.createCasePropertyFilter(CaseProperty property, RelationalOperator operator, Object value) Creates a case property filter.Methods in ch.ivyteam.ivy.workflow with parameters of type CasePropertyModifier and TypeMethodDescriptionIWorkflowContext.createCasePropertyFilter(CaseProperty property, RelationalOperator operator, Object value) Creates a case property filter.IWorkflowContext.findCaseCategories(IPropertyFilter<CaseProperty> categoryFilter, CaseProperty categoryProperty, OrderDirection categoryPropertyOrder) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in ch.ivyteam.ivy.workflow with type arguments of type CasePropertyModifier and TypeMethodDescriptionIWorkflowContext.findCaseCategories(IPropertyFilter<CaseProperty> categoryFilter, CaseProperty categoryProperty, OrderDirection categoryPropertyOrder) Deprecated, for removal: This API element is subject to removal in a future version.useCategoryTree.createFor(CaseQuery)insteadIWorkflowContext.findCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Find cases using a filterIWorkflowContext.findCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Find cases using a filterIWorkflowSession.findInvolvedCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Finds cases in which the session user is involved.IWorkflowSession.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(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.findStartedCases(IPropertyFilter<CaseProperty> filter, List<PropertyOrder<CaseProperty>> order, int startIndex, int count, boolean returnAllCount) Finds all cases that the session users has started.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.
CategoryTree.createFor(CaseQuery)instead