Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILibrary
Package
Description
-
Uses of ILibrary in com.axemble.vdoc.sdk.impl
Modifier and TypeClassDescriptionclass
Portal library (classic ILibrary implementation for Process)Modifier 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) Modifier 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) int
PortalLibraryViewController.evaluateSize
(ILibrary library) int
ProcessViewController.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) boolean
boolean
void
void
WorkflowModuleImpl.setExternalLibrary
(IResource resource, String propertyName, ILibrary library) void
PortalLibraryModule.setSubscriptionFrequency
(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) void
PortalLibraryModule.setSubscriptionRecursive
(IContext context, ILibrary library, ILibraryElement element) void
PortalLibraryModule.subscribe
(IContext context, ILibrary library, ILibraryElement element) void
PortalLibraryModule.unsubscribe
(IContext context, ILibrary library, ILibraryElement element) -
Uses of ILibrary in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionIFile.getLibrary()
Gets the library.IFolder.getLibrary()
Gets the library.ISite.getLibrary()
Gets the associatedILibrary
object.Modifier and TypeMethodDescriptionEvaluate the request on the library scopeint
IViewController.evaluateSize
(ILibrary library) Evaluate the request on the library scopeDeprecated. -
Uses of ILibrary in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseLibraryModule.createLibrary
(IContext context, IOrganization organization, String name) Creates a library on a specified organization.IBaseLibraryModule.createLibrary
(IContext context, String name) Deprecated.use createLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseDocumentModule.getExternalLibrary
(IResource resource, String propertyName) Gets aILibrary
object from a single library selector property.IBaseWorkflowModule.getExternalLibrary
(IResource resource, String propertyName) Gets aILibrary
object from a single library selector property.IBaseLibraryModule.getLibrary
(IContext context, IFile file) IBaseLibraryModule.getLibrary
(IContext context, IFolder folder) IBaseLibraryModule.getLibrary
(IContext context, IOrganization organization, String name) Retrieves aILibrary
within a specified organization.IBaseLibraryModule.getLibrary
(IContext context, String name) Deprecated.use getLibrary( IContext context, IOrganization organization, String name ) method instead.IBaseLibraryModule.getLibrary
(Object object) IBaseLibraryModule.getLibraryByPath
(IContext context, IOrganization organization, String path) Retrieves a library by its path.Modifier and TypeMethodDescriptionIBaseLibraryModule.copyTo
(IContext context, IFile file, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.copyTo
(IContext context, IFile file, String newName, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.copyTo
(IContext context, IFolder folder, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.copyTo
(IContext context, IFolder folder, String newName, ILibrary dest, CopyOption... copyOptions) IBaseLibraryModule.createCategory
(IContext context, ILibrary library, String name) IBaseLibraryModule.createFile
(IContext context, ILibrary library, String description, IAttachment attachment) IBaseLibraryModule.createFile
(IContext context, ILibrary library, String name, String description, byte[] content) IBaseLibraryModule.createFile
(IContext context, ILibrary library, String name, String description, InputStream content) IBaseLibraryModule.createFolder
(IContext context, ILibrary library, String name) IBaseSiteModule.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) IBaseLibraryModule.getCategory
(IContext context, ILibrary library, String name) IBaseLibraryModule.getFileByPath
(IContext context, ILibrary library, String path) IBaseLibraryModule.getFolderByPath
(IContext context, ILibrary library, String path) IBaseLibraryModule.getFolders
(IContext context, ILibrary library) IBaseLibraryModule.getResourceDefinition
(IContext context, ILibrary library, String name) IBaseLibraryModule.getResourceDefinitions
(IContext context, ILibrary library) IBaseLibraryModule.getSubscriptionFrequency
(IContext context, ILibrary library) Gets subscription frequency.IBaseLibraryModule.getSubscriptions
(IContext context, ILibrary library, boolean showElementInTrash) get all subscriptions for a user and a libraryboolean
boolean
void
IBaseDocumentModule.setExternalLibrary
(IResource resource, String propertyName, ILibrary library) Sets aILibrary
to a single selector property.void
IBaseWorkflowModule.setExternalLibrary
(IResource resource, String propertyName, ILibrary library) Sets aILibrary
to a single selector property.void
IBaseLibraryModule.setSubscriptionFrequency
(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Sets subscription frequency.void
IBaseLibraryModule.setSubscriptionRecursive
(IContext context, ILibrary library, ILibraryElement libraryElement) toggle subsription recursive flagvoid
IBaseLibraryModule.subscribe
(IContext context, ILibrary library, ILibraryElement libraryElement) Subscribe to aILibraryElement
(IFile, IFolder, ICategory)void
IBaseLibraryModule.unsubscribe
(IContext context, ILibrary library, ILibraryElement libraryElement) Unsubscribe to aILibraryElement
(IFile, IFolder, ICategory)
IBaseLibraryModule
.