Uses of Class
org.xcmis.spi.StorageException

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

Uses of StorageException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw StorageException
 String TypeManager.addType(TypeDefinition type)
          Add new type in repository.
 String Connection.addType(TypeDefinition type)
          Adds the new Object-type.
 void DocumentData.cancelCheckout()
          Discard checkout operation.
 void Connection.cancelCheckout(String documentId)
          Discard the check-out operation.
 DocumentData DocumentData.checkin(boolean major, String checkinComment, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Set private working copy as latest (current) version of document.
 String Connection.checkin(String documentId, boolean major, Map<String,Property<?>> properties, ContentStream content, String checkinComment, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Check-in Private Working Copy.
 DocumentData DocumentData.checkout()
          Create PWC from this document.
 String Connection.checkout(String documentId)
          Check-out document.
 DocumentData Storage.copyDocument(DocumentData source, FolderData parent, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies, VersioningState versioningState)
          Create new document as copy of the given source document and use parent as parent.
 DocumentData Storage.createDocument(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies, VersioningState versioningState)
          Create new document with type typeDefinition using parent as parent.
 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.createDocumentFromSource(String sourceId, String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies, VersioningState versioningState)
          Create a document object as a copy of the given source document in the specified parent folder parentId.
 FolderData Storage.createFolder(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new folder with type typeDefinition using folder as parent.
 String Connection.createFolder(String parentId, Map<String,Property<?>> properties, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, Collection<String> policies)
          Create a folder object.
 PolicyData Storage.createPolicy(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new policy with type typeDefinition using parent as parent.
 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.
 RelationshipData Storage.createRelationship(ObjectData source, ObjectData target, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new relationship for specified source and target.
 String Connection.deleteContentStream(String documentId, ChangeTokenHolder changeTokenHolder)
          Delete the content stream for the specified Document object.
 void Storage.deleteObject(ObjectData object, boolean deleteAllVersions)
          Delete specified object.
 void Connection.deleteObject(String objectId, Boolean deleteAllVersions)
          Delete the specified object.
 Iterator<String> Storage.getUnfiledObjectsId()
          Iterator of all unfilled documents identifiers.
 ObjectData Storage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
 String Connection.moveObject(String objectId, String targetFolderId, String sourceFolderId)
          Moves the specified file-able object from one folder to another.
 void TypeManager.removeType(String typeId)
          Remove type definition for type typeId .
 void Connection.removeType(String typeId)
          Remove type definition for type typeId .
 void DocumentData.setContentStream(ContentStream contentStream)
          Set content stream to document.
 String Connection.setContentStream(String documentId, ContentStream content, ChangeTokenHolder changeTokenHolder, Boolean overwriteFlag)
          Sets the content stream for the specified Document object.
 void ObjectData.setProperties(Map<String,Property<?>> properties)
          Set or add new properties.
 void ObjectData.setProperty(Property<?> property)
          Set or update property.
 String Connection.updateProperties(String objectId, ChangeTokenHolder changeTokenHolder, Map<String,Property<?>> properties)
          Update object properties.
 

Uses of StorageException in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that throw StorageException
 String BasicStorage.addType(TypeDefinition type)
          Add new type in repository.
 String BasicTypeManager.addType(TypeDefinition type)
          Add new type in repository.
 DocumentData BasicStorage.createDocument(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, ContentStream content, List<AccessControlEntry> acl, Collection<PolicyData> policies, VersioningState versioningState)
          Create new document with type typeDefinition using parent as parent.
 PolicyData BasicStorage.createPolicy(FolderData parent, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new policy with type typeDefinition using parent as parent.
 RelationshipData BasicStorage.createRelationship(ObjectData source, ObjectData target, TypeDefinition typeDefinition, Map<String,Property<?>> properties, List<AccessControlEntry> acl, Collection<PolicyData> policies)
          Create new relationship for specified source and target.
 Iterator<String> BasicStorage.getUnfiledObjectsId()
          Iterator of all unfilled documents identifiers.
 ObjectData BasicStorage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
 void BasicStorage.removeType(String typeId)
          Remove type definition for type typeId .
 void BasicTypeManager.removeType(String typeId)
          Remove type definition for type typeId .
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.