Uses of Class
org.xcmis.spi.TypeNotFoundException

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

Uses of TypeNotFoundException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw TypeNotFoundException
 String Connection.createDocument(String parentId, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies, VersioningState versioningState)
          Create a document object.
 String Connection.createFolder(String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a folder object.
 String Connection.createPolicy(String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a policy object.
 String Connection.createRelationship(Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a relationship object.
 ItemsList<CmisObject> Connection.getObjectRelationships(String objectId, RelationshipDirection direction, String typeId, boolean includeSubRelationshipTypes, boolean includeAllowableActions, boolean includeObjectInfo, String propertyFilter, int maxItems, int skipCount)
          Get all or a subset of relationships associated with an independent object.
 ItemsIterator<TypeDefinition> DelegatedTypeManager.getTypeChildren(String typeId, boolean includePropertyDefinitions)
           
 ItemsIterator<TypeDefinition> TypeManager.getTypeChildren(String typeId, boolean includePropertyDefinitions)
          Iterator over object types.
 ItemsList<TypeDefinition> Connection.getTypeChildren(String typeId, boolean includePropertyDefinition, int maxItems, int skipCount)
          Set of object types.
 TypeDefinition Connection.getTypeDefinition(String typeId)
          Get type definition for type typeId include property definition, see Connection.getTypeDefinition(String, boolean).
 TypeDefinition DelegatedTypeManager.getTypeDefinition(String typeId, boolean includePropertyDefinition)
           
 TypeDefinition Connection.getTypeDefinition(String typeId, boolean includePropertyDefinition)
          Get type definition for type typeId.
 TypeDefinition TypeManager.getTypeDefinition(String typeId, boolean includePropertyDefinition)
          Get type definition for type typeId .
 TypeDefinition QueryNameTypeManager.getTypeDefinitionByQueryName(String queryName, boolean includePropertyDefinition)
          Get TypeDefinition by queryName of type.
 List<ItemsTree<TypeDefinition>> Connection.getTypeDescendants(String typeId, int depth, boolean includePropertyDefinition)
          Get all descendants of specified typeId in hierarchy.
 void DelegatedTypeManager.removeType(String typeId)
           
 void Connection.removeType(String typeId)
          Remove type definition for type typeId .
 void TypeManager.removeType(String typeId)
          Remove type definition for type typeId .
 

Uses of TypeNotFoundException in org.xcmis.spi.basic
 

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



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.