gr.uoa.di.madgik.environment.cms.elements.metadata
Class DocumentMetadata

java.lang.Object
  extended by gr.uoa.di.madgik.environment.cms.elements.metadata.DocumentMetadata

public abstract class DocumentMetadata
extends Object


Field Summary
 byte[] content
           
 String contentLocator
           
 String creationTime
           
 Document document
           
 String id
           
 String language
           
 String lastUpdate
           
 long length
           
 String mimeType
           
 String name
           
 int order
           
 Map<String,DocumentProperty> properties
           
 String schemaName
           
 String schemaUri
           
 String type
           
 
Constructor Summary
DocumentMetadata()
           
 
Method Summary
 InputStream GetContentStream()
           
abstract  InputStream ResolveContent()
           
 void SetInboundContentStream(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

name

public String name

order

public int order

content

public byte[] content

contentLocator

public String contentLocator

creationTime

public String creationTime

lastUpdate

public String lastUpdate

document

public Document document

length

public long length

language

public String language

mimeType

public String mimeType

schemaName

public String schemaName

schemaUri

public String schemaUri

type

public String type

properties

public Map<String,DocumentProperty> properties
Constructor Detail

DocumentMetadata

public DocumentMetadata()
Method Detail

ResolveContent

public abstract InputStream ResolveContent()
                                    throws Exception
Throws:
Exception

GetContentStream

public InputStream GetContentStream()
                             throws EnvironmentContentManagementSystemException
Throws:
EnvironmentContentManagementSystemException

SetInboundContentStream

public void SetInboundContentStream(InputStream is)


Copyright © 2013. All Rights Reserved.