com.bea.content.cmis.rest.resources
Class Children

java.lang.Object
  extended by com.bea.content.cmis.rest.resources.BaseCMISResource
      extended by com.bea.content.cmis.rest.resources.ChildrenBase
          extended by com.bea.content.cmis.rest.resources.Children

public class Children
extends com.bea.content.cmis.rest.resources.ChildrenBase


Constructor Summary
Children()
           
 
Method Summary
 javax.ws.rs.core.Response createOrMove(String repositoryId, String folderUid, String sourceFolderId, com.bea.content.cmis.rest.resources.EnumVersioningStateParam versioningState, com.bea.content.schema.cmis.atom.EntryType entry)
           
 javax.ws.rs.core.Response createOrMoveToRoot(String repositoryId, String sourceFolderId, com.bea.content.cmis.rest.resources.EnumVersioningStateParam versioningState, com.bea.content.schema.cmis.atom.EntryType entry)
           
 com.bea.content.schema.cmis.atom.FeedType getChildren(String repositoryId, String folderUid, com.bea.content.cmis.rest.resources.DelimitedListParam propertyNameFilter, com.bea.content.cmis.rest.resources.BooleanParam includeAllowableActions, com.bea.content.cmis.rest.resources.BooleanParam includeRelationshipsIgnored, String renditionFilterIgnored, com.bea.content.cmis.rest.resources.DelimitedListParam orderBy, com.bea.content.cmis.rest.resources.IntegerParam maxItems, com.bea.content.cmis.rest.resources.IntegerParam skipCount)
           
 com.bea.content.schema.cmis.atom.FeedType getRootChildren(String repositoryId, com.bea.content.cmis.rest.resources.DelimitedListParam propertyNameFilter, com.bea.content.cmis.rest.resources.BooleanParam includeAllowableActions, com.bea.content.cmis.rest.resources.BooleanParam includeRelationshipsIgnored, String renditionFilterIgnored, com.bea.content.cmis.rest.resources.DelimitedListParam orderBy, com.bea.content.cmis.rest.resources.IntegerParam maxItems, com.bea.content.cmis.rest.resources.IntegerParam skipCount)
           
 
Methods inherited from class com.bea.content.cmis.rest.resources.ChildrenBase
doCreateOrMove
 
Methods inherited from class com.bea.content.cmis.rest.resources.BaseCMISResource
getContentContext, getHttpRequest, getUriService, setHttpRequest, setUriService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Children

public Children()
Method Detail

getRootChildren

public com.bea.content.schema.cmis.atom.FeedType getRootChildren(String repositoryId,
                                                                 com.bea.content.cmis.rest.resources.DelimitedListParam propertyNameFilter,
                                                                 com.bea.content.cmis.rest.resources.BooleanParam includeAllowableActions,
                                                                 com.bea.content.cmis.rest.resources.BooleanParam includeRelationshipsIgnored,
                                                                 String renditionFilterIgnored,
                                                                 com.bea.content.cmis.rest.resources.DelimitedListParam orderBy,
                                                                 com.bea.content.cmis.rest.resources.IntegerParam maxItems,
                                                                 com.bea.content.cmis.rest.resources.IntegerParam skipCount)
                                                          throws RepositoryException
Throws
RepositoryException

getChildren

public com.bea.content.schema.cmis.atom.FeedType getChildren(String repositoryId,
                                                             String folderUid,
                                                             com.bea.content.cmis.rest.resources.DelimitedListParam propertyNameFilter,
                                                             com.bea.content.cmis.rest.resources.BooleanParam includeAllowableActions,
                                                             com.bea.content.cmis.rest.resources.BooleanParam includeRelationshipsIgnored,
                                                             String renditionFilterIgnored,
                                                             com.bea.content.cmis.rest.resources.DelimitedListParam orderBy,
                                                             com.bea.content.cmis.rest.resources.IntegerParam maxItems,
                                                             com.bea.content.cmis.rest.resources.IntegerParam skipCount)
                                                      throws RepositoryException
Throws
RepositoryException

createOrMoveToRoot

public javax.ws.rs.core.Response createOrMoveToRoot(String repositoryId,
                                                    String sourceFolderId,
                                                    com.bea.content.cmis.rest.resources.EnumVersioningStateParam versioningState,
                                                    com.bea.content.schema.cmis.atom.EntryType entry)
                                             throws RepositoryException
Throws
RepositoryException

createOrMove

public javax.ws.rs.core.Response createOrMove(String repositoryId,
                                              String folderUid,
                                              String sourceFolderId,
                                              com.bea.content.cmis.rest.resources.EnumVersioningStateParam versioningState,
                                              com.bea.content.schema.cmis.atom.EntryType entry)
                                       throws RepositoryException
Throws
RepositoryException


Copyright © 2011, Oracle. All rights reserved.