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,
List<org.apache.chemistry.opencmis.client.api.SecondaryType> secondaryTypes) |
Constructor and Description |
---|
NuxeoDocument(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type,
List<org.apache.chemistry.opencmis.client.api.SecondaryType> secondaryTypes) |
NuxeoFileableObject(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type,
List<org.apache.chemistry.opencmis.client.api.SecondaryType> secondaryTypes) |
NuxeoFolder(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type,
List<org.apache.chemistry.opencmis.client.api.SecondaryType> secondaryTypes) |
NuxeoObject(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type,
List<org.apache.chemistry.opencmis.client.api.SecondaryType> secondaryTypes) |
NuxeoRelationship(NuxeoSession session,
NuxeoObjectData data,
org.apache.chemistry.opencmis.client.api.ObjectType type,
List<org.apache.chemistry.opencmis.client.api.SecondaryType> secondaryTypes) |
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) |
protected NuxeoObjectData |
NuxeoCmisService.createObject(String repositoryId,
org.apache.chemistry.opencmis.commons.data.Properties properties,
org.apache.chemistry.opencmis.client.api.ObjectId folder,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId baseType,
org.apache.chemistry.opencmis.commons.data.ContentStream contentStream) |
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.
|
protected String |
NuxeoCmisService.setInitialVersioningState(NuxeoObjectData object,
org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState)
Sets initial versioning state and returns its id.
|
protected <T> void |
NuxeoCmisService.setObjectProperty(NuxeoObjectData object,
String key,
Object value,
org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<T> pd,
boolean creation) |
protected <T> void |
NuxeoCmisService.setObjectProperty(NuxeoObjectData object,
String key,
org.apache.chemistry.opencmis.commons.data.PropertyData<T> d,
List<org.apache.chemistry.opencmis.commons.definitions.TypeDefinition> types,
boolean creation) |
protected <T> void |
NuxeoCmisService.updateProperties(NuxeoObjectData object,
String changeToken,
Map<String,?> properties,
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition type,
boolean creation) |
protected <T> void |
NuxeoCmisService.updateProperties(NuxeoObjectData object,
String changeToken,
org.apache.chemistry.opencmis.commons.data.Properties properties,
boolean creation) |
Copyright © 2015 Nuxeo SA. All rights reserved.