Uses of Enum Class
ch.ivyteam.ivy.workflow.caze.CaseBusinessState
Packages that use CaseBusinessState
Package
Description
-
Uses of CaseBusinessState in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return CaseBusinessStateModifier and TypeMethodDescriptionCaseState.getBusinessState()Returns the business state of this state.ICase.getBusinessState()Gets the business state of the case -
Uses of CaseBusinessState in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return types with arguments of type CaseBusinessStateModifier and TypeMethodDescriptionCaseQuery.IOrderByQueryColumns.businessState()Adds an order by statement for the columnBusinessStatein the default direction ascending.
To change the order to descending usebusinessState().descending()CaseQuery.OrderByQuery.businessState()Methods in ch.ivyteam.ivy.workflow.query with parameters of type CaseBusinessStateModifier and TypeMethodDescriptionCaseQuery.ICaseBusinessStateFilterQuery.isEqual(CaseBusinessState value) Adds a filter condition that selects rows with the givenvalue.CaseQuery.ICaseBusinessStateFilterQuery.isIn(CaseBusinessState... values) Adds a filter condition that selects rows that have values that are in the given list ofvalues.CaseQuery.ICaseBusinessStateFilterQuery.isNotEqual(CaseBusinessState value) Adds a filter condition that selects the rows that do not have the givenvalue.CaseQuery.ICaseBusinessStateFilterQuery.isNotIn(CaseBusinessState... values) Adds a filter condition that selects rows that have values that are not in the given list ofvalues.Method parameters in ch.ivyteam.ivy.workflow.query with type arguments of type CaseBusinessStateModifier and TypeMethodDescriptionCaseQuery.ICaseBusinessStateFilterQuery.isIn(List<CaseBusinessState> values) Adds a filter condition that selects rows that have values that are in the given list ofvalues.CaseQuery.ICaseBusinessStateFilterQuery.isNotIn(List<CaseBusinessState> values) Adds a filter condition that selects rows that have values that are not in the given list ofvalues.