| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
| org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Method and Description |
|---|---|
static VersioningState |
VersioningState.fromValue(String v) |
static VersioningState |
VersioningState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersioningState[] |
VersioningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CmisService.create(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
ExtensionsData extension)
Creates a new document, folder, policy, or item.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectService.createDocument(String repositoryId,
Properties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object of the specified type (given by the
cmis:objectTypeId property) in the (optionally) specified location.
|
String |
ObjectService.createDocumentFromSource(String repositoryId,
String sourceId,
Properties properties,
String folderId,
VersioningState versioningState,
List<String> policies,
Acl addAces,
Acl removeAces,
ExtensionsData extension)
Creates a document object as a copy of the given source document in the
(optionally) specified location.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.