nl.hippo.client.api.content
Interface DocumentMetadata

All Superinterfaces:
Serializable

public interface DocumentMetadata
extends Serializable

The metadata (properties) of a document in the repository


Method Summary
 String getCaption()
           
 String getContentLanguage()
           
 String getContentLength()
           
 String getContentType()
           
 String getCreatedBy()
           
 String getCreationDate()
           
 String getDisplayname()
           
 DocumentPath getDocumentPath()
           
 String getEtag()
           
 String getId()
           
 Integer getIndex()
           
 String getLastmodified()
           
 String getLastModifiedBy()
           
 String getLastWorkflowUser()
           
 String getLinks()
           
 String getModificationDate()
           
 Set getProperties()
           
 String getPropertyValue(String propertyName, String namespaceUri)
           
 String getPublicationDate()
           
 String getReferences()
           
 String getType()
           
 boolean isCollection()
           
 

Method Detail

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.