Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
ILibrary |
IFolder.getLibrary()
Gets the library.
|
ILibrary |
ISite.getLibrary()
Gets the associated
ILibrary object. |
ILibrary |
IFile.getLibrary()
Gets the library.
|
Modifier and Type | Method and Description |
---|---|
Collection |
IViewController.evaluate(ILibrary library)
Evaluate the request on the library scope
|
int |
IViewController.evaluateSize(ILibrary library)
Evaluate the request on the library scope
|
IList |
IProperty.getList(ILibrary library)
Deprecated.
Use getList( IContext context, ILibrary library, String name ) method instead from the
IBaseLibraryModule . |
Modifier and Type | Method and Description |
---|---|
ILibrary |
IBaseLibraryModule.createLibrary(IContext context,
IOrganization organization,
String name)
Creates a library on a specified organization.
|
ILibrary |
IBaseLibraryModule.createLibrary(IContext context,
String name)
Deprecated.
use createLibrary( IContext context, IOrganization organization, String name ) method instead.
|
ILibrary |
IBaseWorkflowModule.getExternalLibrary(IResource resource,
String propertyName)
Gets a
ILibrary object from a single library selector property. |
ILibrary |
IBaseDocumentModule.getExternalLibrary(IResource resource,
String propertyName)
Gets a
ILibrary object from a single library selector property. |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IFile file) |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IFolder folder) |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
IOrganization organization,
String name)
Retrieves a
ILibrary within a specified organization. |
ILibrary |
IBaseLibraryModule.getLibrary(IContext context,
String name)
Deprecated.
use getLibrary( IContext context, IOrganization organization, String name ) method instead.
|
ILibrary |
IBaseLibraryModule.getLibrary(Object object) |
ILibrary |
IBaseLibraryModule.getLibraryByPath(IContext context,
IOrganization organization,
String path)
Retrieves a library by its path.
|
Modifier and Type | Method and Description |
---|---|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
ILibrary dest,
CopyOption... copyOptions)
|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
ILibrary dest,
CopyOption... copyOptions)
|
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ILibrary library,
String name) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String name,
String description,
byte[] content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
ILibrary library,
String name,
String description,
InputStream content) |
IFolder |
IBaseLibraryModule.createFolder(IContext context,
ILibrary library,
String name) |
ISite |
IBaseSiteModule.createSite(IContext context,
ILibrary library,
String name)
Creates a new site and associates it to a
ILibrary (same organization). |
Collection<ICategory> |
IBaseLibraryModule.getCategories(IContext context,
ILibrary library,
boolean recursive) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ILibrary library,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
ILibrary library,
String name) |
IFile |
IBaseLibraryModule.getFileByPath(IContext context,
ILibrary library,
String path) |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ILibrary library) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
ILibrary library,
String name) |
IFolder |
IBaseLibraryModule.getFolderByPath(IContext context,
ILibrary library,
String path) |
Collection |
IBaseLibraryModule.getFolders(IContext context,
ILibrary library) |
IList |
IBaseLibraryModule.getList(IContext context,
ILibrary library,
String name) |
Collection |
IBaseLibraryModule.getLists(IContext context,
ILibrary library) |
IResourceDefinition |
IBaseLibraryModule.getResourceDefinition(IContext context,
ILibrary library,
String name) |
Collection<IResourceDefinition> |
IBaseLibraryModule.getResourceDefinitions(IContext context,
ILibrary library) |
IBaseLibraryModule.SubscriptionFrequency |
IBaseLibraryModule.getSubscriptionFrequency(IContext context,
ILibrary library)
Gets subscription frequency.
|
Collection<ILibrarySubscription> |
IBaseLibraryModule.getSubscriptions(IContext context,
ILibrary library,
boolean showElementInTrash)
get all subscriptions for a user and a library
|
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
ILibrary destLibrary,
boolean bOverwrite)
|
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFolder folder,
ILibrary destLibrary)
|
void |
IBaseWorkflowModule.setExternalLibrary(IResource resource,
String propertyName,
ILibrary library)
Sets a
ILibrary to a single selector property. |
void |
IBaseDocumentModule.setExternalLibrary(IResource resource,
String propertyName,
ILibrary library)
Sets a
ILibrary 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 flag
|
void |
IBaseLibraryModule.subscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Subscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
void |
IBaseLibraryModule.unsubscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Unsubscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
Copyright © 2022 Visiativ. All rights reserved.