Uses of Class
org.alfresco.module.org_alfresco_module_rm.caveat.RMListOfValuesConstraint.MatchLogic
-
Packages that use RMListOfValuesConstraint.MatchLogic Package Description org.alfresco.module.org_alfresco_module_rm.admin org.alfresco.module.org_alfresco_module_rm.caveat -
-
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.MatchLogic Modifier and Type Method Description void
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.MatchLogic Modifier and Type Method Description RMListOfValuesConstraint.MatchLogic
RMListOfValuesConstraint. getMatchLogicEnum()
static RMListOfValuesConstraint.MatchLogic
RMListOfValuesConstraint.MatchLogic. valueOf(String name)
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.MatchLogic Modifier and Type Method Description RMConstraintInfo
RMCaveatConfigServiceImpl. addRMConstraint(String listName, String title, String[] values, RMListOfValuesConstraint.MatchLogic matchLogic)
-