Uses of Class
org.alfresco.module.org_alfresco_module_rm.caveat.RMConstraintInfo
-
Packages that use RMConstraintInfo Package Description org.alfresco.module.org_alfresco_module_rm.caveat -
-
Uses of RMConstraintInfo in org.alfresco.module.org_alfresco_module_rm.caveat
Methods in org.alfresco.module.org_alfresco_module_rm.caveat that return RMConstraintInfo Modifier and Type Method Description RMConstraintInfo
RMCaveatConfigService. addRMConstraint(String listName, String listTitle, String[] allowedValues)
add RM constraint listRMConstraintInfo
RMCaveatConfigServiceImpl. addRMConstraint(String listName, String title, String[] values)
add RM constraint listRMConstraintInfo
RMCaveatConfigServiceImpl. addRMConstraint(String listName, String title, String[] values, RMListOfValuesConstraint.MatchLogic matchLogic)
RMConstraintInfo
RMCaveatConfigComponent. getRMConstraint(String listName)
Get RM constraint listRMConstraintInfo
RMCaveatConfigComponentImpl. getRMConstraint(String listName)
Get RM Constraint detail.RMConstraintInfo
RMCaveatConfigComponentImpl. getRMConstraint(QName listQName)
Get an RMConstraintInfoRMConstraintInfo
RMCaveatConfigService. getRMConstraint(String listName)
RMConstraintInfo
RMCaveatConfigServiceImpl. getRMConstraint(String listName)
Get RM Constraint detail.RMConstraintInfo
RMCaveatConfigServiceImpl. getRMConstraint(QName listQName)
Get an RMConstraintInfoRMConstraintInfo
RMCaveatConfigService. updateRMConstraintAllowedValues(String listName, String[] allowedValues)
update RM constraint list allowed valuesRMConstraintInfo
RMCaveatConfigServiceImpl. updateRMConstraintAllowedValues(String listName, String[] allowedValues)
Update The allowed values for an RM Constraint.RMConstraintInfo
RMCaveatConfigService. updateRMConstraintTitle(String listName, String newTitle)
update RM constraint TitleRMConstraintInfo
RMCaveatConfigServiceImpl. 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 RMConstraintInfo Modifier and Type Method Description Set<RMConstraintInfo>
RMCaveatConfigService. getAllRMConstraints()
Set<RMConstraintInfo>
RMCaveatConfigServiceImpl. getAllRMConstraints()
Get all Constraint Lists
-