Package | Description |
---|---|
org.apache.chemistry.opencmis.server.impl.atompub |
Modifier and Type | Method and Description |
---|---|
static void |
AtomPubUtils.writeContentChangesObjectEntry(CmisService service,
AtomEntry entry,
ObjectData object,
List<ObjectInFolderContainer> children,
String repositoryId,
String pathSegment,
String relativePathSegment,
UrlBuilder baseUrl,
boolean isRoot)
Writes the a object entry in a content changes list.
|
static void |
AtomPubUtils.writeObjectChildren(CmisService service,
AtomEntry entry,
ObjectInfo folderInfo,
List<ObjectInFolderContainer> children,
String repositoryId,
UrlBuilder baseUrl)
Writes an objects entry children feed.
|
static void |
AtomPubUtils.writeObjectEntry(CmisService service,
AtomEntry entry,
ObjectData object,
List<ObjectInFolderContainer> children,
String repositoryId,
String pathSegment,
String relativePathSegment,
UrlBuilder baseUrl,
boolean isRoot)
Writes the a object entry.
|
static void |
AtomPubUtils.writeTypeEntry(AtomEntry entry,
TypeDefinition type,
List<TypeDefinitionContainer> children,
String repositoryId,
UrlBuilder baseUrl,
boolean isRoot)
Writes the a type entry.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.