Uses of Class
org.alfresco.module.org_alfresco_module_rm.admin.CustomMetadataException
Packages that use CustomMetadataException
Package
Description
-
Uses of CustomMetadataException in org.alfresco.module.org_alfresco_module_rm.admin
Subclasses of CustomMetadataException in org.alfresco.module.org_alfresco_module_rm.adminModifier and TypeClassDescriptionclass
Custom metadata exception.class
Custom metadata exception.class
Custom metadata exception.class
Custom metadata exception.Methods in org.alfresco.module.org_alfresco_module_rm.admin that throw CustomMetadataExceptionModifier and TypeMethodDescriptionRecordsManagementAdminService.addCustomPropertyDefinition
(QName propId, QName typeName, String label, QName dataType, String title, String description) Add custom property definition Note: no default value, single valued, optional, not system protected, no constraintsRecordsManagementAdminService.addCustomPropertyDefinition
(QName propId, QName typeName, String label, QName dataType, String title, String description, String defaultValue, boolean multiValued, boolean mandatory, boolean isProtected, QName lovConstraintQName) Add custom property definition with one optional constraint referenceRecordsManagementAdminServiceImpl.addCustomPropertyDefinition
(QName propId, QName aspectName, String label, QName dataType, String title, String description) RecordsManagementAdminServiceImpl.addCustomPropertyDefinition
(QName propId, QName aspectName, String label, QName dataType, String title, String description, String defaultValue, boolean multiValued, boolean mandatory, boolean isProtected, QName lovConstraint) RecordsManagementAdminService.updateCustomPropertyDefinitionName
(QName propQName, String newName) Update the name and label of the custom property definition.RecordsManagementAdminServiceImpl.updateCustomPropertyDefinitionName
(QName propQName, String newName) -
Uses of CustomMetadataException in org.alfresco.module.org_alfresco_module_rm.script
Methods in org.alfresco.module.org_alfresco_module_rm.script that throw CustomMetadataExceptionModifier and TypeMethodDescriptionprotected QName
CustomPropertyDefinitionPost.createNewPropertyDefinition
(Map<String, Serializable> params) Create a property definition based on the parameter values providedCustomPropertyDefinitionPost.createPropertyDefinition
(org.springframework.extensions.webscripts.WebScriptRequest req, org.json.JSONObject json) Applies custom properties.CustomPropertyDefinitionPut.handlePropertyDefinitionUpdate
(org.springframework.extensions.webscripts.WebScriptRequest req, org.json.JSONObject json) Applies custom properties.protected QName
CustomPropertyDefinitionPut.updatePropertyDefinition
(Map<String, Serializable> params) If label has a non-null value, it is set on the property def.