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

java.lang.Object
  extended by com.bea.content.cmis.rest.resources.BaseCMISResource
      extended by com.bea.content.cmis.rest.resources.TypeDefinition
Direct Known Subclasses:
TypeById

public class TypeDefinition
extends BaseCMISResource


Constructor Summary
TypeDefinition()
           
 
Method Summary
 com.bea.content.schema.cmis.atom.EntryType getTypeDefinition(String repositoryId)
           
 com.bea.content.schema.cmis.atom.EntryType getTypeDefinition(String repositoryId, String typeUid)
           
 
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

TypeDefinition

public TypeDefinition()
Method Detail

getTypeDefinition

public com.bea.content.schema.cmis.atom.EntryType getTypeDefinition(String repositoryId)
                                                             throws RepositoryException
Throws
RepositoryException

getTypeDefinition

public com.bea.content.schema.cmis.atom.EntryType getTypeDefinition(String repositoryId,
                                                                    String typeUid)
                                                             throws RepositoryException
Throws
RepositoryException


Copyright © 2011, Oracle. All rights reserved.