Uses of Interface
com.axemble.vdoc.sdk.interfaces.IMappingStructure
Packages that use IMappingStructure
-
Uses of IMappingStructure in com.axemble.vdoc.sdk.components
Classes in com.axemble.vdoc.sdk.components that implement IMappingStructureMethods in com.axemble.vdoc.sdk.components that return types with arguments of type IMappingStructureModifier and TypeMethodDescriptionBaseCustomMappingProvider.convertPropertiesToMappingStruture
(Collection<? extends IProperty> properties) MappingStructure.getChildValues()
final List
<IMappingStructure> BaseSystemMappingProvider.getValues()
MappingStructure.getValues()
Method parameters in com.axemble.vdoc.sdk.components with type arguments of type IMappingStructureModifier and TypeMethodDescriptionvoid
MappingStructure.setChildValues
(List<IMappingStructure> childValues) Constructor parameters in com.axemble.vdoc.sdk.components with type arguments of type IMappingStructureModifierConstructorDescriptionMappingStructure
(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options) ParameterizedMappingStructure
(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options) -
Uses of IMappingStructure in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IMappingStructure in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IMappingStructureModifier and TypeMethodDescriptionIMappingStructure.getChildValues()
Retrieves childs mappingStructure for a composite mappingStructure.IMappingStructure.getValues()
Retrieves childs mappingStructure for a composite mappingStructure.IMappingValuesProvider.getValues()
Gets the differents objects of the mappingObject.Method parameters in com.axemble.vdoc.sdk.interfaces with type arguments of type IMappingStructureModifier and TypeMethodDescriptionvoid
IMappingStructure.setChildValues
(List<IMappingStructure> childValues) Sets childs mappingStructure for a composite mappingStructure.