Class ImportProvider
java.lang.Object
com.axemble.vdp.ui.framework.foundation.Component
com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider
com.axemble.vdp.ui.core.providers.base.AbstractWizardProvider
com.axemble.vdoc.sdk.providers.BaseWizardProvider
com.axemble.vdoc.sdk.providers.io.ImportProvider
- All Implemented Interfaces:
IProvider,com.axemble.vdp.ui.core.providers.IDocumentProvider,com.axemble.vdp.ui.core.providers.IWizardProvider,Serializable
- Author:
- vlygeros
- See Also:
-
Field Summary
FieldsFields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractWizardProvider
abstractWizardFields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider
actionListener, context, document, doRefreshFields inherited from class com.axemble.vdp.ui.framework.foundation.Component
changeListeners, LOGGERFields inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IProvider
CURRENT_DOCUMENT, CURRENT_FIELD, CURRENT_NAVIGATOR -
Constructor Summary
ConstructorsConstructorDescriptionImportProvider(INavigateContext context, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractWizard abstractWizard) -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(com.axemble.vdp.ui.framework.composites.base.ISection section) voidreportPage(com.axemble.vdp.ui.framework.composites.base.ISection section) Import all the selected documentsMethods inherited from class com.axemble.vdoc.sdk.providers.BaseWizardProvider
getDirectoryModule, getLoggedOnContext, getPlugin, getPortalModule, getProjectModule, getResourceController, getSiteModule, getWorkflowModule, load, prepareDataMethods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractWizardProvider
cancel, getCurrentSection, getFirst, getNext, getPrevious, getWizard, onNavigate, terminateMethods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider
completeState, customRender, exitState, getActionListener, getDocument, hasChanged, load, load, load, load, mustRefresh, onActionEvent, onRefresh, readyState, updateCallerField, validate, validateMethods 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, stateChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdp.ui.core.providers.IDocumentProvider
completeState, customRender, exitState, getActionListener, getDocument, load, load, load, load, mustRefresh, readyState, validate, validate
-
Field Details
-
workflowModule
-
transformer
-
-
Constructor Details
-
Method Details
-
activate
public void activate(com.axemble.vdp.ui.framework.composites.base.ISection section) -
reportPage
public void reportPage(com.axemble.vdp.ui.framework.composites.base.ISection section) Import all the selected documents- Parameters:
section-
-