Uses of Class
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean.ComplexValue
Packages that use ComplexValue
Package
Description
-
Uses of ComplexValue in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans that return ComplexValueConstructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type ComplexValueModifierConstructorDescriptionScript
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, ComplexValue values) -
Uses of ComplexValue 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 ComplexValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter with parameters of type ComplexValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.marshal
(ComplexValue complexValue, ComplexValue proto) -
Uses of ComplexValue 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 ComplexValueModifier 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) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type ComplexValueModifier and TypeMethodDescriptionPropertyValueAdapterImpl.marshal
(ComplexValue complexValue, ComplexValue proto) -
Uses of ComplexValue in ru.cg.webbpm.studio.subsystems.reporting.editor.impl.editor
Constructors in ru.cg.webbpm.studio.subsystems.reporting.editor.impl.editor with parameters of type ComplexValueModifierConstructorDescriptionReportTemplateParameterEditor
(PropertyEditorContext editorContext, ComplexValue contextValues, ReportTemplateMetadataManager reportTemplateMetadataManager, ProjectManager projectManager) -
Uses of ComplexValue in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base
Fields in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base declared as ComplexValueModifier and TypeFieldDescriptionprotected final ComplexValue
ObjectRefPropertyEditor.rootProperty
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ComplexValueModifier and TypeMethodDescriptionstatic LinkedHashMap<FieldMetadata,
javafx.scene.Node> PropertyEditorHelper.getAdvancedNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) static LinkedHashMap<FieldMetadata,
javafx.scene.Node> PropertyEditorHelper.getRegularNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) Constructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ComplexValueModifierConstructorDescriptionObjectRefPropertyEditor
(ComplexValue rootValue, ScriptContext scriptContext, Runnable onModified) ObjectRefWithValuePropertyEditor
(ComplexValue rootProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) ObjectValueClassPropertyEditor
(ComplexValue objectValueProperty, ClassRef parameterClassRef, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) -
Uses of ComplexValue in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that return ComplexValueMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type ComplexValueConstructors in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type ComplexValueModifierConstructorDescriptionComplexValue
(ComplexValue other) protected
PropertyValue
(PrototypedList<ArrayItem> array, ComplexValue complex, FieldMetadata metadata) -
Uses of ComplexValue in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type ComplexValueModifier and TypeMethodDescriptionprotected void
AbstractConditionOneV2PropertyEditor.init
(javafx.scene.control.ComboBox<ValueType> typeComboBox, ComplexValue conditionPart) protected void
AbstractConditionOneV2PropertyEditor.updateProperties
(ValueType valueType, ComplexValue conditionPart) Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type ComplexValueModifierConstructorDescriptionActionPropertyEditor
(ComplexValue actionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) AnyPropertyEditorWithOperations
(ComplexValue conditionProperty, PropertyValue staticValue, String label, String tooltip, String documentation, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) BpmnVariablePropertyEditorWithOperations
(PropertyEditorContext editorContext, ComplexValue conditionProperty, BpmnManager bpmnManager, String processId) ConditionFirstPartPropertyEditor
(ComplexValue propertyValue, BpmnManager bpmnManager, BpmnEditorHelper bpmnEditorHelper, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) ConditionSecondPartPropertyEditor
(ComplexValue conditionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified, ClassRef expectedReturnType) EventRefPropertyEditor
(ComplexValue value, ScriptContext scriptContext, Runnable onModified) ObjectPropertyEditorWithOperations
(ComplexValue conditionProperty, ComplexValue objectValue, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) -
Uses of ComplexValue in ru.cg.webbpm.studio.subsystems.ui_scripting.validation.impl
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.validation.impl with parameters of type ComplexValueModifier and TypeMethodDescriptionprotected void
ActionControllerConditionValidator.checkCondition
(ComplexValue conditionProperty, Set<String> errors) Deprecated.Check if given Condition is validprotected void
ActionControllerV2ConditionValidator.checkCondition
(ComplexValue conditionProperty, Set<String> errors) protected void
ActionControllerConditionValidator.checkConditionOne
(ComplexValue conditionOneProperty, Set<String> errors) Deprecated.protected void
ActionControllerV2ConditionValidator.checkConditionOne
(ComplexValue conditionOneProperty, ru.cg.webbpm.studio.subsystems.ui_scripting.validation.impl.ActionControllerV2ConditionValidator.ConditionPart conditionPart, Set<String> errors) static void
ActionControllerValidationUtils.checkSecondPart
(ComplexValue value, MetadataManager metadataManager, Set<String> errors) static boolean
ActionControllerValidationUtils.hasValidValue
(ComplexValue propertyValue) Checks if a given single condition or action has a valid value property, i.estatic boolean
ActionControllerValidationUtils.isChildPropertyEmpty
(ComplexValue parent, String propertyName) protected boolean
ActionControllerConditionValidator.isConditionEmpty
(ComplexValue conditionProperty) Deprecated.Check if given single condition is not emptyprotected boolean
ActionControllerV2ConditionValidator.isConditionEmpty
(ComplexValue conditionProperty) protected boolean
ActionControllerConditionValidator.isGroup
(ComplexValue condition) Deprecated.Check if given Condition is a group conditionprotected boolean
ActionControllerConditionValidator.isGroupEmpty
(ComplexValue conditionProperty) Deprecated.Check if given Condition is an empty group