Uses of Class
org.alfresco.module.org_alfresco_module_rm.caveat.RMConstraintInfo
Packages that use RMConstraintInfo
-
Uses of RMConstraintInfo in org.alfresco.module.org_alfresco_module_rm.caveat
Methods in org.alfresco.module.org_alfresco_module_rm.caveat that return RMConstraintInfoModifier and TypeMethodDescriptionRMCaveatConfigService.addRMConstraint(String listName, String listTitle, String[] allowedValues) add RM constraint listRMCaveatConfigServiceImpl.addRMConstraint(String listName, String title, String[] values) add RM constraint listRMCaveatConfigServiceImpl.addRMConstraint(String listName, String title, String[] values, RMListOfValuesConstraint.MatchLogic matchLogic) RMCaveatConfigComponent.getRMConstraint(String listName) Get RM constraint listRMCaveatConfigComponentImpl.getRMConstraint(String listName) Get RM Constraint detail.RMCaveatConfigComponentImpl.getRMConstraint(QName listQName) Get an RMConstraintInfoRMCaveatConfigService.getRMConstraint(String listName) RMCaveatConfigServiceImpl.getRMConstraint(String listName) Get RM Constraint detail.RMCaveatConfigServiceImpl.getRMConstraint(QName listQName) Get an RMConstraintInfoRMCaveatConfigService.updateRMConstraintAllowedValues(String listName, String[] allowedValues) update RM constraint list allowed valuesRMCaveatConfigServiceImpl.updateRMConstraintAllowedValues(String listName, String[] allowedValues) Update The allowed values for an RM Constraint.RMCaveatConfigService.updateRMConstraintTitle(String listName, String newTitle) update RM constraint TitleRMCaveatConfigServiceImpl.updateRMConstraintTitle(String listName, String newTitle) Update the title of this RM Constraint.Methods in org.alfresco.module.org_alfresco_module_rm.caveat that return types with arguments of type RMConstraintInfoModifier and TypeMethodDescriptionRMCaveatConfigService.getAllRMConstraints()RMCaveatConfigServiceImpl.getAllRMConstraints()Get all Constraint Lists