Uses of Class
org.alfresco.module.org_alfresco_module_rm.admin.CustomMetadataException
-
Packages that use CustomMetadataException Package Description org.alfresco.module.org_alfresco_module_rm.admin org.alfresco.module.org_alfresco_module_rm.script -
-
Uses of CustomMetadataException in org.alfresco.module.org_alfresco_module_rm.admin
Subclasses of CustomMetadataException in org.alfresco.module.org_alfresco_module_rm.admin Modifier and Type Class Description class
CannotApplyConstraintMetadataException
Custom metadata exception.class
InvalidCustomAspectMetadataException
Custom metadata exception.class
NotCustomisableMetadataException
Custom metadata exception.class
PropertyAlreadyExistsMetadataException
Custom metadata exception.Methods in org.alfresco.module.org_alfresco_module_rm.admin that throw CustomMetadataException Modifier and Type Method Description QName
RecordsManagementAdminService. 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 constraintsQName
RecordsManagementAdminService. 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 referenceQName
RecordsManagementAdminServiceImpl. addCustomPropertyDefinition(QName propId, QName aspectName, String label, QName dataType, String title, String description)
QName
RecordsManagementAdminServiceImpl. addCustomPropertyDefinition(QName propId, QName aspectName, String label, QName dataType, String title, String description, String defaultValue, boolean multiValued, boolean mandatory, boolean isProtected, QName lovConstraint)
QName
RecordsManagementAdminService. updateCustomPropertyDefinitionName(QName propQName, String newName)
Update the name and label of the custom property definition.QName
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 CustomMetadataException Modifier and Type Method Description protected QName
CustomPropertyDefinitionPost. createNewPropertyDefinition(Map<String,Serializable> params)
Create a property definition based on the parameter values providedprotected Map<String,Object>
CustomPropertyDefinitionPost. createPropertyDefinition(org.springframework.extensions.webscripts.WebScriptRequest req, org.json.JSONObject json)
Applies custom properties.protected Map<String,Object>
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.
-