Uses of Enum
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 TypeMethodDescriptionvoid
RecordsManagementAdminService.addCustomConstraintDefinition
(QName constraintName, String title, boolean caseSensitive, List<String> allowedValues, RMListOfValuesConstraint.MatchLogic matchLogic) This method adds a Constraint definition to the custom model.void
RecordsManagementAdminServiceImpl.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 type with the specified name.static RMListOfValuesConstraint.MatchLogic[]
RMListOfValuesConstraint.MatchLogic.values()
Returns an array containing the constants of this enum type, 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)