Uses of Interface
com.axemble.vdoc.sdk.interfaces.IFolder
Packages that use IFolder
Package
Description
-
Uses of IFolder in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IFolderMethods in com.axemble.vdoc.sdk.impl that return IFolderModifier and TypeMethodDescriptionPortalLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.createFolder(IContext context, IFolder parent, String name) PortalLibraryModule.createFolder(IContext context, ILibrary library, String name) WorkflowModuleImpl.getExternalFolder(IResource resource, String propertyName) PortalLibraryModule.getFolderByPath(IContext context, ILibrary library, String path) PortalFile.getParentFolder()PortalFolder.getParentFolder()PortalLibraryModule.getParentFolder(IContext context, IFile file) PortalLibraryModule.getParentFolder(IContext context, IFolder folder) PortalLibraryModule.getRootFolder(ILibrary dest) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IFolderModifier and TypeMethodDescriptionPortalLibrary.getAllFolders(IContext iContext) PortalLibrary.getFolders(IContext iContext) Methods in com.axemble.vdoc.sdk.impl with parameters of type IFolderModifier and TypeMethodDescriptionPortalLibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) PortalLibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) PortalLibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream inputStream) PortalLibraryModule.createFolder(IContext context, IFolder parent, String name) voidPortalLibraryModule.getFolders(IContext context, IFolder parent) PortalLibraryModule.getLibrary(IContext context, IFolder folder) PortalLibraryModule.getParentFolder(IContext context, IFolder folder) PortalLibraryModule.getParentFolders(IContext context, IFolder folder) booleanbooleanbooleanbooleanvoidWorkflowModuleImpl.setExternalFolder(IResource resource, String propertyName, IFolder folder) -
Uses of IFolder in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IFolderModifier and TypeMethodDescriptionIAttachmentTemplate.getDefaultFolder()Gets the default folder.Gets a childIFolderobject by its name.IFile.getParentFolder()Gets the parent folder.IFolder.getParentFolder()Gets the parent folder.IVersion.getParentFolder()Gets the parent folder.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IFolderModifier and TypeMethodDescriptionILibrary.getAllFolders(IContext iContext) Gets off the folders.ILibrary.getFolders(IContext iContext) Gets all the folders at the root level.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IFolder -
Uses of IFolder in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IFolderModifier and TypeMethodDescriptionIBaseLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.createFolder(IContext context, IFolder parent, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFolder(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createFolder(IContext context, IFolder parent, String name) ILibraryModule.createFolder(IContext context, ILibrary library, String name) IBaseWorkflowModule.getExternalFolder(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aIFolderobject from a single folder selector property.IWorkflowModule.getExternalFolder(IResource resource, String propertyName) Gets aIFolderobject from a single folder selector property.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getFolderByPath(IContext context, ILibrary library, String path) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFolderByPath(IContext context, ILibrary library, String path) IBaseLibraryModule.getParentFolder(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getParentFolder(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getParentFolder(IContext context, IFile file) ILibraryModule.getParentFolder(IContext context, IFolder folder) Methods in com.axemble.vdoc.sdk.modules with parameters of type IFolderModifier and TypeMethodDescriptionIBaseLibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFileunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFileunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.Allows to copy a specifiedIFolderunderneath a destination folder;IBaseLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.copyTo(IContext context, IFile file, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFileunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFile file, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFileunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFolder folder, String newName, IFolder dest, CopyOption... copyOptions) Allows to copy a specifiedIFolderunderneath a destination folder;ILibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream content) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createFile(IContext context, IFolder folder, String description, IAttachment attachment) ILibraryModule.createFile(IContext context, IFolder folder, String name, String description, byte[] content) ILibraryModule.createFile(IContext context, IFolder folder, String name, String description, InputStream content) IBaseLibraryModule.createFolder(IContext context, IFolder parent, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createFolder(IContext context, IFolder parent, String name) voidDeprecated, for removal: This API element is subject to removal in a future version.Allow to delete a folder.voidAllow to delete a folder.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getFolders(IContext context, IFolder parent) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFolders(IContext context, IFolder parent) IBaseLibraryModule.getLibrary(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getLibrary(IContext context, IFolder folder) IBaseLibraryModule.getParentFolder(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getParentFolder(IContext context, IFolder folder) IBaseLibraryModule.getParentFolders(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getParentFolders(IContext context, IFolder folder) booleanDeprecated, for removal: This API element is subject to removal in a future version.Allows to move a specifiedIFileunderneath a destination folder.booleanDeprecated, for removal: This API element is subject to removal in a future version.Allows to move a specifiedIFolderunderneath a destination folder.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanAllows to move a specifiedIFileunderneath a destination folder.booleanAllows to move a specifiedIFolderunderneath a destination folder.booleanvoidIBaseWorkflowModule.setExternalFolder(IResource resource, String propertyName, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.Sets aIFolderto a single selector property.voidIWorkflowModule.setExternalFolder(IResource resource, String propertyName, IFolder folder) Sets aIFolderto a single selector property. -
Uses of IFolder in com.vdoc.sdk.commons.io.filecenter
Methods in com.vdoc.sdk.commons.io.filecenter that return IFolderModifier and TypeMethodDescriptionPostToFileCenter.buildFolder(ILibraryModule libraryModule, IContext context, ILibrary library, String path) build a full path and return the last created folderMethods in com.vdoc.sdk.commons.io.filecenter with parameters of type IFolderModifier and TypeMethodDescriptionPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, IFolder folder, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define folder -
Uses of IFolder in com.vdoc.sdk.commons.io.filecenter.module
Methods in com.vdoc.sdk.commons.io.filecenter.module with parameters of type IFolder