Skip navigation links


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

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


public class TypesChildren
extends BaseCMISResource

Constructor Summary
TypesChildren()
           

 

Method Summary
 com.bea.content.schema.cmis.atom.FeedType getAllTypes(String repositoryId, com.bea.content.cmis.rest.resources.BooleanParam includePropertyDefinitions, com.bea.content.cmis.rest.resources.IntegerParam maxItems, com.bea.content.cmis.rest.resources.IntegerParam skipCount)
          Type children Collection - repo root (base types plus all types)
 com.bea.content.schema.cmis.atom.FeedType getChildTypes(String repositoryId, String typeUid, com.bea.content.cmis.rest.resources.BooleanParam includePropertyDefinitions, com.bea.content.cmis.rest.resources.IntegerParam maxItems, com.bea.content.cmis.rest.resources.IntegerParam skipCount)
          Type children feed - repo view for particular typeId

 

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

TypesChildren

public TypesChildren()

Method Detail

getAllTypes

public com.bea.content.schema.cmis.atom.FeedType getAllTypes(String repositoryId,
                                                             com.bea.content.cmis.rest.resources.BooleanParam includePropertyDefinitions,
                                                             com.bea.content.cmis.rest.resources.IntegerParam maxItems,
                                                             com.bea.content.cmis.rest.resources.IntegerParam skipCount)
                                                      throws RepositoryException
Type children Collection - repo root (base types plus all types)
Throws
RepositoryException

getChildTypes

public com.bea.content.schema.cmis.atom.FeedType getChildTypes(String repositoryId,
                                                               String typeUid,
                                                               com.bea.content.cmis.rest.resources.BooleanParam includePropertyDefinitions,
                                                               com.bea.content.cmis.rest.resources.IntegerParam maxItems,
                                                               com.bea.content.cmis.rest.resources.IntegerParam skipCount)
                                                        throws RepositoryException
Type children feed - repo view for particular typeId
Throws
RepositoryException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.