Uses of Interface
com.axemble.vdoc.sdk.interfaces.IProject
Packages that use IProject
Package
Description
-
Uses of IProject in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IProjectModifier and TypeMethodDescriptionProjectModuleImpl.createProject
(IContext context, IOrganization organization, String name, String label) ProjectModuleImpl.getProject
(IContext context, String name, IOrganization organization) ProjectModuleImpl.getProject
(IStorageKey key) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IProjectModifier and TypeMethodDescriptionCollection
<? extends IProject> ProjectModuleImpl.getProjects
(IContext context) Collection
<? extends IProject> ProjectModuleImpl.getProjects
(IContext context, IOrganization organization) Methods in com.axemble.vdoc.sdk.impl with parameters of type IProjectModifier 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.Constructors in com.axemble.vdoc.sdk.impl with parameters of type IProjectModifierConstructorDescriptionProcessViewController
(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
Methods in com.axemble.vdoc.sdk.interfaces that return IProjectMethod parameters in com.axemble.vdoc.sdk.interfaces with type arguments of type IProjectModifier 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
Methods in com.axemble.vdoc.sdk.modules that return IProjectModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IProjectModifier and TypeMethodDescriptionCollection
<? extends IProject> IProjectModule.getProjects
(IContext context) Get all projectsCollection
<? extends IProject> IProjectModule.getProjects
(IContext context, IOrganization organization) Get all projects of the organizationMethods in com.axemble.vdoc.sdk.modules with parameters of type IProjectModifier 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
Methods in com.axemble.vdoc.sdk.providers.io that return types with arguments of type IProject