Package | Description |
---|---|
com.communote.server.core.crc | |
com.communote.server.core.crc.vo | |
com.communote.server.core.crc.xml | |
com.communote.server.core.vo.content |
Modifier and Type | Method and Description |
---|---|
ContentMetadata |
RepositoryConnectorDelegateBase.getMetadata(ContentId contentId) |
ContentMetadata |
RepositoryConnectorDelegate.getMetadata(ContentId contentId)
Returns the ContentMetadata that is associated to the given ContentId.
|
ContentMetadata |
MetadataRepositoryConnector.getMetadata(ContentId contentId)
Return the ContentMetadata that is associated with the given ContentId.
|
ContentMetadata |
FilesystemConnector.getMetadata(ContentId contentId)
Return the ContentMetadata that is associated with the given ContentId.
|
protected ContentMetadata |
RepositoryConnectorDelegateImpl.handleGetMetadata(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getMetadata(com.communote.server.core.crc.vo.ContentId) |
protected abstract ContentMetadata |
RepositoryConnectorDelegateBase.handleGetMetadata(ContentId contentId)
Performs the core logic for
RepositoryConnectorDelegateBase.getMetadata(com.communote.server.core.crc.vo.ContentId) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataRepositoryConnector.updateMetadata(ContentMetadata metadata)
Update the metadata of existing content with the provided metadata.
|
void |
FilesystemConnector.updateMetadata(ContentMetadata metadata)
Update the metadata of existing content with the provided metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentMetadata.copy(ContentMetadata otherBean)
Copies all properties from the argument value object into this value object.
|
Constructor and Description |
---|
ContentMetadata(ContentMetadata otherBean)
Copies constructor from other ContentMetadata
|
Modifier and Type | Method and Description |
---|---|
ContentMetadata |
MetadataXMLHandler.getMetadata()
Returns the read metadata.
|
Modifier and Type | Method and Description |
---|---|
static void |
MetadataXMLCreator.writeMetadata(MetadataRepositoryConnector repositoryConnector,
Writer writer,
ContentMetadata metadata)
Writes the ContentMetadata to the writer.
|
Modifier and Type | Method and Description |
---|---|
ContentMetadata |
AttachmentTO.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentTO.setMetadata(ContentMetadata metadata)
Sets the metadata, it will also update metadata.getContentSize if the content size might be
known and the metadata content length is not set
|
Copyright © 2019 Communote team. All rights reserved.