Uses of Class
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean.PropertyValue
Packages that use PropertyValue
Package
Description
-
Uses of PropertyValue in ru.cg.webbpm.packages.base.converters.util
Methods in ru.cg.webbpm.packages.base.converters.util that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionstatic List<PropertyValue>
ScriptUtils.getComplexPropertyValues
(Script script, Predicate<PropertyValue> predicate) static List<PropertyValue>
ScriptUtils.getPropertyValues
(Script script, Predicate<PropertyValue> predicate) static List<PropertyValue>
PageObjectUtils.getPropertyValuesWithExactRef
(PageObject pageObject, ClassRef classRef) static List<PropertyValue>
ScriptUtils.getPropertyValuesWithExactRef
(Script script, ClassRef classRef) static List<PropertyValue>
PageObjectUtils.getPropertyValuesWithInheritedRef
(PageObject pageObject, ClassRef classRef, MetadataManager metadataManager) static List<PropertyValue>
ScriptUtils.getPropertyValuesWithInheritedRef
(Script script, ClassRef classRef, MetadataManager metadataManager) Methods in ru.cg.webbpm.packages.base.converters.util with parameters of type PropertyValueModifier and TypeMethodDescriptionstatic boolean
PropertyValueUtils.isNotEmpty
(PropertyValue value) Method parameters in ru.cg.webbpm.packages.base.converters.util with type arguments of type PropertyValueModifier and TypeMethodDescriptionstatic List<PropertyValue>
ScriptUtils.getComplexPropertyValues
(Script script, Predicate<PropertyValue> predicate) static List<PropertyValue>
ScriptUtils.getPropertyValues
(Script script, Predicate<PropertyValue> predicate) -
Uses of PropertyValue in ru.cg.webbpm.studio.database.api
Methods in ru.cg.webbpm.studio.database.api with parameters of type PropertyValueModifier and TypeMethodDescriptionEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManager.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManager.getEntityAccessor
(PropertyValue property) EntityAccessor.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManager.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) -
Uses of PropertyValue in ru.cg.webbpm.studio.database.impl.entity_accessor
Methods in ru.cg.webbpm.studio.database.impl.entity_accessor with parameters of type PropertyValueModifier and TypeMethodDescriptionDaoLocalFieldEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManagerImpl.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) PageDaoProviderEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) protected List<QueryTable>
AbstractEntityAccessor.getEntitiesFromDaoField
(PropertyValue daoPropertyValue) EntityAccessorManagerImpl.getEntityAccessor
(PropertyValue property) protected List<EntityColumn>
AbstractEntityAccessor.getEntityColumns
(PropertyValue propertyValue, PageObject pageObject, List<QueryTable> queryTables) DaoLocalFieldEntityAccessor.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManagerImpl.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) PageDaoProviderEntityAccessor.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) protected ClassMetadata
AbstractEntityAccessor.getImplMetadata
(PropertyValue propertyValue) -
Uses of PropertyValue in ru.cg.webbpm.studio.database.impl.inject
Methods in ru.cg.webbpm.studio.database.impl.inject with parameters of type PropertyValueModifier and TypeMethodDescriptionEntityColumnPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) EntityGraphPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) GeneratedEntityColumnPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PropertyValue in ru.cg.webbpm.studio.database.validation
Methods in ru.cg.webbpm.studio.database.validation with parameters of type PropertyValueModifier and TypeMethodDescriptionboolean
EntityColumnValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
EntityGraphValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) EntityColumnValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) EntityGraphValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.bpmn.core.impl.property
Methods in ru.cg.webbpm.studio.subsystems.bpmn.core.impl.property with parameters of type PropertyValueModifier and TypeMethodDescriptionBpmnVariableCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) BusinessProcessCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) BpmnVariableCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) FrontendBpmnVariableCodeGenerator.generateFrontendCode
(PropertyValue value, PageObject pageObject) FrontendBusinessProcessCodeGenerator.generateFrontendCode
(PropertyValue value, PageObject pageObject) FrontendVariableValueCodeGenerator.generateFrontendCode
(PropertyValue value, PageObject pageObject) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor with parameters of type PropertyValueModifierConstructorDescriptionBpmnVariableComboBox
(String processId, PropertyValue propertyValue, BpmnManager bpmnVariableManager) BpmnVariableWithValueEditor
(String processId, PropertyValue variableProperty, PropertyValue valueProperty, BpmnManager bpmnVariableManager, Alerts alerts, Runnable onModified) BpmnVariableWithValuePropertyEditor
(PropertyEditorContext editorContext, String processId, PropertyValue objectProperty, BpmnManager bpmnVariableManager, Alerts alerts) BusinessProcessComboBox
(FileBasedIndex fileBasedIndex, PropertyValue propertyValue, ProjectManager projectManager) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl
Methods in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl with parameters of type PropertyValueModifier and TypeMethodDescriptionboolean
HandlerBpmnVariableArrayValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
HandlerBpmnVariableValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) HandlerBpmnVariableArrayValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) HandlerBpmnVariableValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.jndi.inject_factory
Methods in ru.cg.webbpm.studio.subsystems.jndi.inject_factory with parameters of type PropertyValueModifier and TypeMethodDescriptionJndiPropertyGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js that return PropertyValueModifier and TypeMethodDescriptionRpcEntitySourceConverter.convertModelProperty
(PropertyValue source, FieldMetadata metadata, PageObject pageObject) Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js with parameters of type PropertyValueModifier and TypeMethodDescriptionRpcEntitySourceConverter.convertModelProperty
(PropertyValue source, FieldMetadata metadata, PageObject pageObject) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.property
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.property with parameters of type PropertyValueModifier and TypeMethodDescriptionObjectClassRefCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) ObjectClassRefCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PropertyValue 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 PropertyValueConstructor parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with type arguments of type PropertyValueModifierConstructorDescriptionScript
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, Map<String, PropertyValue> propertyValues) -
Uses of PropertyValue 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 PropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter with parameters of type PropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionstatic Stream<PropertyValue>
PageObjectUtils.allSimpleValues
(PageObject pageObject) static Stream<PropertyValue>
PageObjectUtils.allSimpleValues
(Script script) static Stream<PropertyValue>
PageObjectUtils.allSimpleValues
(PropertyValue propertyValue) static Stream<PropertyValue>
PageObjectUtils.allSimpleValuesWithChildren
(PageObject root) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util with parameters of type PropertyValueModifier and TypeMethodDescriptionstatic Stream<PropertyValue>
PageObjectUtils.allSimpleValues
(PropertyValue propertyValue) static Collection<Variable>
FieldValuesCollector.getVariables
(PropertyValue propertyValue, ClassMetadata implClassMetadata) Returns variables of all fields and enums of property value. -
Uses of PropertyValue 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 PropertyValueModifier and TypeMethodDescriptionPropertyValueAdapterImpl.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type PropertyValueModifier and TypeMethodDescriptionstatic boolean
AdapterUtils.isEmpty
(PropertyValue value) PropertyValueAdapterImpl.marshal
(PropertyValue object, PropertyValue proto) PropertyValueAdapterImpl.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType, PropertyValue parentPropValue) PropertyValueAdapterImpl.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.reporting.validation
Methods in ru.cg.webbpm.studio.subsystems.reporting.validation with parameters of type PropertyValueModifier and TypeMethodDescriptionboolean
ReportTemplateValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) ReportTemplateValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api with parameters of type PropertyValueModifier and TypeMethodDescriptionPropertyBackendCodeGenerator.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) PropertyFrontendCodeGenerator.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl.base
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl.base with parameters of type PropertyValueModifier and TypeMethodDescriptionBooleanPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) DateTimePropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) DefaultPropertyBackendCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) DoublePropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) EnumPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) FloatPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) IntegerPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) StringPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) TimePropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) AnyObjectPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) BooleanPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) DateTimePropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) DoublePropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) EnumPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) FloatPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) IntegerPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) StringPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) TimePropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.editor.api
Fields in ru.cg.webbpm.studio.subsystems.script_editor.editor.api declared as PropertyValueModifier and TypeFieldDescriptionprotected final PropertyValue
AbstractPropertyEditor.propertyValue
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api with parameters of type PropertyValueModifier and TypeMethodDescriptionAbstractPropertyEditorProvider.createContext
(PropertyValue propertyValue, Object context, PropertyContext propertyContext, String label, String tooltip, String documentation, Runnable onModified) PropertyEditorProvider.createContext
(PropertyValue propertyValue, Object context, PropertyContext propertyContext, String label, String tooltip, String documentation, Runnable onModified) default PropertyEditor
PropertyEditorProvider.createEditor
(PropertyValue propertyValue, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) default PropertyEditor
PropertyEditorProvider.createEditor
(PropertyValue propertyValue, AttributeMetadata referenceMetadata, Object context, PropertyContext propertyContext, Runnable onModified) ScriptEditorManager.createPropertyEditor
(PropertyValue propertyValue, Object context, PropertyContext propertyContext, Runnable onModified) Создать PropertyEditor для поля, имя брать из метаданых или из названия поляScriptEditorManager.createPropertyEditor
(PropertyValue propertyValue, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) Создать PropertyEditor для поляScriptEditorManager.createPropertyEditor
(PropertyValue propertyValue, AttributeMetadata referenceMetadata, PropertyType<?> propertyType, Object context, PropertyContext propertyContext, Runnable onModified) Создать PropertyEditor для поляScriptEditorManager.createPropertyEditor
(PropertyValue propertyValue, PropertyType<?> propertyType, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) -
Uses of PropertyValue 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 PropertyValueModifier and TypeFieldDescriptionprotected final PropertyValue
ObjectRefPropertyEditor.methodProperty
protected final PropertyValue
ArrayPropertyEditor.rootValue
protected final PropertyValue
SimplePropertyEditor.value
protected final PropertyValue
ObjectRefWithValuePropertyEditor.valueProperty
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type PropertyValueModifier 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) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean that return PropertyValueMethods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean with parameters of type PropertyValueModifier and TypeMethodDescriptionvoid
PropertyEditorContext.setPropertyValue
(PropertyValue propertyValue) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ui
Constructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ui with parameters of type PropertyValueModifierConstructorDescriptionImplRefComboBox
(PropertyValue propertyValue, MetadataManager metadataManager) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.editor.impl
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.impl with parameters of type PropertyValueModifier and TypeMethodDescriptionScriptEditorManagerImpl.createPropertyEditor
(PropertyValue childProperty, Object context, PropertyContext propertyContext, Runnable onModified) ScriptEditorManagerImpl.createPropertyEditor
(PropertyValue propertyVal, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) ScriptEditorManagerImpl.createPropertyEditor
(PropertyValue propertyValue, AttributeMetadata referenceMetadata, PropertyType<?> propertyType, Object context, PropertyContext propertyContext, Runnable onModified) ScriptEditorManagerImpl.createPropertyEditor
(PropertyValue propertyValue, PropertyType<?> propertyType, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api with parameters of type PropertyValueModifier and TypeMethodDescriptionPropertyValueManager.getImplClassMetadata
(PropertyValue propertyValue) -
Uses of PropertyValue 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 PropertyValueModifier and TypeMethodDescriptionstatic PropertyValue
PropertyValue.array
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.complex
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.empty
(FieldMetadata metadata, PropertyValue parentPropValue) ComplexValue.getAsArray
(String key) Returns array value wrapper under the given key, creating it and converting type if neededComplexValue.getAsComplex
(String key) Returns complex value wrapper under the given key, creating it and converting type if neededComplexValue.getOrEmpty
(String key) ComplexValue.getOrEmpty
(FieldMetadata field) PropertyValue.getParentPropValue()
ArrayItem.getValue()
ComplexValue.getValueOwner()
static PropertyValue
PropertyValue.inheritPropertyValue
(PropertyValue other) ComplexValue.put
(String key, PropertyValue value) <T> PropertyValue
static PropertyValue
PropertyValue.simple
(Object target, FieldMetadata metadata, PropertyValue parentPropValue) Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that return types with arguments of type PropertyValueModifier and TypeMethodDescriptionComplexValue.entrySet()
PropertyContext.getProperties()
PropertyValue.getProperties()
ComplexValue.values()
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type PropertyValueModifier and TypeMethodDescriptionstatic PropertyValue
PropertyValue.array
(FieldMetadata metadata, PropertyValue parentPropValue) static ArrayItem
ArrayItem.complex
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.complex
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.empty
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.inheritPropertyValue
(PropertyValue other) ComplexValue.put
(String key, PropertyValue value) void
ComplexValue.putAsIs
(String key, PropertyValue propertyValue) void
ComplexValue.putAsIsIfAbsent
(String key, PropertyValue propertyValue) void
PropertyValue.setParentPropValue
(PropertyValue parentPropValue) void
ArrayItem.setValue
(PropertyValue value) static PropertyValue
PropertyValue.simple
(Object target, FieldMetadata metadata, PropertyValue parentPropValue) Method parameters in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with type arguments of type PropertyValueModifier and TypeMethodDescriptionvoid
ComplexValue.putAll
(Map<? extends String, ? extends PropertyValue> m) void
PropertyValue.setComplex
(Map<String, PropertyValue> complexValue) Constructors in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type PropertyValueModifierConstructorDescriptionArrayItem
(String id, ArrayItem prototype, PropertyValue value) ArrayItem
(String id, PropertyValue value, boolean removed, ArrayItem prototype) ArrayItem
(PropertyValue value) ComplexValue
(Map<String, PropertyValue> values, ClassMetadata metadata, PropertyValue valueOwner) PropertyValue
(PropertyValue other) PropertyValue
(PropertyValue other, FieldMetadata metadata) Constructor parameters in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with type arguments of type PropertyValueModifierConstructorDescriptionComplexValue
(Map<String, PropertyValue> values, ClassMetadata metadata, PropertyValue valueOwner) protected
PropertyValue
(Map<String, PropertyValue> complexValue, FieldMetadata fieldMetadata) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl with parameters of type PropertyValueModifier and TypeMethodDescriptionPropertyValueManagerImpl.getImplClassMetadata
(PropertyValue propertyValue) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.validation.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.validation.api with parameters of type PropertyValueModifier and TypeMethodDescriptionboolean
PropertyValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) PropertyValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) Check if property is valid -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.script_editor.validation.impl
Methods in ru.cg.webbpm.studio.subsystems.script_editor.validation.impl with parameters of type PropertyValueModifier and TypeMethodDescriptionboolean
BpmnVariableValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
ClassRefPropertyTypeValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContexts) boolean
MinMaxValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
NotNullValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
ObjectClassRefValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
SizeValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) BpmnVariableValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) ClassRefPropertyTypeValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) MinMaxValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) NotNullValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) ObjectClassRefValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) SizeValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) -
Uses of PropertyValue in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type PropertyValueModifierConstructorDescriptionActionsPropertyEditor
(PropertyValue actionsValue, 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) ConditionGroupPropertyEditor
(PropertyValue conditionGroupProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, Runnable onModified) ConditionOnePropertyEditor
(PropertyValue conditionProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) Deprecated.EventRefsPropertyEditor
(PropertyValue property, ScriptContext context, Runnable onModified) ValidationActionEditor
(PropertyValue validationActionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) -
Uses of PropertyValue 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 PropertyValueModifier and TypeMethodDescriptionboolean
ActionControllerActionValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
ActionControllerConditionValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) Deprecated.boolean
ActionControllerEventRefValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) boolean
ActionControllerV2ConditionValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) ActionControllerActionValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) ActionControllerConditionValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) Deprecated.ActionControllerEventRefValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) ActionControllerV2ConditionValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext)