Uses of Class
net.datenwerke.eximport.obj.ItemProperty
Packages that use ItemProperty
Package
Description
-
Uses of ItemProperty in net.datenwerke.eximport
Methods in net.datenwerke.eximport that return ItemPropertyModifier and TypeMethodDescriptionExportDataAnalyzerService.getItemPropertyFor(Element el) Returns theItemPropertyfor the giveninvalid reference
ElementExportDataAnalyzerServiceImpl.getItemPropertyFor(Element el) Methods in net.datenwerke.eximport that return types with arguments of type ItemPropertyModifier and TypeMethodDescriptionExportDataAnalyzerService.getCollectionValuesFor(Element el) ExportDataAnalyzerServiceImpl.getCollectionValuesFor(Element el) ExportDataAnalyzerService.getItemPropertiesFor(Element el) ExportDataAnalyzerServiceImpl.getItemPropertiesFor(Element el) -
Uses of ItemProperty in net.datenwerke.eximport.hooks
Classes in net.datenwerke.eximport.hooks with type parameters of type ItemPropertyModifier and TypeClassDescriptionclassBasicObjectExImporterHelperHookImpl<I extends ItemProperty>Methods in net.datenwerke.eximport.hooks with parameters of type ItemPropertyModifier and TypeMethodDescriptionBasicObjectExImporterHelperHook.importData(ItemProperty property) final ObjectBasicObjectExImporterHelperHookImpl.importData(ItemProperty property) -
Uses of ItemProperty in net.datenwerke.eximport.im.objectimporters
Methods in net.datenwerke.eximport.im.objectimporters that return types with arguments of type ItemPropertyMethod parameters in net.datenwerke.eximport.im.objectimporters with type arguments of type ItemPropertyModifier and TypeMethodDescriptionvoidBasicObjectImporter.importProperties(Object obj, Collection<ItemProperty> properties) -
Uses of ItemProperty in net.datenwerke.eximport.obj
Subclasses of ItemProperty in net.datenwerke.eximport.objModifier and TypeClassDescriptionclassclassclassclassclassMethods in net.datenwerke.eximport.obj that return ItemPropertyMethods in net.datenwerke.eximport.obj that return types with arguments of type ItemPropertyModifier and TypeMethodDescriptionItemPropertyCollection.getCollectionValues()EnclosedItemProperty.getProperties()ExportedItem.getProperties()Constructor parameters in net.datenwerke.eximport.obj with type arguments of type ItemPropertyModifierConstructorDescriptionEnclosedItemProperty(String name, Class<?> type, String id, Class<?> exporterType, Collection<ItemProperty> itemProperties, Element el) ExportedItem(String id, Class<?> type, Collection<ItemProperty> properties, Class<?> exporterType, Element el) ItemPropertyCollection(String name, Class<?> type, Class<?> propertyType, List<ItemProperty> collectionValues, Element el)