Uses of Interface
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.PropertyValueManager
Packages that use PropertyValueManager
Package
Description
-
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js with parameters of type PropertyValueManagerModifierConstructorDescriptionRpcEntitySourceConverter
(MetadataManager metadataManager, RpcSupportManager rpcSupportManager, PropertyValueManager propertyValueManager) -
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type PropertyValueManagerModifierConstructorDescriptionPropertyValueAdapterImpl
(PropertyValueManager propertyValueManager, MetadataManager metadataManager) -
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.script_editor.editor.api
Fields in ru.cg.webbpm.studio.subsystems.script_editor.editor.api declared as PropertyValueManagerModifier and TypeFieldDescriptionprotected final PropertyValueManager
AbstractPropertyEditor.propertyValueManager
protected PropertyValueManager
AbstractPropertyEditorProvider.propertyValueManager
-
Uses of PropertyValueManager 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 PropertyValueManagerModifier and TypeFieldDescriptionprotected final PropertyValueManager
ObjectRefWithValuePropertyEditor.propertyValueManager
Constructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type PropertyValueManagerModifierConstructorDescriptionObjectRefWithValuePropertyEditor
(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 PropertyValueManager 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 PropertyValueManagerMethods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean with parameters of type PropertyValueManagerModifier and TypeMethodDescriptionvoid
PropertyEditorContext.setPropertyValueManager
(PropertyValueManager propertyValueManager) -
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl
Classes in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl that implement PropertyValueManager -
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.script_editor.validation.impl
Constructors in ru.cg.webbpm.studio.subsystems.script_editor.validation.impl with parameters of type PropertyValueManager -
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type PropertyValueManagerModifierConstructorDescriptionActionControllerEditor
(Script script, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Object context, Runnable onModified) Deprecated.ActionControllerV2Editor
(Script script, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Object context, Runnable onModified) ActionPropertyEditor
(ComplexValue actionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) ActionsPropertyEditor
(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) ConditionFirstPartPropertyEditor
(ComplexValue propertyValue, BpmnManager bpmnManager, BpmnEditorHelper bpmnEditorHelper, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) ConditionOnePropertyEditor
(PropertyValue conditionProperty, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) Deprecated.ConditionSecondPartPropertyEditor
(ComplexValue conditionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified, ClassRef expectedReturnType) ObjectPropertyEditorWithOperations
(ComplexValue conditionProperty, ComplexValue objectValue, ScriptContext scriptContext, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Runnable onModified) ValidationActionEditor
(PropertyValue validationActionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified) -
Uses of PropertyValueManager in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider with parameters of type PropertyValueManagerModifierConstructorDescriptionActionControllerEditorProviderImpl
(ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager) Deprecated.ActionControllerV2EditorProviderImpl
(ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager)