Uses of Class
ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.PageObject
Packages that use PageObject
Package
Description
-
Uses of PageObject in ru.cg.webbpm.packages.base.converters.util
Methods in ru.cg.webbpm.packages.base.converters.util with parameters of type PageObjectModifier and TypeMethodDescriptionstatic List<PropertyValue>
PageObjectUtils.getPropertyValuesWithExactRef
(PageObject pageObject, ClassRef classRef) static List<PropertyValue>
PageObjectUtils.getPropertyValuesWithInheritedRef
(PageObject pageObject, ClassRef classRef, MetadataManager metadataManager) PageObjectUtils.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) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_0
Methods in ru.cg.webbpm.packages.base.converters.v3_0 with parameters of type PageObject -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_109
Methods in ru.cg.webbpm.packages.base.converters.v3_109 with parameters of type PageObject -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_111
Methods in ru.cg.webbpm.packages.base.converters.v3_111 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
RemoveNavigationScriptConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_117
Methods in ru.cg.webbpm.packages.base.converters.v3_117 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
AddMultipleSortColumnsConverter.convert
(PageObject pageObject) void
VcAndAcV2RefConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_125
Methods in ru.cg.webbpm.packages.base.converters.v3_125 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
FilterGroupStorageSettingsConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_132
Methods in ru.cg.webbpm.packages.base.converters.v3_132 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
MoneyFieldToNumberFieldConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_151
Methods in ru.cg.webbpm.packages.base.converters.v3_151 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
MultiUniqueByValueValidatorV2Converter.convert
(PageObject object) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_176
Methods in ru.cg.webbpm.packages.base.converters.v3_176 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
DefaultValueByEntityGraphServiceV2Converter.convert
(PageObject object) void
DefaultValueLoaderServiceConverter.convert
(PageObject object) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_177
Methods in ru.cg.webbpm.packages.base.converters.v3_177 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
RuntimeVariableCurrentDateConverter.convert
(PageObject object) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_21
Methods in ru.cg.webbpm.packages.base.converters.v3_21 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
ReportParametersConverter.convert
(PageObject object) void
SelectableGridConverter.convert
(PageObject pageObject) void
SelectableGridRefConverter.convert
(PageObject pageObject) void
SelectableGridRemoveConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_40
Methods in ru.cg.webbpm.packages.base.converters.v3_40 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
ActionControllerPageObjectConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_47
Methods in ru.cg.webbpm.packages.base.converters.v3_47 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
OneToManyAutocompleteConverter.convert
(PageObject pageObject) void
OneToManyAutocompleteGridEditorConverter.convert
(PageObject pageObject) void
OneToManyAutocompleteGridEditorRefConverter.convert
(PageObject pageObject) void
OneToManyAutocompleteRefConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_76
Methods in ru.cg.webbpm.packages.base.converters.v3_76 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
EntityColumnValueInEditorConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.packages.base.converters.v3_89
Methods in ru.cg.webbpm.packages.base.converters.v3_89 with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
FilterGroupReferenceConverter.convert
(PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.studio.database.api
Methods in ru.cg.webbpm.studio.database.api with parameters of type PageObjectModifier and TypeMethodDescriptionEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManager.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessor.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManager.getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) -
Uses of PageObject in ru.cg.webbpm.studio.database.impl.entity_accessor
Methods in ru.cg.webbpm.studio.database.impl.entity_accessor with parameters of type PageObjectModifier 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<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) -
Uses of PageObject in ru.cg.webbpm.studio.database.impl.inject
Methods in ru.cg.webbpm.studio.database.impl.inject with parameters of type PageObjectModifier and TypeMethodDescriptionEntityColumnPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) EntityGraphPropertyCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) GeneratedEntityColumnPropertyCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PageObject 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 PageObjectModifier 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 PageObject in ru.cg.webbpm.studio.subsystems.components.localization
Methods in ru.cg.webbpm.studio.subsystems.components.localization with parameters of type PageObjectModifier and TypeMethodDescriptionComponentLocalizationManager.getLocalizedName
(PageObject pageObject) Returns localized name of page object (taken from the prototype) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.components.validation
Methods in ru.cg.webbpm.studio.subsystems.components.validation with parameters of type PageObjectModifier and TypeMethodDescriptionboolean
ComponentAnnotationValidator.accept
(PageObject pageObject) boolean
DefaultLoadersValidator.accept
(PageObject pageObject) boolean
DefaultValueScriptsValidator.accept
(PageObject pageObject) boolean
FormColumnsValidator.accept
(PageObject pageObject) boolean
MultiselectGridButtonValidator.accept
(PageObject pageObject) protected void
FormColumnsValidator.buildMap
(PageObject formObject, org.springframework.util.MultiValueMap<EntityColumn, PageObject> map) protected EntityColumn
FormColumnsValidator.getEntityColumn
(PageObject pageObject) protected boolean
FormColumnsValidator.isForm
(PageObject pageObject) ComponentAnnotationValidator.validate
(PageObject pageObject) DefaultLoadersValidator.validate
(PageObject pageObject) DefaultValueScriptsValidator.validate
(PageObject pageObject) FormColumnsValidator.validate
(PageObject pageObject) MultiselectGridButtonValidator.validate
(PageObject pageObject) Method parameters in ru.cg.webbpm.studio.subsystems.components.validation with type arguments of type PageObjectModifier and TypeMethodDescriptionprotected void
FormColumnsValidator.buildMap
(PageObject formObject, org.springframework.util.MultiValueMap<EntityColumn, PageObject> map) protected Object
FormColumnsValidator.formatDuplicates
(List<PageObject> pageObjects) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.jndi.inject_factory
Methods in ru.cg.webbpm.studio.subsystems.jndi.inject_factory with parameters of type PageObjectModifier and TypeMethodDescriptionJndiPropertyGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.codegen.api
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.api with parameters of type PageObjectModifier and TypeMethodDescriptionPageFrontendResourceGenerator.generatePageObjectHtml
(PageObject pageObject) PageFrontendResourceGenerator.generatePageObjectJs
(String pageId, PageObject pageObject, boolean skipChildren) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl with parameters of type PageObjectModifier and TypeMethodDescriptionPageFrontendResourceGeneratorImpl.generatePageObjectHtml
(PageObject pageObject) PageFrontendResourceGeneratorImpl.generatePageObjectJs
(String pageId, PageObject pageObject, boolean skipChildren) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.html
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.html with parameters of type PageObject -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.js with parameters of type PageObjectModifier and TypeMethodDescriptionRpcEntitySourceConverter.convertModel
(Script source, PageObject pageObject) RpcEntitySourceConverter.convertModelProperty
(PropertyValue source, FieldMetadata metadata, PageObject pageObject) JavaScriptProcessor.generateJavaScript
(String pageId, PageObject pageObject, boolean skipChildren) -
Uses of PageObject 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 PageObjectModifier and TypeMethodDescriptionObjectClassRefCodeGeneratorImpl.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) ObjectClassRefCodeGeneratorImpl.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) -
Uses of PageObject 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 PageObjectMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context with parameters of type PageObjectModifier and TypeMethodDescriptionPageObjectParentContext.addChild
(int idx, PageObject object) default PageObjectContext
PageObjectParentContext.addChild
(PageObject object) PageObjectParentContext.addChildFromPrototype
(int idx, PageObject prototype) default PageObjectContext
PageObjectParentContext.addChildFromPrototype
(PageObject prototype) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.action
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.action with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
CreateComponentAction.updatePageObjectsReferences
(PageObject pageObject, Component component) -
Uses of PageObject 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 PageObjectMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type PageObjectModifier and TypeMethodDescriptionPageContextImpl.addChild
(int idx, PageObject object) PageObjectContextImpl.addChild
(int idx, PageObject object) PageObjectParentContextImpl.addChildFromPrototype
(int idx, PageObject prototype) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type PageObjectModifierConstructorDescriptionPageObjectContextImpl
(PageObject target, PageObjectParentContext parent, PageObjectParentContext rootContext) -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api that return PageObjectModifier and TypeMethodDescriptionComponentManager.getComponentObject
(String objectId) Looks for page object with given ID in all components, and returns it if found, or else nullMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api with parameters of type PageObjectModifier and TypeMethodDescriptionComponentManager.createComponent
(Path path, PageObject rootObject) -
Uses of PageObject 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 PageObjectModifier and TypeMethodDescriptionComponent.addChildFromPrototype
(int idx, PageObject prototype) Page.addChildFromPrototype
(int idx, PageObject prototype) PageObject.addChildFromPrototype
(int idx, PageObject prototype) PageObjectParent.addChildFromPrototype
(int idx, PageObject prototype) default PageObject
PageObjectParent.addChildFromPrototype
(PageObject prototype) PageObject.PageObjectBuilder.build()
PageObject.clonePageObject
(Page targetPage, UuidMapper uuidMapper) Makes a deep copy of a page object, changing ids for the object and all its children using provided mapper.PageObject.copy()
PageObject.fromPrototype
(Page page) PageObject.fromPrototype
(Page page, String componentRootId) PageObject.getParentPageObject()
PageObject.getPrototype()
Component.getRootObject()
PageObject.inherit()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans that return types with arguments of type PageObjectModifier and TypeMethodDescriptionPageObject.allPageObjects()
Component.getChildren()
Page.getChildren()
PageObject.getChildren()
PageObjectParent.getChildren()
Component.getObjectMap()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type PageObjectModifier and TypeMethodDescriptionComponent.addChildFromPrototype
(int idx, PageObject prototype) Page.addChildFromPrototype
(int idx, PageObject prototype) PageObject.addChildFromPrototype
(int idx, PageObject prototype) PageObjectParent.addChildFromPrototype
(int idx, PageObject prototype) default PageObject
PageObjectParent.addChildFromPrototype
(PageObject prototype) static PageObject.PageObjectBuilder
PageObject.PageObjectBuilder.from
(PageObject object) PageObject.PageObjectBuilder.prototype
(PageObject prototype) Method parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with type arguments of type PageObjectModifier and TypeMethodDescriptionPageObject.PageObjectBuilder.children
(List<PageObject> children) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type PageObjectModifierConstructorDescriptionComponent
(String id, PageObject rootObject) Component
(PageObject rootObject) PageObject
(String id, String prototypeId, PageObject prototype, String componentRootId, Boolean childrenReordered, List<Script> allScripts, List<PageObject> allChildren, Page page) Constructor parameters in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with type arguments of type PageObjectModifierConstructorDescriptionprotected
Page
(String id, List<PageObject> children, boolean isComponent) Page
(String id, Versions versions, List<PageObject> children) -
Uses of PageObject 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 PageObjectModifier and TypeMethodDescriptionPageObjectAdapterBean.unmarshal
(XmlPageObject pageObject, Page page) Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.adapter with parameters of type PageObject -
Uses of PageObject 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 PageObjectModifier and TypeMethodDescriptionstatic PageObject
PrototypeUtils.inline
(PageObject pageObject) Returns a new page object, inlines prototype hierarchy at one level, i.e. new object's prototype is old object's prototype of prototype.Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util that return types with arguments of type PageObjectModifier and TypeMethodDescriptionstatic Stream<PageObject>
PageObjectUtils.allPageObjects
(Page page) static Optional<PageObject>
PageObjectSearchUtils.findObjectInChildren
(PageObject start, String targetId, boolean withRemoved) static Optional<PageObject>
PageObjectSearchUtils.findRelativeObject
(PageObject start, String targetId) Finds object in current hierarchy that either has the given id, or has object with given id as a prototypeMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util with parameters of type PageObjectModifier and TypeMethodDescriptionstatic Stream<PropertyValue>
PageObjectUtils.allSimpleValues
(PageObject pageObject) static Stream<PropertyValue>
PageObjectUtils.allSimpleValuesWithChildren
(PageObject root) static void
PageUtils.changeReferences
(PageObject pageObject, Map<String, String> oldToNewIds) static Optional<PageObject>
PageObjectSearchUtils.findObjectInChildren
(PageObject start, String targetId, boolean withRemoved) static Optional<PageObject>
PageObjectSearchUtils.findRelativeObject
(PageObject start, String targetId) Finds object in current hierarchy that either has the given id, or has object with given id as a prototypePageObjectSearchUtils.findRelativeObjectId
(PageObject start, String sourceId) Finds object in current hierarchy that either has the given id, or has object with given id as a prototype.static PageObject
PrototypeUtils.inline
(PageObject pageObject) Returns a new page object, inlines prototype hierarchy at one level, i.e. new object's prototype is old object's prototype of prototype.static boolean
PageObjectUtils.isBroken
(PageObject pageObject) static boolean
PageObjectUtils.isChildOfComplexComponent
(PageObject pageObject) Checks that given page object is prototyped from a complex component (i.e. a component consisting of more than one object). -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl that return PageObjectMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl with parameters of type PageObjectModifier and TypeMethodDescriptionComponentManagerImpl.createComponent
(Path path, PageObject rootObject) -
Uses of PageObject 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 PageObjectMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type PageObject -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component that return types with arguments of type PageObjectModifier and TypeMethodDescriptionComponentRegistry.getComponentObject
(String objectId) ComponentRegistry.getPrototype
(String prototypeId) -
Uses of PageObject 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 PageObjectMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.migration with parameters of type PageObject -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.validation.api
Methods in ru.cg.webbpm.studio.subsystems.page_designer.validation.api with parameters of type PageObjectModifier and TypeMethodDescriptionboolean
PageObjectValidator.accept
(PageObject pageObject) Check if this validator should be applied to given objectPageObjectValidator.validate
(PageObject pageObject) Validate an object -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.pageobject
Methods in ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.pageobject with parameters of type PageObjectModifier and TypeMethodDescriptionboolean
MissingParentValidator.accept
(PageObject pageObject) MissingParentValidator.validate
(PageObject pageObject) -
Uses of PageObject 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 PageObjectModifier and TypeMethodDescriptionPropertyBackendCodeGenerator.generateBackendCode
(PropertyValue propertyValue, PageObject pageObject) FrontendCodeGenerator.generateBehavior
(Script script, PageObject pageObject) PropertyFrontendCodeGenerator.generateFrontendCode
(PropertyValue propertyValue, PageObject pageObject) FrontendCodeGenerator.generateModel
(Script script, PageObject pageObject) Сгенерировать javascript функцию с заданием значенийBackendCodeGenerator.generateScriptValue
(String methodName, Script script, PageObject pageObject, Set<ClassRef> imports) Сгенерировать методы для инжекта значений скрипта -
Uses of PageObject in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api.utils
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api.utils with parameters of type PageObjectModifier and TypeMethodDescriptionFrontendScriptUtil.findAngularComponentScript
(PageObject pageObject) -
Uses of PageObject 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 PageObjectModifier 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 PageObject 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 PageObjectModifier 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 PageObject 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 PageObjectModifier and TypeMethodDescriptionboolean
ActionControllerBothValidator.accept
(PageObject pageObject) ActionControllerBothValidator.validate
(PageObject pageObject)