Uses of Class
org.openiam.constants.BusinessRuleExpressionAttribute
-
Packages that use BusinessRuleExpressionAttribute Package Description org.openiam.br.service org.openiam.constants org.openiam.esb.core.service.impl org.openiam.esb.repository org.openiam.idm.srvc.businessrules.dto -
-
Uses of BusinessRuleExpressionAttribute in org.openiam.br.service
Methods in org.openiam.br.service with parameters of type BusinessRuleExpressionAttribute Modifier and Type Method Description static ExpressionResultBusinessRuleDataExtractor. match(User user, BusinessRuleExpressionAttribute attribute, BusinessRuleExpressionOperationEnum operation, Set<String> values) -
Uses of BusinessRuleExpressionAttribute in org.openiam.constants
Methods in org.openiam.constants that return BusinessRuleExpressionAttribute Modifier and Type Method Description static BusinessRuleExpressionAttributeBusinessRuleExpressionAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessRuleExpressionAttribute[]BusinessRuleExpressionAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BusinessRuleExpressionAttribute in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type BusinessRuleExpressionAttribute Modifier and Type Method Description protected static voidAbstractEntitlementGetBeansServiceImpl. validateDeletionAgainstBusinessRules(String id, BusinessRuleExpressionAttribute type, BusinessRuleRepository businessRuleRepository) -
Uses of BusinessRuleExpressionAttribute in org.openiam.esb.repository
Methods in org.openiam.esb.repository with parameters of type BusinessRuleExpressionAttribute Modifier and Type Method Description List<BrConditionEntity>BusinessRuleRepository. getAllConditionsByEntitlements(BusinessRuleExpressionAttribute attribute, String id) -
Uses of BusinessRuleExpressionAttribute in org.openiam.idm.srvc.businessrules.dto
-