public static final class MetadataLoader.Metadata extends Object
Constructor and Description |
---|
Metadata() |
Modifier and Type | Method and Description |
---|---|
void |
addAspect(org.alfresco.service.namespace.QName aspect) |
void |
addProperty(org.alfresco.service.namespace.QName property,
Serializable value)
Adds a property and its value to this metadata object.
|
Set<org.alfresco.service.namespace.QName> |
getAspects() |
Map<org.alfresco.service.namespace.QName,Serializable> |
getProperties() |
org.alfresco.service.namespace.QName |
getType() |
void |
setType(org.alfresco.service.namespace.QName type) |
public org.alfresco.service.namespace.QName getType()
public void setType(org.alfresco.service.namespace.QName type)
type
- The type to set in this metadata object (must not be null).public Set<org.alfresco.service.namespace.QName> getAspects()
public void addAspect(org.alfresco.service.namespace.QName aspect)
aspect
- An aspect to add to this metadata object (must not be null).public Map<org.alfresco.service.namespace.QName,Serializable> getProperties()
public void addProperty(org.alfresco.service.namespace.QName property, Serializable value)
property
- The property to populate (must not be null).value
- The value of the property (may be null).Copyright © 2005–2017 Alfresco Software. All rights reserved.