Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
ILibrary |
IFile.getLibrary()
Gets the library.
|
ILibrary |
ISite.getLibrary()
Gets the associated
ILibrary object. |
ILibrary |
IFolder.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 |
IBaseDocumentModule.getExternalLibrary(IResource resource,
String propertyName)
Gets a
ILibrary object from a single library selector property. |
ILibrary |
IBaseWorkflowModule.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 |
---|---|
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) |
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFile file,
ILibrary destLibrary,
boolean bOverwrite)
|
boolean |
IBaseLibraryModule.moveTo(IContext context,
IFolder folder,
ILibrary destLibrary)
|
void |
IBaseDocumentModule.setExternalLibrary(IResource resource,
String propertyName,
ILibrary library)
Sets a
ILibrary to a single selector property. |
void |
IBaseWorkflowModule.setExternalLibrary(IResource resource,
String propertyName,
ILibrary library)
Sets a
ILibrary to a single selector property. |
Copyright © 2019 Visiativ Software. All rights reserved.