Uses of Class
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml.XmlPropertyValue
Packages that use XmlPropertyValue
Package
Description
-
Uses of XmlPropertyValue in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter that return types with arguments of type XmlPropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.marshal
(ComplexValue complexValue, ComplexValue proto) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter with parameters of type XmlPropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) Method parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter with type arguments of type XmlPropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) -
Uses of XmlPropertyValue in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml that return types with arguments of type XmlPropertyValueMethod parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml with type arguments of type XmlPropertyValueModifier and TypeMethodDescriptionvoid
XmlScript.setProperties
(Map<String, XmlPropertyValue> properties) -
Uses of XmlPropertyValue in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter that return XmlPropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterImpl.marshal
(PropertyValue object, PropertyValue proto) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter that return types with arguments of type XmlPropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterImpl.marshal
(ComplexValue complexValue, ComplexValue proto) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type XmlPropertyValueModifier and TypeMethodDescriptionstatic boolean
AdapterUtils.isEmpty
(XmlPropertyValue value) PropertyValueAdapterImpl.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) Method parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with type arguments of type XmlPropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterImpl.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) PropertyValueAdapterImpl.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType, PropertyValue parentPropValue) -
Uses of XmlPropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml that return XmlPropertyValueMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml that return types with arguments of type XmlPropertyValueMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml with parameters of type XmlPropertyValueMethod parameters in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml with type arguments of type XmlPropertyValueModifier and TypeMethodDescriptionvoid
XmlPropertyValue.setComplex
(Map<String, XmlPropertyValue> complex) Constructors in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml with parameters of type XmlPropertyValue