gr.uoa.di.madgik.environment.cms.elements.document
Class Document

java.lang.Object
  extended by gr.uoa.di.madgik.environment.cms.elements.document.Document

public abstract class Document
extends Object


Field Summary
 List<DocumentAlternative> alternatives
           
 List<DocumentAnnotation> annotations
           
 String collectionId
           
 byte[] content
           
 String contentLocator
           
 String id
           
 String language
           
 List<DocumentMetadata> metadata
           
 String mimeType
           
 String name
           
 List<DocumentPart> parts
           
 List<DocumentProperty> properties
           
 String schemaName
           
 String schemaURI
           
 String type
           
 
Constructor Summary
Document()
           
 
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

collectionId

public String collectionId

language

public String language

mimeType

public String mimeType

schemaName

public String schemaName

schemaURI

public String schemaURI

type

public String type

content

public byte[] content

contentLocator

public String contentLocator

parts

public List<DocumentPart> parts

alternatives

public List<DocumentAlternative> alternatives

metadata

public List<DocumentMetadata> metadata

annotations

public List<DocumentAnnotation> annotations

properties

public List<DocumentProperty> properties
Constructor Detail

Document

public Document()
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.