Package | Description |
---|---|
com.axemble.vdoc.sdk.modules | |
com.axemble.vdoc.sdk.providers.io |
Modifier and Type | Method and Description |
---|---|
IReport |
IProjectModule.compile(IContext context,
IDesignForm designForm,
boolean validate) |
IReport |
IProjectModule.compile(IContext context,
IDesignWorkflow designWorkflow,
boolean validate) |
IDesignForm |
IProjectModule.createDesignForm()
Creates a design form object.
|
IDesignWorkflow |
IProjectModule.createDesignWorkflow()
Creates a design workflow diagram.
|
IProject |
IProjectModule.createProject(IContext context,
IOrganization organization,
String name,
String label)
Create a new project object
|
IMessageController |
IProjectModule.getMessageController()
Gets a message controller
|
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.
|
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
|
ISecurityController |
IProjectModule.getSecurityController(ISecuritySupport securitySupport)
Gets a security controller on a specified object.
|
IDesignForm |
IProjectModule.loadDesignForm(IContext context,
IStorageKey storageKey) |
IDesignWorkflow |
IProjectModule.loadDesignWorkflow(IContext context,
IStorageKey storageKey) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IProject> |
ExportProvider.getProjects() |
Copyright © 2021 Visiativ Software. All rights reserved.