Uses of Enum Class
org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint.MatchLogic
Packages that use RMListOfValuesConstraint.MatchLogic
Package
Description
-
Uses of RMListOfValuesConstraint.MatchLogic in org.alfresco.module.org_alfresco_module_rm.admin
Methods in org.alfresco.module.org_alfresco_module_rm.admin with parameters of type RMListOfValuesConstraint.MatchLogicModifier and TypeMethodDescriptionvoidRecordsManagementAdminService.addCustomConstraintDefinition(QName constraintName, String title, boolean caseSensitive, List<String> allowedValues, RMListOfValuesConstraint.MatchLogic matchLogic) This method adds a Constraint definition to the custom model.voidRecordsManagementAdminServiceImpl.addCustomConstraintDefinition(QName constraintName, String title, boolean caseSensitive, List<String> allowedValues, RMListOfValuesConstraint.MatchLogic matchLogic) -
Uses of RMListOfValuesConstraint.MatchLogic in org.alfresco.module.org_alfresco_module_rm.caveat
Methods in org.alfresco.module.org_alfresco_module_rm.caveat that return RMListOfValuesConstraint.MatchLogicModifier and TypeMethodDescriptionRMListOfValuesConstraint.getMatchLogicEnum()Returns the enum constant of this class with the specified name.static RMListOfValuesConstraint.MatchLogic[]RMListOfValuesConstraint.MatchLogic.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.module.org_alfresco_module_rm.caveat with parameters of type RMListOfValuesConstraint.MatchLogicModifier and TypeMethodDescriptionRMCaveatConfigServiceImpl.addRMConstraint(String listName, String title, String[] values, RMListOfValuesConstraint.MatchLogic matchLogic)