gr.uoa.di.madgik.environment.cms.elements.document
Class Document
java.lang.Object
gr.uoa.di.madgik.environment.cms.elements.document.Document
public abstract class Document
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Document
public Document()
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.