Package com.axemble.vdoc.sdk.providers
Class BaseGroupProvider
java.lang.Object
com.axemble.vdp.ui.framework.foundation.Component
com.axemble.vdp.ui.core.providers.base.AbstractGroupProvider
com.axemble.vdoc.sdk.providers.BaseGroupProvider
- All Implemented Interfaces:
- IProvider,- com.axemble.vdp.ui.core.providers.IGroupProvider,- Serializable
public abstract class BaseGroupProvider
extends com.axemble.vdp.ui.core.providers.base.AbstractGroupProvider
The 
BaseGroupProvider class allows to interact with a group template.
 The BaseGroupProvider 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 SummaryFields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractGroupProviderabstractGroup, contextFields inherited from class com.axemble.vdp.ui.framework.foundation.ComponentchangeListeners, LOGGERFields inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IProviderCURRENT_DOCUMENT, CURRENT_FIELD, CURRENT_NAVIGATOR
- 
Constructor SummaryConstructorsConstructorDescriptionBaseGroupProvider(INavigateContext context, com.axemble.vdp.ui.framework.composites.base.CtlAbstractGroup abstractGroup) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected final IDirectoryModulefinal IContextprotected final IPluginprotected final IPortalModuleprotected final IProjectModuleprotected final ISiteModuleprotected final IWorkflowModuleMethods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractGroupProvidergetAbstractGroup, getContext, mustRefresh, onNavigate, onRefreshMethods inherited from class com.axemble.vdp.ui.framework.foundation.ComponentaddChangeListener, addChangeListener, createComponent, evaluateExpressions, fireChangeEvent, getDynamicDescription, getDynamicLabel, getLanguage, getNavigator, getRootNavigator, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, hasChangeListeners, removeChangeListener, removeChangeListener, removeChangeListeners, stateChangedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdp.ui.core.providers.IGroupProviderreadyState
- 
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
 
 
-