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 java.lang.String |
METADATA_SUFFIX
Metadata filename suffix (excluding file-type specific ending)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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 java.lang.String METADATA_SUFFIX
java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.