Package com.axemble.vdoc.sdk.components
Class BaseCustomMappingProvider<T>
java.lang.Object
com.axemble.vdoc.sdk.BaseSDKExtension
com.axemble.vdoc.sdk.components.BaseCustomMappingProvider<T>
- All Implemented Interfaces:
ICustomMappingProvider<T>
,IMappingProvider<T>
,IMappingValuesProvider
,Serializable
public abstract class BaseCustomMappingProvider<T>
extends BaseSDKExtension
implements ICustomMappingProvider<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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertPropertiesToMappingStruture
(Collection<? extends IProperty> properties) 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.IMappingProvider
getValue, setValue
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingValuesProvider
getValues
-
Constructor Details
-
BaseCustomMappingProvider
-
-
Method Details
-
convertPropertiesToMappingStruture
public Collection<IMappingStructure> convertPropertiesToMappingStruture(Collection<? extends IProperty> properties) -
getDefinitionObject
-