Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
org.apache.chemistry.opencmis.server.support.wrapper |
Modifier and Type | Method and Description |
---|---|
ObjectData |
FilterCmisService.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension) |
ObjectData |
FilterCmisService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
FilterCmisService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
FilterCmisService.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<ObjectData> |
FilterCmisService.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension) |
List<ObjectData> |
FilterCmisService.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
protected ObjectInfo |
FilterCmisService.getObjectInfoIntern(String repositoryId,
ObjectData object) |
Modifier and Type | Method and Description |
---|---|
ChangeEvent |
ObjectFactory.convertChangeEvent(ObjectData objectData) |
CmisObject |
ObjectFactory.convertObject(ObjectData objectData,
OperationContext context) |
QueryResult |
ObjectFactory.convertQueryResult(ObjectData objectData) |
ObjectType |
ObjectFactory.getTypeFromObjectData(ObjectData objectData) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableObjectData
Mutable ObjectData.
|
Modifier and Type | Method and Description |
---|---|
ObjectData |
ObjectInFolderData.getObject()
Returns the object.
|
ObjectData |
ObjectParentData.getObject()
Returns the parent object.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectData> |
ObjectList.getObjects()
Returns the list of objects.
|
List<ObjectData> |
ObjectData.getRelationships()
Returns the relationships from and to this object.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectData.setRelationships(List<ObjectData> relationships)
Sets the relationships.
|
Modifier and Type | Method and Description |
---|---|
ObjectData |
AbstractCmisService.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension)
Gets the parent folder object for the specified folder object.
|
abstract ObjectData |
AbstractCmisService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Gets the specified information for the object specified by id.
|
ObjectData |
AbstractCmisService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Gets the specified information for the object specified by path.
|
ObjectData |
AbstractCmisService.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Get the latest document object in the version series.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectData> |
AbstractCmisService.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension)
Returns the list of all document objects in the specified version series,
sorted by the property "cmis:creationDate" descending.
|
List<ObjectData> |
AbstractCmisService.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension)
Gets the list of policies currently applied to the specified object.
|
Modifier and Type | Method and Description |
---|---|
protected Boolean |
AbstractCmisService.getBooleanProperty(ObjectData object,
String name) |
protected GregorianCalendar |
AbstractCmisService.getDateTimeProperty(ObjectData object,
String name) |
protected String |
AbstractCmisService.getIdProperty(ObjectData object,
String name) |
protected BigInteger |
AbstractCmisService.getIntegerProperty(ObjectData object,
String name) |
protected ObjectInfo |
AbstractCmisService.getObjectInfoIntern(String repositoryId,
ObjectData object)
Collects the
ObjectInfo about an object. |
protected String |
AbstractCmisService.getStringProperty(ObjectData object,
String name) |
Modifier and Type | Method and Description |
---|---|
ObjectData |
ObjectInfo.getObject()
Returns the full object.
|
Modifier and Type | Method and Description |
---|---|
ObjectData |
NavigationService.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension)
Gets the parent folder object for the specified folder object.
|
ObjectData |
ObjectService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Gets the specified information for the object specified by id.
|
ObjectData |
ObjectService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Gets the specified information for the object specified by path.
|
ObjectData |
VersioningService.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Get the latest document object in the version series.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectData> |
VersioningService.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension)
Returns the list of all document objects in the specified version series,
sorted by the property "cmis:creationDate" descending.
|
List<ObjectData> |
PolicyService.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension)
Gets the list of policies currently applied to the specified object.
|
Modifier and Type | Method and Description |
---|---|
ObjectData |
SimpleLoggingCmisServiceWrapper.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension) |
ObjectData |
AbstractCmisServiceWrapper.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension) |
ObjectData |
ConformanceCmisServiceWrapper.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension) |
ObjectData |
SimpleLoggingCmisServiceWrapper.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
AbstractCmisServiceWrapper.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
ConformanceCmisServiceWrapper.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
SimpleLoggingCmisServiceWrapper.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
AbstractCmisServiceWrapper.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
ConformanceCmisServiceWrapper.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
SimpleLoggingCmisServiceWrapper.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
AbstractCmisServiceWrapper.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
ObjectData |
ConformanceCmisServiceWrapper.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<ObjectData> |
SimpleLoggingCmisServiceWrapper.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension) |
List<ObjectData> |
AbstractCmisServiceWrapper.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension) |
List<ObjectData> |
ConformanceCmisServiceWrapper.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension) |
List<ObjectData> |
SimpleLoggingCmisServiceWrapper.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension) |
List<ObjectData> |
AbstractCmisServiceWrapper.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension) |
List<ObjectData> |
ConformanceCmisServiceWrapper.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.