Uses of Class
ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.Script
Packages that use Script
Package
Description
-
Uses of Script in ru.cg.webbpm.packages.base.converters.util
Methods in ru.cg.webbpm.packages.base.converters.util that return types with arguments of type ScriptModifier and TypeMethodDescriptionPageObjectUtils.getScript
(PageObject pageObject, Predicate<Script> predicate) PageObjectUtils.getScript
(PageObject pageObject, Predicate<Script> predicate, boolean withRemoved) PageObjectUtils.getScriptWithExactClassRef
(PageObject pageObject, ClassRef scriptRef) PageObjectUtils.getScriptWithExactClassRef
(PageObject pageObject, ClassRef scriptRef, boolean withRemoved) PageObjectUtils.getScriptWithInheritedClassRef
(PageObject pageObject, ClassRef scriptRef, MetadataManager metadataManager) Methods in ru.cg.webbpm.packages.base.converters.util with parameters of type ScriptModifier and TypeMethodDescriptionstatic List<PropertyValue>
ScriptUtils.getComplexPropertyValues
(Script script, Predicate<PropertyValue> predicate) static List<PropertyValue>
ScriptUtils.getPropertyValues
(Script script, Predicate<PropertyValue> predicate) static List<PropertyValue>
ScriptUtils.getPropertyValuesWithExactRef
(Script script, ClassRef classRef) static List<PropertyValue>
ScriptUtils.getPropertyValuesWithInheritedRef
(Script script, ClassRef classRef, MetadataManager metadataManager) static boolean
ScriptUtils.isInherited
(Script script, ClassRef scriptRef, MetadataManager metadataManager) static boolean
ScriptUtils.isNotEmpty
(Script script) Method parameters in ru.cg.webbpm.packages.base.converters.util with type arguments of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_139
Methods in ru.cg.webbpm.packages.base.converters.v3_139 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_25
Methods in ru.cg.webbpm.packages.base.converters.v3_25 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_32
Methods in ru.cg.webbpm.packages.base.converters.v3_32 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_47
Methods in ru.cg.webbpm.packages.base.converters.v3_47 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_55
Methods in ru.cg.webbpm.packages.base.converters.v3_55 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_76
Methods in ru.cg.webbpm.packages.base.converters.v3_76 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_93
Methods in ru.cg.webbpm.packages.base.converters.v3_93 with parameters of type Script -
Uses of Script in ru.cg.webbpm.packages.base.converters.v3_94
Methods in ru.cg.webbpm.packages.base.converters.v3_94 with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context that return ScriptMethods in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context that return ScriptModifier and TypeMethodDescriptionWebbpmServiceTaskContextImpl.getTarget()
WebbpmServiceTaskContextImpl.getValue()
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor with parameters of type ScriptModifier and TypeMethodDescriptionboolean
BpmnVariableWithValueScriptEditorProvider.create
(Script script, Object context, Runnable onModified) Constructors in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor with parameters of type ScriptModifierConstructorDescriptionBpmnVariableWithValueScriptEditor
(String processId, Script script, BpmnManager bpmnVariableManager, Alerts alerts, Runnable onModified) -
Uses of Script in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.adapter
Methods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.adapter that return ScriptMethods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.adapter with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean
Methods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean that return ScriptMethods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean with parameters of type ScriptConstructors in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.bean with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl.migrations
Methods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl.migrations that return types with arguments of type Script -
Uses of Script 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 ScriptModifier and TypeMethodDescriptionRpcEntitySourceConverter.convertModel
(Script source, PageObject pageObject) Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js with parameters of type ScriptModifier and TypeMethodDescriptionRpcEntitySourceConverter.convertModel
(Script source, PageObject pageObject) -
Uses of Script in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context that return Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that return ScriptConstructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type ScriptModifierConstructorDescriptionScriptContextImpl
(Script script, PageObjectContext pageObjectContext) -
Uses of Script 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 ScriptModifier and TypeMethodDescriptionPageObject.addScript
(ClassMetadata classMetadata) Adds a new script of specified classScript.copy()
Script.getPrototype()
Script.inherit()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans that return types with arguments of type ScriptMethod parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with type arguments of type ScriptModifier and TypeMethodDescriptionConstructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type ScriptModifierConstructorDescriptionScript
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, Map<String, PropertyValue> propertyValues) Script
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, ComplexValue values) Constructor parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with type arguments of type ScriptModifierConstructorDescriptionPageObject
(String id, String prototypeId, PageObject prototype, String componentRootId, Boolean childrenReordered, List<Script> allScripts, List<PageObject> allChildren, Page page) -
Uses of Script 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 ScriptModifier and TypeMethodDescriptionMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util with parameters of type ScriptModifier and TypeMethodDescriptionstatic Stream<PropertyValue>
PageObjectUtils.allSimpleValues
(Script script) static Collection<Variable>
FieldValuesCollector.getVariables
(Script script) Returns variables of all fields and enums of script.static boolean
-
Uses of Script 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 ScriptModifier and TypeMethodDescriptionMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type Script -
Uses of Script in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.migration
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.migration that return types with arguments of type Script -
Uses of Script 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 ScriptModifier and TypeMethodDescriptionFrontendCodeGenerator.generateBehavior
(Script script, PageObject pageObject) FrontendCodeGenerator.generateModel
(Script script, PageObject pageObject) Сгенерировать javascript функцию с заданием значенийBackendCodeGenerator.generateScriptValue
(String methodName, Script script, PageObject pageObject, Set<ClassRef> imports) Сгенерировать методы для инжекта значений скрипта -
Uses of Script in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api.utils
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api.utils that return types with arguments of type ScriptModifier and TypeMethodDescriptionFrontendScriptUtil.findAngularComponentScript
(PageObject pageObject) -
Uses of Script in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl with parameters of type ScriptModifier and TypeMethodDescriptionFrontendCodeGeneratorImpl.generateBehavior
(Script script, PageObject pageObject) FrontendCodeGeneratorImpl.generateModel
(Script script, PageObject pageObject) BackendCodeGeneratorImpl.generateScriptValue
(String methodName, Script script, PageObject pageObject, Set<ClassRef> imports) Сгенерировать методы для инжекта значений скрипта -
Uses of Script in ru.cg.webbpm.studio.subsystems.script_editor.editor.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api with parameters of type ScriptModifier and TypeMethodDescriptionboolean
ScriptEditorManager.buildScriptEditor
(Script script, Object context, Runnable onModified) Создать Editor скрипта -
Uses of Script in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base
Constructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ScriptModifierConstructorDescriptionScriptEditorImpl
(Script script, Object context, ScriptEditorManager scriptEditorManager, Alerts alerts, Runnable onModified) -
Uses of Script in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.util
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.util that return types with arguments of type ScriptModifier and TypeMethodDescriptionWebbpmReflectionHelper.getAllTsScripts
(PageObjectContext objectContext) -
Uses of Script 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 ScriptModifier and TypeMethodDescriptionScriptEditorManagerImpl.buildScriptEditor
(Script script, Object context, Runnable onModified) -
Uses of Script 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 ScriptModifier and TypeMethodDescription -
Uses of Script 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 ScriptModifier and TypeMethodDescription -
Uses of Script in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type ScriptModifierConstructorDescriptionActionControllerEditor
(Script script, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Object context, Runnable onModified) Deprecated.ActionControllerV2Editor
(Script script, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, Object context, Runnable onModified) ValidationControllerEditor
(Script script, ScriptEditorManager scriptEditorManager, Object context, Runnable onModified) -
Uses of Script in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider with parameters of type ScriptModifier and TypeMethodDescriptionboolean
Deprecated.boolean
boolean
Deprecated.