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

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

public class TypesDescendants
extends BaseCMISResource


Constructor Summary
TypesDescendants()
           
 
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 depth)
          Type Descendants Collection - repo root (base types plus all types)
 com.bea.content.schema.cmis.atom.FeedType getDescendantTypes(String repositoryId, String typeUid, com.bea.content.cmis.rest.resources.BooleanParam includePropertyDefinitions, com.bea.content.cmis.rest.resources.IntegerParam depth)
           
 
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

TypesDescendants

public TypesDescendants()
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 depth)
                                                      throws RepositoryException
Type Descendants Collection - repo root (base types plus all types)

Throws
RepositoryException

getDescendantTypes

public com.bea.content.schema.cmis.atom.FeedType getDescendantTypes(String repositoryId,
                                                                    String typeUid,
                                                                    com.bea.content.cmis.rest.resources.BooleanParam includePropertyDefinitions,
                                                                    com.bea.content.cmis.rest.resources.IntegerParam depth)
                                                             throws RepositoryException
Throws
RepositoryException


Copyright © 2011, Oracle. All rights reserved.