Uses of Interface
org.xcmis.spi.FolderData

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

Uses of FolderData in org.xcmis.spi
 

Methods in org.xcmis.spi that return FolderData
 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.
 FolderData ObjectData.getParent()
          Get object parent.
 

Methods in org.xcmis.spi that return types with arguments of type FolderData
 Collection<FolderData> ObjectData.getParents()
          Get collections of parent folders.
 

Methods in org.xcmis.spi with parameters of type FolderData
 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.
 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.
 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.
 Collection<String> Storage.deleteTree(FolderData folder, boolean deleteAllVersions, UnfileObject unfileObject, boolean continueOnFailure)
          Delete the specified folder object and all of its child- and descendant-objects.
 ItemsIterator<DocumentData> Storage.getCheckedOutDocuments(FolderData folder, String orderBy)
          Get checkedout objects (private working copies) that user has access to.
 ObjectData Storage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
 

Uses of FolderData in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that return types with arguments of type FolderData
 Collection<FolderData> BasicObjectData.getParents()
          Get collections of parent folders.
 

Methods in org.xcmis.spi.basic with parameters of type FolderData
 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.
 ItemsIterator<DocumentData> BasicStorage.getCheckedOutDocuments(FolderData folder, String orderBy)
          Get checkedout objects (private working copies) that user has access to.
 ObjectData BasicStorage.moveObject(ObjectData object, FolderData target, FolderData source)
          Move object from source to target.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.