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.impl.atompub | |
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 | Class and Description |
---|---|
class |
ObjectInfoImpl
Implementation of the
ObjectInfo interface. |
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 |
---|---|
void |
AtomEntry.writeObject(ObjectData object,
ObjectInfo info,
String contentSrc,
String contentType,
String pathSegment,
String relativePathSegment,
CmisVersion cmisVersion)
Writes an object.
|
void |
AbstractAtomPubServiceCall.writeObjectChildren(CmisService service,
AtomEntry entry,
ObjectInfo folderInfo,
List<ObjectInFolderContainer> children,
String repositoryId,
UrlBuilder baseUrl,
CmisVersion cmisVersion)
Writes an objects entry children feed.
|
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
AbstractCmisServiceWrapper.getObjectInfo(String repositoryId,
String objectId) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.