public interface MetadataLoader
Modifier and Type | Interface and Description |
---|---|
static class |
MetadataLoader.Metadata
Class used to encapsulate the type, aspects and property values for a single file or folder.
|
Modifier and Type | Field and Description |
---|---|
static String |
METADATA_SUFFIX
Metadata filename suffix (excluding file-type specific ending)
|
Modifier and Type | Method and Description |
---|---|
String |
getMetadataFileExtension() |
void |
loadMetadata(ImportableItem.ContentAndMetadata contentAndMetadata,
MetadataLoader.Metadata metadata)
Method that populates the type, aspects and properties to attach to a given file or space.
|
static final String METADATA_SUFFIX
String getMetadataFileExtension()
void loadMetadata(ImportableItem.ContentAndMetadata contentAndMetadata, MetadataLoader.Metadata metadata)
contentAndMetadata
- The contentAndMetadata from which to obtain the metadata (will not be null).metadata
- The metadata object to populate (will not be null, and may already be partially populated).Copyright © 2005–2017 Alfresco Software. All rights reserved.