nl.hippo.client.api.content
Interface DocumentMetadata
- All Superinterfaces:
- Serializable
public interface DocumentMetadata
- extends Serializable
The metadata (properties) of a document in the repository
getProperties
Set getProperties()
- Returns:
- A Set of Property Objects
getPropertyValue
String getPropertyValue(String propertyName,
String namespaceUri)
getDocumentPath
DocumentPath getDocumentPath()
getDisplayname
String getDisplayname()
getCaption
String getCaption()
isCollection
boolean isCollection()
getType
String getType()
getId
String getId()
getIndex
Integer getIndex()
getContentLanguage
String getContentLanguage()
getEtag
String getEtag()
getLastmodified
String getLastmodified()
getCreatedBy
String getCreatedBy()
getCreationDate
String getCreationDate()
getPublicationDate
String getPublicationDate()
getModificationDate
String getModificationDate()
getLastModifiedBy
String getLastModifiedBy()
getReferences
String getReferences()
getLinks
String getLinks()
getLastWorkflowUser
String getLastWorkflowUser()
getContentType
String getContentType()
getContentLength
String getContentLength()
Copyright © 2006-2009 Hippo. All Rights Reserved.