| Modifier and Type | Method and Description |
|---|---|
JCRFile |
JCRWorkspace.getGCUBEDocumentContent(javax.jcr.Session session,
String oid,
ContentType contentType) |
JCRFile |
JCRWorkspace.setGCUBEDocumentContent(javax.jcr.Session session,
String oid,
InputStream data,
String mimeType,
ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JCRExternalFile(JCRWorkspace workspace,
javax.jcr.Node node,
ContentType contentType) |
JCRExternalFile(JCRWorkspace workspace,
javax.jcr.Node node,
String name,
String description,
String mimeType,
ContentType contentType,
InputStream data) |
| Constructor and Description |
|---|
JCRDocument(JCRWorkspace workspace,
javax.jcr.Node node,
ContentType contentType) |
JCRDocument(JCRWorkspace workspace,
javax.jcr.Node node,
String name,
String description,
String oid,
String mimeType,
ContentType contentType,
InputStream documentData,
Map<String,String> metadata,
Map<String,String> annotations,
String collectionName) |
Copyright © 2014. All Rights Reserved.