| Package | Description |
|---|---|
| org.alfresco.module.org_alfresco_module_rm.admin | |
| org.alfresco.module.org_alfresco_module_rm.script |
| Modifier and Type | Class and Description |
|---|---|
class |
CannotApplyConstraintMetadataException
Custom metadata exception.
|
class |
InvalidCustomAspectMetadataException
Custom metadata exception.
|
class |
NotCustomisableMetadataException
Custom metadata exception.
|
class |
PropertyAlreadyExistsMetadataException
Custom metadata exception.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
RecordsManagementAdminServiceImpl.addCustomPropertyDefinition(org.alfresco.service.namespace.QName propId,
org.alfresco.service.namespace.QName aspectName,
String label,
org.alfresco.service.namespace.QName dataType,
String title,
String description) |
org.alfresco.service.namespace.QName |
RecordsManagementAdminService.addCustomPropertyDefinition(org.alfresco.service.namespace.QName propId,
org.alfresco.service.namespace.QName typeName,
String label,
org.alfresco.service.namespace.QName dataType,
String title,
String description)
Add custom property definition
Note: no default value, single valued, optional, not system protected, no constraints
|
org.alfresco.service.namespace.QName |
RecordsManagementAdminServiceImpl.addCustomPropertyDefinition(org.alfresco.service.namespace.QName propId,
org.alfresco.service.namespace.QName aspectName,
String label,
org.alfresco.service.namespace.QName dataType,
String title,
String description,
String defaultValue,
boolean multiValued,
boolean mandatory,
boolean isProtected,
org.alfresco.service.namespace.QName lovConstraint) |
org.alfresco.service.namespace.QName |
RecordsManagementAdminService.addCustomPropertyDefinition(org.alfresco.service.namespace.QName propId,
org.alfresco.service.namespace.QName typeName,
String label,
org.alfresco.service.namespace.QName dataType,
String title,
String description,
String defaultValue,
boolean multiValued,
boolean mandatory,
boolean isProtected,
org.alfresco.service.namespace.QName lovConstraintQName)
Add custom property definition with one optional constraint reference
|
org.alfresco.service.namespace.QName |
RecordsManagementAdminServiceImpl.updateCustomPropertyDefinitionName(org.alfresco.service.namespace.QName propQName,
String newName) |
org.alfresco.service.namespace.QName |
RecordsManagementAdminService.updateCustomPropertyDefinitionName(org.alfresco.service.namespace.QName propQName,
String newName)
Update the name and label of the custom property definition.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.alfresco.service.namespace.QName |
CustomPropertyDefinitionPost.createNewPropertyDefinition(Map<String,Serializable> params)
Create a property definition based on the parameter values provided
|
protected 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 org.alfresco.service.namespace.QName |
CustomPropertyDefinitionPut.updatePropertyDefinition(Map<String,Serializable> params)
If label has a non-null value, it is set on the property def.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.