Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules | |
com.axemble.vdoc.sdk.providers.io |
Modifier and Type | Method and Description |
---|---|
IProject |
ICatalog.getProject()
Retrieves the project of the catalog
|
Modifier and Type | Method and Description |
---|---|
void |
IProject.addDependentProjects(Collection<? extends IProject> dependentProjects)
add links to others projects
|
void |
IProject.removeDependentProjects(Collection<? extends IProject> dependentProjects)
remove links to others projects
|
Modifier and Type | Method and Description |
---|---|
IProject |
IProjectModule.createProject(IContext context,
IOrganization organization,
String name,
String label)
Create a new project object
|
IProject |
IProjectModule.getProject(IContext context,
String name,
IOrganization organization)
Gets a project by its name and organization.
|
IProject |
IProjectModule.getProject(IStorageKey key)
Gets a project from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IProject> |
IProjectModule.getProjects(IContext context)
Get all projects
|
Collection<? extends IProject> |
IProjectModule.getProjects(IContext context,
IOrganization organization)
Get all projects of the organization
|
Modifier and Type | Method and Description |
---|---|
ICatalog |
IBaseWorkflowModule.createCatalog(IContext context,
String name,
String label,
IProject project)
Allows to create a new catalog.
|
ICatalog |
IBaseDocumentModule.createCatalog(IContext context,
String name,
String label,
IProject project)
Allows to create a new catalog.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
int catalogType,
IProject project)
Retrieves a catalog form its name.
|
ICatalog |
IBaseDocumentModule.getCatalog(IContext context,
String name,
int catalogType,
IProject project)
Retrieves a catalog form its name.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
IProject project)
Retrieves a catalog form its name.
|
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
int catalogType,
IProject project)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
IProject project)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseDocumentModule.getCatalogs(IContext context,
IProject project)
Retrieves a collection of
ICatalog object. |
IChrono |
IProjectModule.getChronoByName(String name,
IProject project)
find a
IChrono by it's name. |
IViewController |
IBaseWorkflowModule.getViewController(IContext context,
IProject project,
InputStream inputStream)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseWorkflowModule.getViewController(IProject project,
InputStream inputStream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IProject> |
ExportProvider.getProjects() |
Copyright © 2021 Visiativ Software. All rights reserved.