Uses of Class
org.xcmis.spi.ObjectNotFoundException

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

Uses of ObjectNotFoundException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw ObjectNotFoundException
 void Connection.addObjectToFolder(String objectId, String folderId, boolean allVersions)
          Adds an existing fileable non-folder object to a folder.
 void Connection.applyACL(String objectId, List<AccessControlEntry> addACL, List<AccessControlEntry> removeACL, AccessControlPropagation propagation)
          Adds or(and) removes the given Access Control Entries to(from) the Access Control List of object.
 void Connection.applyPolicy(String policyId, String objectId)
          Applies a specified policy to an object.
 void Connection.cancelCheckout(String documentId)
          Discard the check-out operation.
 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.
 String Connection.checkout(String documentId)
          Check-out document.
 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.
 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.
 String Connection.deleteContentStream(String documentId, ChangeTokenHolder changeTokenHolder)
          Delete the content stream for the specified Document object.
 void Connection.deleteObject(String objectId, Boolean deleteAllVersions)
          Delete the specified object.
 Collection<String> Connection.deleteTree(String folderId, Boolean deleteAllVersions, UnfileObject unfileObject, Boolean continueOnFailure)
          Delete the specified folder object and all of its child- and descendant-objects.
 List<AccessControlEntry> Connection.getACL(String objectId, boolean onlyBasicPermissions)
          Get the ACL currently applied to the specified object.
 AllowableActions Connection.getAllowableActions(String objectId)
          Get the list of allowable actions for an Object.
 Collection<DocumentData> Storage.getAllVersions(String versionSeriesId)
          Collection of all Document in the specified version series, sorted by cmis:creationDate descending.
 List<CmisObject> Connection.getAllVersions(String versionSeriesId, boolean includeAllowableActions, boolean includeObjectInfo, String propertyFilter)
          Get all documents in version series.
 List<CmisObject> Connection.getAppliedPolicies(String objectId, boolean includeObjectInfo, String propertyFilter)
          Gets the list of policies currently applied to the specified object.
 ItemsList<CmisObject> Connection.getCheckedOutDocs(String folderId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeObjectInfo, String propertyFilter, String renditionFilter, String orderBy, int maxItems, int skipCount)
          Documents that are checked out that the user has access to.
 ItemsList<CmisObject> Connection.getChildren(String folderId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter, String orderBy, int maxItems, int skipCount)
          Get the list of child objects contained in the specified folder.
 ContentStream Connection.getContentStream(String objectId, String streamId)
          Get document's content stream.
 List<ItemsTree<CmisObject>> Connection.getDescendants(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant objects contained in the specified folder and any (according to depth) of its child-folders.
 CmisObject Connection.getFolderParent(String folderId, boolean includeObjectInfo, String propertyFilter)
          Get parent for specified folder.
 List<ItemsTree<CmisObject>> Connection.getFolderTree(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant folder objects contained in the specified folder and any (according to depth) of its child-folders.
 CmisObject Connection.getObject(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object.
 ObjectData Storage.getObjectById(String objectId)
          Get object by unique identifier.
 ObjectData Storage.getObjectByPath(String path)
          Get object by path.
 CmisObject Connection.getObjectByPath(String path, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object by specified path.
 CmisObject Connection.getObjectOfLatestVersion(String versionSeriesId, boolean major, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the latest Document object in the version series.
 List<ObjectParent> Connection.getObjectParents(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeRelativePathSegment, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Gets the parent folder(s) for the specified 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.
 CmisObject Connection.getProperties(String objectId, boolean includeObjectInfo, String propertyFilter)
          Get object's properties.
 CmisObject Connection.getPropertiesOfLatestVersion(String versionSeriesId, boolean major, boolean includeObjectInfo, String propertyFilter)
          Get properties of latest version in version series.
 List<Rendition> Connection.getRenditions(String objectId, String renditionFilter, int maxItems, int skipCount)
          Get the list of associated Renditions for the specified object.
 String Connection.moveObject(String objectId, String targetFolderId, String sourceFolderId)
          Moves the specified file-able object from one folder to another.
 void Connection.removeObjectFromFolder(String objectId, String folderId)
          Remove an existing fileable non-folder object from a folder.
 void Connection.removePolicy(String policyId, String objectId)
          Removes a specified policy from an object.
 String Connection.setContentStream(String documentId, ContentStream content, ChangeTokenHolder changeTokenHolder, Boolean overwriteFlag)
          Sets the content stream for the specified Document object.
 String Connection.updateProperties(String objectId, ChangeTokenHolder changeTokenHolder, Map<String,Property<?>> properties)
          Update object properties.
 

Uses of ObjectNotFoundException in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that throw ObjectNotFoundException
 Collection<DocumentData> BasicStorage.getAllVersions(String versionSeriesId)
          Collection of all Document in the specified version series, sorted by cmis:creationDate descending.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.