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 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 TypeMethodDescriptionconvertPropertiesToMappingStruture(Collection<? extends IProperty> properties) 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.IMappingProvidergetValue, setValueMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingValuesProvidergetValues
- 
Constructor Details- 
BaseCustomMappingProvider
 
- 
- 
Method Details- 
convertPropertiesToMappingStruturepublic Collection<IMappingStructure> convertPropertiesToMappingStruture(Collection<? extends IProperty> properties) 
- 
getDefinitionObject
 
-