Uses of Interface
com.axemble.vdoc.sdk.interfaces.IProject
Package
Description
-
Uses of IProject in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionProjectModuleImpl.createProject
(IContext context, IOrganization organization, String name, String label) ProjectModuleImpl.getProject
(IContext context, String name, IOrganization organization) ProjectModuleImpl.getProject
(IStorageKey key) Modifier and TypeMethodDescriptionCollection
<? extends IProject> ProjectModuleImpl.getProjects
(IContext context) Collection
<? extends IProject> ProjectModuleImpl.getProjects
(IContext context, IOrganization organization) Modifier and TypeMethodDescriptionWorkflowModuleImpl.createCatalog
(IContext context, String name, String label, IProject project) WorkflowModuleImpl.getCatalog
(IContext context, String name, int catalogType, IProject project) WorkflowModuleImpl.getCatalog
(IContext context, String name, IProject project) Collection
<? extends ICatalog> WorkflowModuleImpl.getCatalogs
(IContext context, int catalogType, IProject project) Collection
<? extends ICatalog> WorkflowModuleImpl.getCatalogs
(IContext context, IProject project) ProjectModuleImpl.getChronoByName
(String name, IProject project) WorkflowModuleImpl.getViewController
(IContext context, IProject project, com.axemble.vdp.views.query.Definition definition) Internal methodWorkflowModuleImpl.getViewController
(IContext context, IProject project, InputStream inputStream) WorkflowModuleImpl.getViewController
(IProject project, com.axemble.vdp.views.query.Definition definition) Deprecated.WorkflowModuleImpl.getViewController
(IProject project, InputStream inputStream) Deprecated.ModifierConstructorDescriptionProcessViewController
(IModule module, IContext context, IProject project, com.axemble.vdp.views.query.Definition definition) Uses a view definition to builds the constraints.ProcessViewController
(IModule module, IContext context, IProject project, InputStream inputStream) Uses an java.io.InputStream to build the constraints.ProcessViewController
(IModule module, IProject project, com.axemble.vdp.views.query.Definition definition) Deprecated.use ProcessViewController( IModule module, IContext context, IProject project, Definition definition ) instead.ProcessViewController
(IModule module, IProject project, InputStream inputStream) Deprecated.use ProcessViewController( IModule module, IProject project, InputStream inputStream ) instead. -
Uses of IProject in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionvoid
IProject.addDependentProjects
(Collection<? extends IProject> dependentProjects) add links to others projectsvoid
IProject.removeDependentProjects
(Collection<? extends IProject> dependentProjects) remove links to others projects -
Uses of IProject in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIProjectModule.createProject
(IContext context, IOrganization organization, String name, String label) Create a new project objectIProjectModule.getProject
(IContext context, String name, IOrganization organization) Gets a project by its name and organization.IProjectModule.getProject
(IStorageKey key) Gets a project from its identifier.Modifier and TypeMethodDescriptionCollection
<? extends IProject> IProjectModule.getProjects
(IContext context) Get all projectsCollection
<? extends IProject> IProjectModule.getProjects
(IContext context, IOrganization organization) Get all projects of the organizationModifier and TypeMethodDescriptionIBaseDocumentModule.createCatalog
(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseWorkflowModule.createCatalog
(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseDocumentModule.getCatalog
(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog
(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog
(IContext context, String name, IProject project) Retrieves a catalog form its name.Collection
<? extends ICatalog> IBaseDocumentModule.getCatalogs
(IContext context, IProject project) Retrieves a collection ofICatalog
object.Collection
<? extends ICatalog> IBaseWorkflowModule.getCatalogs
(IContext context, int catalogType, IProject project) Retrieves a collection ofICatalog
object.Collection
<? extends ICatalog> IBaseWorkflowModule.getCatalogs
(IContext context, IProject project) Retrieves a collection ofICatalog
object.IProjectModule.getChronoByName
(String name, IProject project) find aIChrono
by it's name.IBaseWorkflowModule.getViewController
(IContext context, IProject project, InputStream inputStream) Gets a view controller to searchIResource
objects through their properties.IBaseWorkflowModule.getViewController
(IProject project, InputStream inputStream) Deprecated. -
Uses of IProject in com.axemble.vdoc.sdk.providers.io