Uses of Class
org.openiam.constants.BusinessRuleStatusEnum
-
Packages that use BusinessRuleStatusEnum Package Description org.openiam.constants org.openiam.esb.repository -
-
Uses of BusinessRuleStatusEnum in org.openiam.constants
Methods in org.openiam.constants that return BusinessRuleStatusEnum Modifier and Type Method Description static BusinessRuleStatusEnum
BusinessRuleStatusEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BusinessRuleStatusEnum[]
BusinessRuleStatusEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BusinessRuleStatusEnum in org.openiam.esb.repository
Methods in org.openiam.esb.repository with parameters of type BusinessRuleStatusEnum Modifier and Type Method Description List<BusinessRuleEntity>
BusinessRuleRepository. findAllByStatusOrderByNameAsc(BusinessRuleStatusEnum statusEnum)
Method parameters in org.openiam.esb.repository with type arguments of type BusinessRuleStatusEnum Modifier and Type Method Description List<BusinessRuleEntity>
BusinessRuleRepository. getAllByStatusIn(Collection<BusinessRuleStatusEnum> states)
-