Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.server.support.wrapper |
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
FilterCmisService.getObjectInfo(String repositoryId,
String objectId) |
protected ObjectInfo |
FilterCmisService.getObjectInfoIntern(String repositoryId,
ObjectData object) |
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
AbstractCmisService.getObjectInfo(String repositoryId,
String objectId)
Returns the
ObjectInfo of the given object id or null if
no object info exists. |
protected ObjectInfo |
AbstractCmisService.getObjectInfoIntern(String repositoryId,
ObjectData object)
Collects the
ObjectInfo about an object. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmisService.addObjectInfo(ObjectInfo objectInfo)
Adds an object info.
|
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
ObjectInfoHandler.getObjectInfo(String repositoryId,
String objectId) |
ObjectInfo |
CmisService.getObjectInfo(String repositoryId,
String objectId)
Returns the
ObjectInfo of the given object id or null if
no object info exists. |
Modifier and Type | Method and Description |
---|---|
void |
ObjectInfoHandler.addObjectInfo(ObjectInfo objectInfo) |
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
AbstractCmisServiceWrapper.getObjectInfo(String repositoryId,
String objectId) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.