public abstract class Document extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
GetContentStream() |
abstract InputStream |
ResolveContent() |
void |
SetInboundContentStream(InputStream is) |
public String id
public String name
public String collectionId
public String language
public String mimeType
public String schemaName
public String schemaURI
public String type
public byte[] content
public String contentLocator
public List<DocumentPart> parts
public List<DocumentAlternative> alternatives
public List<DocumentMetadata> metadata
public List<DocumentAnnotation> annotations
public List<DocumentProperty> properties
public abstract InputStream ResolveContent() throws Exception
Exceptionpublic InputStream GetContentStream() throws EnvironmentContentManagementSystemException
public void SetInboundContentStream(InputStream is)
Copyright © 2014. All Rights Reserved.