Package com.axemble.vdoc.sdk.providers
Class BaseContentProvider
java.lang.Object
com.axemble.vdp.ui.framework.foundation.Component
com.axemble.vdp.ui.core.providers.base.AbstractContentProvider
com.axemble.vdoc.sdk.providers.BaseContentProvider
- All Implemented Interfaces:
IProvider
,com.axemble.vdp.ui.core.providers.IContentProvider
,Serializable
public class BaseContentProvider
extends com.axemble.vdp.ui.core.providers.base.AbstractContentProvider
The
BaseContentProvider
class allows to interact with a content template.
The BaseContentProvider
class provides direct access to the SDK API.
You can access the following methods:
- getPortalModule() : the module to manipulate the back office system;
- getDirectoryModule() : the module to manipulate the directory system;
- getProjectModule() : the module to manipulate the project system;
- getWorkflowModule() : the module to manipulate the workflow system;
- Version:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractContentProvider
abstractContent, actionListener, context, model
Fields inherited from class com.axemble.vdp.ui.framework.foundation.Component
changeListeners, LOGGER
Fields inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IProvider
CURRENT_DOCUMENT, CURRENT_FIELD, CURRENT_NAVIGATOR
-
Constructor Summary
ConstructorDescriptionBaseContentProvider
(INavigateContext context, com.axemble.vdp.ui.framework.composites.base.CtlAbstractContent content) -
Method Summary
Modifier and TypeMethodDescriptionprotected final IDirectoryModule
protected final IContext
protected final IPlugin
protected final IPortalModule
protected final IProjectModule
protected final ISiteModule
protected final IWorkflowModule
Methods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractContentProvider
close, exitState, getActionListener, getContent, getContext, getModel, init, loadContent, mustRefresh, onActionEvent, onNavigate, onRefresh, readyState, setModel
Methods inherited from class com.axemble.vdp.ui.framework.foundation.Component
addChangeListener, createComponent, evaluateExpressions, fireChangeEvent, getDynamicDescription, getDynamicLabel, getLanguage, getNavigator, getRootNavigator, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, hasChangeListeners, removeChangeListener, removeChangeListeners, stateChanged
-
Constructor Details
-
Method Details
-
getWorkflowModule
- Returns:
- the workflowModule
-
getPortalModule
- Returns:
- the portalModule
-
getDirectoryModule
- Returns:
- the directoryModule
-
getProjectModule
- Returns:
- the projectModule
-
getLoggedOnContext
- Returns:
- the loggedOnContext
-
getSiteModule
- Returns:
- the siteModule
-
getPlugin
- Returns:
- the current plugin
-