Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILibrary
Packages that use ILibrary
Package
Description
-
Uses of ILibrary in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement ILibraryModifier and TypeClassDescriptionclassPortal library (classic ILibrary implementation for Process)Methods in com.axemble.vdoc.sdk.impl that return ILibraryModifier and TypeMethodDescriptionPortalLibraryModule.createLibrary(IContext context, IOrganization organization, String name) PortalLibraryModule.createLibrary(IContext context, String name) WorkflowModuleImpl.getExternalLibrary(IResource resource, String propertyName) EzsSite.getLibrary()PortalFile.getLibrary()PortalFolder.getLibrary()PortalLibraryModule.getLibrary(IContext context, IFile file) PortalLibraryModule.getLibrary(IContext context, IFolder folder) PortalLibraryModule.getLibrary(IContext context, IOrganization organization, String name) PortalLibraryModule.getLibrary(IContext context, String name) PortalLibraryModule.getLibrary(Object object) PortalLibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Methods in com.axemble.vdoc.sdk.impl with parameters of type ILibraryModifier and TypeMethodDescriptionPortalLibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) PortalLibraryModule.createCategory(IContext context, ILibrary library, String name) PortalLibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) PortalLibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) PortalLibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream inputStream) PortalLibraryModule.createFolder(IContext context, ILibrary library, String name) PortalLibraryModule.createResourceDefinition(IContext context, String name, String displayName, ILibrary library) EzsSiteModule.createSite(IContext context, ILibrary library, String name) intBaseDirectoryViewController.evaluateSize(ILibrary library) intPortalLibraryViewController.evaluateSize(ILibrary library) intProcessViewController.evaluateSize(ILibrary library) PortalLibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) PortalLibraryModule.getCategory(IContext context, ILibrary library, String name) PortalLibraryModule.getDeletedNodes(IContext context, ILibrary library) PortalLibraryModule.getFileByPath(IContext context, ILibrary library, String path) PortalLibraryModule.getFolderByPath(IContext context, ILibrary library, String path) PortalLibraryModule.getFolders(IContext context, ILibrary library) PortalLibraryModule.getResourceDefinition(IContext context, ILibrary library, String name) PortalLibraryModule.getResourceDefinitions(IContext context, ILibrary library) PortalLibraryModule.getRootFolder(ILibrary dest) PortalLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) PortalLibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) booleanbooleanvoidvoidWorkflowModuleImpl.setExternalLibrary(IResource resource, String propertyName, ILibrary library) voidPortalLibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) voidPortalLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement element) voidPortalLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement element) voidPortalLibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement element) -
Uses of ILibrary in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return ILibraryModifier and TypeMethodDescriptionIFile.getLibrary()Gets the library.IFolder.getLibrary()Gets the library.ISite.getLibrary()Gets the associatedILibraryobject.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type ILibraryModifier and TypeMethodDescriptionEvaluate the request on the library scopeintIViewController.evaluateSize(ILibrary library) Evaluate the request on the library scopeDeprecated. -
Uses of ILibrary in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return ILibraryModifier and TypeMethodDescriptionIBaseLibraryModule.createLibrary(IContext context, IOrganization organization, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a library on a specified organization.IBaseLibraryModule.createLibrary(IContext context, String name) Deprecated.use createLibrary( IContext context, IOrganization organization, String name ) method instead.ILibraryModule.createLibrary(IContext context, IOrganization organization, String name) Creates a library on a specified organization.ILibraryModule.createLibrary(IContext context, String name) Deprecated.use createLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseWorkflowModule.getExternalLibrary(IResource resource, String propertyName) Deprecated, for removal: This API element is subject to removal in a future version.Gets aILibraryobject from a single library selector property.IWorkflowModule.getExternalLibrary(IResource resource, String propertyName) Gets aILibraryobject from a single library selector property.IBaseLibraryModule.getLibrary(IContext context, IFile file) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getLibrary(IContext context, IFolder folder) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getLibrary(IContext context, IOrganization organization, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aILibrarywithin a specified organization.IBaseLibraryModule.getLibrary(IContext context, String name) Deprecated.use getLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseLibraryModule.getLibrary(Object object) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getLibrary(IContext context, IFile file) ILibraryModule.getLibrary(IContext context, IFolder folder) ILibraryModule.getLibrary(IContext context, IOrganization organization, String name) Retrieves aILibrarywithin a specified organization.ILibraryModule.getLibrary(IContext context, String name) Deprecated.use getLibrary( IContext context, IOrganization organization, String name ) method instead.ILibraryModule.getLibrary(Object object) IBaseLibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a library by its path.ILibraryModule.getLibraryByPath(IContext context, IOrganization organization, String path) Retrieves a library by its path.Methods in com.axemble.vdoc.sdk.modules with parameters of type ILibraryModifier and TypeMethodDescriptionIBaseLibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.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, ILibrary dest, CopyOption... copyOptions) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.copyTo(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) ILibraryModule.copyTo(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.createCategory(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createCategory(IContext context, ILibrary library, String name) IBaseLibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream content) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.createFile(IContext context, ILibrary library, String description, IAttachment attachment) ILibraryModule.createFile(IContext context, ILibrary library, String name, String description, byte[] content) ILibraryModule.createFile(IContext context, ILibrary library, String name, String description, InputStream content) 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, ILibrary library, String name) IBaseSiteModule.createSite(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new site and associates it to aILibrary(same organization).ISiteModule.createSite(IContext context, ILibrary library, String name) Creates a new site and associates it to aILibrary(same organization).IBaseLibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getCategories(IContext context, ILibrary library, boolean recursive) IBaseLibraryModule.getCategory(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getCategory(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.IBaseLibraryModule.getFileByPath(IContext context, ILibrary library, String path) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFileByPath(IContext context, ILibrary library, String path) 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.getFolders(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getFolders(IContext context, ILibrary library) 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.getResourceDefinition(IContext context, ILibrary library, String name) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getResourceDefinition(IContext context, ILibrary library, String name) IBaseLibraryModule.getResourceDefinitions(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.ILibraryModule.getResourceDefinitions(IContext context, ILibrary library) IBaseLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.Gets subscription frequency.ILibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Gets subscription frequency.IBaseLibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) Deprecated, for removal: This API element is subject to removal in a future version.get all subscriptions for a user and a libraryILibraryModule.getSubscriptions(IContext context, ILibrary library, boolean showElementInTrash) get all subscriptions for a user and a librarybooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanbooleanvoidIBaseWorkflowModule.setExternalLibrary(IResource resource, String propertyName, ILibrary library) Deprecated, for removal: This API element is subject to removal in a future version.Sets aILibraryto a single selector property.voidIWorkflowModule.setExternalLibrary(IResource resource, String propertyName, ILibrary library) Sets aILibraryto a single selector property.voidIBaseLibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Deprecated, for removal: This API element is subject to removal in a future version.Sets subscription frequency.voidILibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Sets subscription frequency.voidIBaseLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.toggle subsription recursive flagvoidILibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement libraryElement) toggle subsription recursive flagvoidIBaseLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.Subscribe to aILibraryElement(IFile, IFolder, ICategory)voidILibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Subscribe to aILibraryElement(IFile, IFolder, ICategory)voidIBaseLibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Deprecated, for removal: This API element is subject to removal in a future version.Unsubscribe to aILibraryElement(IFile, IFolder, ICategory)voidILibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Unsubscribe to aILibraryElement(IFile, IFolder, ICategory) -
Uses of ILibrary in com.vdoc.sdk.commons.io.filecenter
Fields in com.vdoc.sdk.commons.io.filecenter declared as ILibraryMethods in com.vdoc.sdk.commons.io.filecenter that return ILibraryModifier and TypeMethodDescriptionCopyFileCenter.toOrganization(IOrganization organization) To organization Create a library from the given organization and copy all files and folder from the source library to the new libraryMethods in com.vdoc.sdk.commons.io.filecenter with parameters of type ILibraryModifier and TypeMethodDescriptionPostToFileCenter.buildFolder(ILibraryModule libraryModule, IContext context, ILibrary library, String path) build a full path and return the last created folderPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, ILibrary library, String path, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define pathPostToFileCenter.postToFileCenter(ILibraryModule libraryModule, IContext context, ILibrary library, Collection<ICopyable> attachments) Copy all element of attachments in FileCenter on the define libraryvoidTo library Copy all files and folder from the source library to the given libraryConstructors in com.vdoc.sdk.commons.io.filecenter with parameters of type ILibraryModifierConstructorDescriptionCopyFileCenter(ILibraryModule libraryModule, ILibrary sourceLibrary, IContext readContext, IContext writeContext) ConstructorCopyFileCenter(ILibraryModule libraryModule, ILibrary sourceLibrary, IContext readContext, IContext writeContext, CreateFileListener createFileListener) Constructor
IBaseLibraryModule.