| Package | Description |
|---|---|
| org.alfresco.module.org_alfresco_module_rm.admin | |
| org.alfresco.module.org_alfresco_module_rm.caveat |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsManagementAdminServiceImpl.addCustomConstraintDefinition(org.alfresco.service.namespace.QName constraintName,
String title,
boolean caseSensitive,
List<String> allowedValues,
RMListOfValuesConstraint.MatchLogic matchLogic) |
void |
RecordsManagementAdminService.addCustomConstraintDefinition(org.alfresco.service.namespace.QName constraintName,
String title,
boolean caseSensitive,
List<String> allowedValues,
RMListOfValuesConstraint.MatchLogic matchLogic)
This method adds a Constraint definition to the custom model.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RMConstraintInfo |
RMCaveatConfigServiceImpl.addRMConstraint(String listName,
String title,
String[] values,
RMListOfValuesConstraint.MatchLogic matchLogic) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.