| Package | Description |
|---|---|
| org.nuxeo.ecm.core.opencmis.impl.client | |
| org.nuxeo.ecm.core.opencmis.impl.server |
| Modifier and Type | Field and Description |
|---|---|
NuxeoObjectData |
NuxeoObject.data |
| Modifier and Type | Method and Description |
|---|---|
static NuxeoObject |
NuxeoObject.construct(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
| Constructor and Description |
|---|
NuxeoDocument(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
NuxeoFileableObject(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
NuxeoFolder(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
NuxeoObject(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
NuxeoRelationship(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
NuxeoObjectData |
NuxeoCmisService.copy(String sourceId,
String targetId,
Map<String,?> properties,
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition type,
org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState,
List<org.apache.chemistry.opencmis.client.api.Policy> policies,
List<org.apache.chemistry.opencmis.commons.data.Ace> addACEs,
List<org.apache.chemistry.opencmis.commons.data.Ace> removeACEs,
org.apache.chemistry.opencmis.client.api.OperationContext context) |
NuxeoObjectData |
NuxeoCmisService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension) |
NuxeoObjectData |
NuxeoCmisService.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension) |
| Modifier and Type | Method and Description |
|---|---|
static <U> org.apache.chemistry.opencmis.commons.data.PropertyData<U> |
NuxeoPropertyData.construct(NuxeoObjectData data,
org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<U> pd,
org.apache.chemistry.opencmis.commons.server.CallContext callContext)
Factory for a new Property.
|
Copyright © 2014 Nuxeo SA. All Rights Reserved.