Uses of Class
org.apache.chemistry.opencmis.server.impl.atompub.AtomEntry

Packages that use AtomEntry
org.apache.chemistry.opencmis.server.impl.atompub   
 

Uses of AtomEntry in org.apache.chemistry.opencmis.server.impl.atompub
 

Methods in org.apache.chemistry.opencmis.server.impl.atompub with parameters of type AtomEntry
static void AtomPubUtils.writeContentChangesObjectEntry(CmisService service, AtomEntry entry, ObjectData object, java.util.List<ObjectInFolderContainer> children, java.lang.String repositoryId, java.lang.String pathSegment, java.lang.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, java.util.List<ObjectInFolderContainer> children, java.lang.String repositoryId, UrlBuilder baseUrl)
          Writes an objects entry children feed.
static void AtomPubUtils.writeObjectEntry(CmisService service, AtomEntry entry, ObjectData object, java.util.List<ObjectInFolderContainer> children, java.lang.String repositoryId, java.lang.String pathSegment, java.lang.String relativePathSegment, UrlBuilder baseUrl, boolean isRoot)
          Writes the a object entry.
static void AtomPubUtils.writeTypeEntry(AtomEntry entry, TypeDefinition type, java.util.List<TypeDefinitionContainer> children, java.lang.String repositoryId, UrlBuilder baseUrl, boolean isRoot)
          Writes the a type entry.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.