Uses of Class
org.xcmis.spi.CmisRuntimeException

Packages that use CmisRuntimeException
org.xcmis.spi   
org.xcmis.spi.basic   
 

Uses of CmisRuntimeException in org.xcmis.spi
 

Subclasses of CmisRuntimeException in org.xcmis.spi
 class InvalidArgumentException
          Should thrown by CMIS service it got not valid argument.
 class NotSupportedException
          If requested action requires optional capability that is not supported by repository.
 class PermissionDeniedException
          If there is no permission for operation.
 

Uses of CmisRuntimeException in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that throw CmisRuntimeException
 String BasicStorage.addType(TypeDefinition type)
          Add new type in repository.
 ItemsIterator<TypeDefinition> BasicStorage.getTypeChildren(String typeId, boolean includePropertyDefinitions)
          Iterator over object types.
 TypeDefinition BasicStorage.getTypeDefinition(String typeId, boolean includePropertyDefinition)
          Get type definition for type typeId .
 void BasicStorage.removeType(String typeId)
          Remove type definition for type typeId .
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.