Uses of Interface
com.axemble.vdoc.sdk.modules.IModule
Package
Description
-
Uses of IModule in com.axemble.vdoc.sdk
Modifier and TypeMethodDescriptionstatic void
Modules.releaseModule
(IModule module) Release anIModule
static void
ModulesFactory.releaseModule
(IModule module) Release theIModule
-
Uses of IModule in com.axemble.vdoc.sdk.impl
Modifier and TypeClassDescriptionclass
class
The IDirectoryModule implementationclass
Easysite site moduleclass
Indexation module implementationclass
class
class
static class
Module fake pour gérer la sécurité sur les portlets basés sur un pm A éviter au maximum car le pm n'est libéré que par le finalize !class
com.axemble.vdoc.sdk.impl.ProcessWorkflowModule
class
Project module implementationclass
This Module extends the SDK ProcessWorkflowModule for VDocReport specific needsclass
Implementation for Workflow moduleModifier and TypeMethodDescriptionPortalSearchController.IObjectFinder.find
(IModule module, IStorageKey key) ModifierConstructorDescriptionprotected
AbstractElement
(IModule module) BaseResourceController
(IModule module) CoreSearchController
(IModule module) CoreSearchController
(IModule module, IConnectionDefinition connectionDefinition) CoreSearchController
(IModule module, IDataSourceReference reference) CoreSearchController
(IModule module, IJdbcReference reference) protected
CoreSecurityController
(IModule module, ISecuritySupport securitySupport) EzsBlockTemplateContainer
(IModule module, com.axemble.easysite.dao.domain.impl.TemplateImpl templateImpl) EzsComponent
(IModule module, com.axemble.easysite.dao.domain.impl.ElementImpl elementImpl) EzsContent
(IModule module, com.axemble.easysite.dao.domain.impl.ContentVersionImpl contentVersionImpl) EzsContentComponent
(IModule module, com.axemble.easysite.dao.domain.impl.ContentNodeImpl contentNodeImpl) EzsPageContainer
(IModule module, com.axemble.easysite.dao.domain.impl.PageImpl pageImpl) EzsPluginRequest
(IModule module, IPlugin plugin, com.axemble.easysite.plugins.mvc.URI uri) EzsSharedBlockContainer
(IModule module, com.axemble.easysite.dao.domain.impl.CommonBlockImpl commonBlockImpl) Site constructorEzsSiteTemplate
(IModule module, com.axemble.easysite.dao.domain.impl.SiteTemplateImpl siteTemplateImpl) EzsVirtualPage
(IModule module, com.axemble.easysite.plugins.mvc.PluginPage pluginPage) GenericResource
(IModule module, com.axemble.vdp.ui.core.document.GenericDocument document) protected
IndexController
(IModule module, String name) protected
PortalAttachment
(IModule module, com.axemble.webdrive.om.ContentNode contentNode) PortalCategory
(IModule module, com.axemble.webdrive.om.CategoryNode category) PortalDirectoryTransformer
(IModule module) protected
PortalElement
(IModule module) PortalFile
(IModule module, com.axemble.webdrive.om.DocumentNode document) protected
PortalFolder
(IModule module, com.axemble.webdrive.om.FolderNode folder) protected
PortalLibrary
(IModule module, com.axemble.webdrive.jdo.beans.JDODataStore store) protected
PortalLibrary
(IModule module, com.axemble.webdrive.om.DataStore store) protected
PortalLibraryViewController
(IModule module) ConstructorPortalLibraryViewController
(IModule module, IContext context, InputStream inputStream) Uses an java.io.InputStream to build the constraints.PortalLibraryViewController
(IModule module, IContext context, Class natureClass) ConstructorPortalLibraryViewController
(IModule module, InputStream inputStream) Uses an java.io.InputStream to build the constraints.PortalLibraryViewController
(IModule module, Class natureClass) Deprecated.PortalList
(IModule module, com.axemble.webdrive.om.List list) PortalOptionList
(IModule module, com.axemble.webdrive.om.List list) PortalPortlet
(IModule module, com.axemble.vdocportal.portal2.registry.dao.jdo.beans.JdoPortlet portlet) PortalProperty
(IModule module, com.axemble.webdrive.om.PropertyDefinition property) protected
PortalResourceDefinition
(IModule module, com.axemble.webdrive.om.DocumentDefinition documentDefinition) protected
PortalResourceHistory
(IModule module, IResource resource) protected
PortalResourceTransformer
(IModule module) PortalSearchController
(IModule module) PortalSearchController
(IModule module, IConnectionDefinition connectionDefinition) PortalSearchController
(IModule module, IDataSourceReference reference) PortalSearchController
(IModule module, IJdbcReference reference) protected
PortalSecurityController
(IModule module, ISecuritySupport securitySupport) protected
PortalTrash
(IModule module) protected
ProcessArchivingController
(IModule module) ProcessCatalogViewTransformer
(IModule module) protected
ProcessDataSourceReference
(IModule module) protected
ProcessDataSourceReference
(IModule module, String jndiName) protected
ProcessDelegationController
(IModule module) protected
ProcessElement
(IModule module) ProcessGenericViewTransformer
(IModule module) ProcessLinkedResource
(IModule module) ProcessLinkedResource
(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) protected
ProcessResource
(IModule module) protected
ProcessResource
(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) protected
ProcessResourceController
(IModule module, IResource resource) Constructorprotected
ProcessResourceHistory
(IModule module, IWorkflowInstance workflowInstance) protected
ProcessResourceTransformer
(IModule module) protected
ProcessSearchViewTransformer
(IModule module) ProcessStorageResource
(IModule module) ProcessStorageResource
(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) protected
protected
ProcessTaskViewTransformer
(IModule module) ProcessViewController
(IModule module) ConstructorProcessViewController
(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, IContext context, Class natureClass) ConstructorProcessViewController
(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.ProcessViewController
(IModule module, Class natureClass) Deprecated.protected
ProcessWorkflowInstance
(IModule module, com.axemble.vdp.ui.core.document.CoreDocument document) ScreenResourceController
(IModule module, IResource resource) ConstructorSnapshotAttachment
(IModule module, com.axemble.webdrive.om.ContentSnapshot contentSnapshot) URLSupportProtocol
(IModule module, URL url) Default constructor -
Uses of IModule in com.axemble.vdoc.sdk.interfaces
-
Uses of IModule in com.axemble.vdoc.sdk.modules
Modifier and TypeInterfaceDescriptioninterface
The directory module interface.interface
The document management module interface.interface
The base indexation module interface.interface
The library module interface.interface
The IPortalModule interface is the main entry point from where most of the methods to manipulate the full set of portal objects are made available.interface
The base site module interface.interface
The IBaseWorkflowModule interface is the main entry point from where most of the methods to manipulate the full set of work-flow document objects are made available.interface
The directory module interface.interface
The document management module interface.interface
The indexation module interfaceinterface
The library module interface.interface
The IPortalModule interface is the main entry point from where most of the methods to manipulate the full set of portal objects are made available.interface
The IBaseProjectModule interface is the main entry point from where most of the methods to manipulate VDoc applications.interface
The base site module interface.interface
The IWorkflowModule interface is the main entry point from where most of the methods to manipulate the full set of work-flow document objects are made available.