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 Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingProvider
IMappingProvider.DataType, IMappingProvider.IMappingType
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal List
<IMappingStructure> Gets the differents objects of the mappingObject.Methods inherited from class com.axemble.vdoc.sdk.BaseSDKExtension
getDirectoryModule, getLanguage, getPortalModule, getProjectModule, getStaticString, getStaticString, getWorkflowModule, initialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IListMappingProvider
getList, setList
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingProvider
getValue, setValue
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ITableCreationMappingProvider
getTableCreation
-
Constructor Details
-
BaseSystemMappingProvider
-
-
Method Details
-
getValues
Description copied from interface:IMappingValuesProvider
Gets the differents objects of the mappingObject.- Specified by:
getValues
in interfaceIMappingValuesProvider
- Returns:
- A java.util.Collection of
IMappingStructure
object.
-
getDefinitionObject
-