Package com.axemble.vdoc.sdk.components
Class BaseSystemMappingProvider<T>
java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.components.BaseSystemMappingProvider<T>
- All Implemented Interfaces:
- IListMappingProvider<T>,- IMappingProvider<T>,- IMappingValuesProvider,- ITableCreationMappingProvider<T>,- Serializable
public abstract class BaseSystemMappingProvider<T>
extends BaseSDKExtension
implements ITableCreationMappingProvider<T>
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingProviderIMappingProvider.DataType, IMappingProvider.IMappingType
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.BaseSDKExtensionLOGGER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal List<IMappingStructure> Gets the differents objects of the mappingObject.Methods inherited from class com.axemble.vdoc.sdk.BaseSDKExtensiongetDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initializeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IListMappingProvidergetList, setListMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingProvidergetValue, setValueMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ITableCreationMappingProvidergetTableCreation
- 
Constructor Details- 
BaseSystemMappingProvider
 
- 
- 
Method Details- 
getValuesDescription copied from interface:IMappingValuesProviderGets the differents objects of the mappingObject.- Specified by:
- getValuesin interface- IMappingValuesProvider
- Returns:
- A java.util.Collection of IMappingStructureobject.
 
- 
getDefinitionObject
 
-