Package | Description |
---|---|
com.axemble.vdoc.sdk.exceptions | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Class and Description |
---|---|
class |
LibraryLockException |
class |
LibrarySecurityException |
Modifier and Type | Method and Description |
---|---|
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
File ioFile) |
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
IAttachment attachment) |
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
String fileName,
InputStream inputStream) |
IAttachment |
IBaseLibraryModule.addAttachment(IFile file,
String fileName,
String fullPath) |
void |
IBaseLibraryModule.addCategories(IContext context,
IFile file,
Collection categories) |
void |
IBaseLibraryModule.addCategory(IContext context,
IFile file,
ICategory category) |
IUser |
IBaseLibraryModule.checkedOutBy(IContext context,
IFile file) |
void |
IBaseLibraryModule.checkIn(IContext context,
IFile file) |
void |
IBaseLibraryModule.checkOut(IContext context,
IFile file) |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
ILibrary dest,
CopyOption... copyOptions)
|
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFile underneath a destination folder; |
IFile |
IBaseLibraryModule.copyTo(IContext context,
IFile file,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFolder underneath a destination folder; |
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
ILibrary dest,
CopyOption... copyOptions)
|
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
String newName,
IFolder dest,
CopyOption... copyOptions)
Allows to copy a specified
IFolder underneath a destination folder; |
IFolder |
IBaseLibraryModule.copyTo(IContext context,
IFolder folder,
String newName,
ILibrary dest,
CopyOption... copyOptions)
|
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ICategory category,
String name) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ILibrary library,
String name) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
String name) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String description,
IAttachment attachment) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String name,
String description,
byte[] content) |
IFile |
IBaseLibraryModule.createFile(IContext context,
IFolder folder,
String name,
String description,
InputStream content) |
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,
IFolder parent,
String name) |
IFolder |
IBaseLibraryModule.createFolder(IContext context,
ILibrary library,
String name) |
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.
|
IResourceDefinition |
IBaseLibraryModule.createResourceDefinition(IContext context,
String name) |
void |
IBaseLibraryModule.delete(IContext context,
IFile file)
Allow to delete a file.
|
void |
IBaseLibraryModule.delete(IContext context,
IFolder folder)
Allow to delete a folder.
|
boolean |
IBaseLibraryModule.existSubscriptionByLibraryElement(IContext context,
ILibraryElement libraryElement)
check if the
ILibraryElement is subscribed by the user |
void |
IBaseLibraryModule.fireDownloadHistoryEvent(IContext context,
IFile file,
String protocol) |
IAttachment |
IBaseLibraryModule.getAttachment(IFile file,
String fileName) |
Collection |
IBaseLibraryModule.getAttachments(IFile file) |
Collection |
IBaseLibraryModule.getCategories(IContext context,
ICategory category,
boolean recursive) |
Collection<ICategory> |
IBaseLibraryModule.getCategories(IContext context,
ILibrary library,
boolean recursive) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ICategory category,
String name) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ILibrary library,
String name) |
ICategory |
IBaseLibraryModule.getCategory(Object object) |
IFile |
IBaseLibraryModule.getFile(IContext context,
IFolder folder,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
ILibrary library,
String name) |
IFile |
IBaseLibraryModule.getFile(IContext context,
String fileId) |
IFile |
IBaseLibraryModule.getFile(Object object) |
IFile |
IBaseLibraryModule.getFileByPath(IContext context,
ILibrary library,
String path) |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ICategory category)
Retrieves all the files associated with a specified
ICategory object. |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ICategory category,
boolean includeDeleted)
Retrieves all the files associated with a specified
ICategory object. |
Collection |
IBaseLibraryModule.getFiles(IContext context,
IFolder parent) |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ILibrary library) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
IFolder parent,
String name) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
ILibrary library,
String name) |
IFolder |
IBaseLibraryModule.getFolder(IContext context,
String folderId) |
IFolder |
IBaseLibraryModule.getFolder(Object object) |
IFolder |
IBaseLibraryModule.getFolderByPath(IContext context,
ILibrary library,
String path) |
Collection |
IBaseLibraryModule.getFolders(IContext context,
IFolder parent) |
Collection |
IBaseLibraryModule.getFolders(IContext context,
ILibrary library) |
Collection |
IBaseLibraryModule.getLibraries(IContext context)
Deprecated.
use getLibraries( IContext context, IOrganization organization ) method instead.
|
Collection |
IBaseLibraryModule.getLibraries(IContext context,
IOrganization organization)
Retrieves all the libraries within a specified organization.
|
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.
|
IList |
IBaseLibraryModule.getList(IContext context,
ILibrary library,
String name) |
Collection |
IBaseLibraryModule.getLists(IContext context,
ILibrary library) |
ICategory |
IBaseLibraryModule.getParentCategory(IContext context,
ICategory category) |
IFolder |
IBaseLibraryModule.getParentFolder(IContext context,
IFile file) |
IFolder |
IBaseLibraryModule.getParentFolder(IContext context,
IFolder folder) |
Collection |
IBaseLibraryModule.getParentFolders(IContext context,
IFile file) |
Collection |
IBaseLibraryModule.getParentFolders(IContext context,
IFolder folder) |
Collection |
IBaseLibraryModule.getProperties(IContext context,
IResourceDefinition resourceDefinition) |
IProperty |
IBaseLibraryModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name) |
IResourceDefinition |
IBaseLibraryModule.getResourceDefinition(IContext context,
ILibrary library,
String name) |
IResourceDefinition |
IBaseLibraryModule.getResourceDefinition(Object object) |
Collection<IResourceDefinition> |
IBaseLibraryModule.getResourceDefinitions(IContext context,
ILibrary library) |
ISearchController |
IBaseLibraryModule.getSearchController() |
ISearchController |
IBaseLibraryModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a search controller object by specifying a ConnectionDefinition object.
|
ISearchController |
IBaseLibraryModule.getSearchController(IDataSourceReference reference) |
ISearchController |
IBaseLibraryModule.getSearchController(IJdbcReference reference)
Deprecated.
use getSearchController( IConnectionDefinition connectionDefinition ) method instead.
|
ISecurityController |
IBaseLibraryModule.getSecurityController(ISecuritySupport securitySupport) |
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
|
ITransformer |
IBaseLibraryModule.getTransformer() |
IUser |
IBaseLibraryModule.getUser(Object object) |
Object |
IBaseLibraryModule.getValue(IContext context,
IFile file,
String propertyName) |
IViewController |
IBaseLibraryModule.getViewController()
Deprecated.
use getViewController( IContext context ) instead.
|
IViewController |
IBaseLibraryModule.getViewController(Class natureClass)
Deprecated.
use getViewController( IContext context, Class natureClass ) instead.
|
IViewController |
IBaseLibraryModule.getViewController(IContext context)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseLibraryModule.getViewController(IContext context,
Class natureClass)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseLibraryModule.getViewController(IContext context,
InputStream inputStream)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseLibraryModule.getViewController(InputStream inputStream)
Deprecated.
use getViewController( IContext context, InputStream inputStream ) instead.
|
boolean |
IBaseLibraryModule.isCheckedOut(IContext context,
IFile file) |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
IFolder destFolder,
boolean bOverwrite)
Allows to move a specified
IFile underneath a destination folder. |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
ILibrary destLibrary,
boolean bOverwrite)
|
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFolder folder,
IFolder destFolder)
Allows to move a specified
IFolder underneath a destination folder. |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFolder folder,
ILibrary destLibrary)
|
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.setValue(IContext context,
IFile file,
String propertyName,
Object value) |
void |
IBaseLibraryModule.subscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Subscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
void |
IBaseLibraryModule.undoCheckOut(IContext context,
IFile file) |
void |
IBaseLibraryModule.unsubscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Unsubscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
Copyright © 2021 Visiativ Software. All rights reserved.