Uses of Interface
ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context.PageObjectContext
Packages that use PageObjectContext
Package
Description
-
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context that return PageObjectContext -
Uses of PageObjectContext 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 PageObjectContextModifier 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) PageObjectParentContext.findInChildren
(String objectId) Finds object with given id in current childrenPageObjectContext.findRelativeContext
(String objectId) Finds object in current hierarchy that either has specified id or inherits page object with specified idScriptContext.getPageObjectContext()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context that return types with arguments of type PageObjectContextModifier and TypeMethodDescriptionjavafx.collections.ObservableList<PageObjectContext>
PageObjectParentContext.getChildren()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context with parameters of type PageObjectContextModifier and TypeMethodDescriptionvoid
PageObjectParentContext.addChild
(int idx, PageObjectContext child) default void
PageObjectParentContext.addChild
(PageObjectContext child) boolean
PageObjectContext.isChildOf
(PageObjectContext parentContext) Check that this context is a child (direct or indirect) of parentContextvoid
PageObjectParentContext.removeChild
(PageObjectContext object) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.file_editor
Fields in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.file_editor with type parameters of type PageObjectContextModifier and TypeFieldDescriptionstatic final DataKey<PageObjectContext>
PageEditorActions.PAGE_OBJECT
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.file_editor that return PageObjectContextModifier and TypeMethodDescriptionPageHierarchyItemData.getPageObjectContext()
PageEditor.getSelectedPageObjectContext()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.file_editor with parameters of type PageObjectContextModifier and TypeMethodDescriptionvoid
PageEditor.itemSelected
(PageObjectContext pageObjectContext) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.search
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.search that return types with arguments of type PageObjectContextModifier and TypeMethodDescriptionComponentSearchManager.findInObject
(PageObjectContext rootObject, ComponentHierarchyFilterProvider provider, String search) Find all objects matching given search query (represented as a provider and query string) inside the given object (the object itself included)ComponentSearchManager.findInObject
(PageObjectParentContext rootContext, String prefix, String search) Find all objects matching given search query (represented as a provider prefix and a query string) in a page contextMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.search with parameters of type PageObjectContextModifier and TypeMethodDescriptionboolean
ComponentHierarchyFilterProvider.apply
(PageObjectContext pageObjectContext, String filter) Check if given object mathces filtering criteriaComponentSearchManager.findInObject
(PageObjectContext rootObject, ComponentHierarchyFilterProvider provider, String search) Find all objects matching given search query (represented as a provider and query string) inside the given object (the object itself included) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.ui
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.ui with parameters of type PageObjectContextModifierConstructorDescriptionObjectClassRefField
(ClassRef baseClassRef, PageObjectContext pageObjectContext) ObjectSelectField
(PageObjectContext context) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context
Classes in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that implement PageObjectContextFields in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with type parameters of type PageObjectContextModifier and TypeFieldDescriptionprotected final javafx.collections.ObservableList<PageObjectContext>
PageObjectParentContextImpl.children
protected final javafx.collections.ObservableList<PageObjectContext>
PageObjectParentContextImpl.unmodifiableChildren
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that return PageObjectContextModifier and TypeMethodDescriptionPageContextImpl.addChild
(int idx, PageObject object) PageObjectContextImpl.addChild
(int idx, PageObject object) PageObjectParentContextImpl.addChildFromPrototype
(int idx, PageObject prototype) PageObjectParentContextImpl.findInChildren
(String objectId) PageObjectContextImpl.findRelativeContext
(String objectId) ScriptContextImpl.getPageObjectContext()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that return types with arguments of type PageObjectContextModifier and TypeMethodDescriptionprotected List<PageObjectContext>
PageContextImpl.createChildren()
javafx.collections.ObservableList<PageObjectContext>
PageObjectParentContextImpl.getChildren()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type PageObjectContextModifier and TypeMethodDescriptionvoid
PageObjectParentContextImpl.addChild
(int idx, PageObjectContext pageObjectContext) boolean
PageObjectContextImpl.isChildOf
(PageObjectContext parentContext) void
PageContextImpl.removeChild
(PageObjectContext object) void
PageObjectContextImpl.removeChild
(PageObjectContext pageObjectContext) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type PageObjectContextModifierConstructorDescriptionScriptContextImpl
(Script script, PageObjectContext pageObjectContext) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor that return PageObjectContextModifier and TypeMethodDescriptionPageHierarchyItemDataImpl.getPageObjectContext()
PageEditorImpl.getSelectedPageObjectContext()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor with parameters of type PageObjectContextModifier and TypeMethodDescriptionvoid
PageEditorImpl.itemSelected
(PageObjectContext pageObjectContext) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor with parameters of type PageObjectContext -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector
Fields in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector declared as PageObjectContextMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector that return PageObjectContextMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector that return types with arguments of type PageObjectContextMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector with parameters of type PageObjectContextModifier and TypeMethodDescriptionboolean
PageObjectInspectorProviderImpl.accept
(PageObjectContext object) PageObjectInspectorProviderImpl.createInspector
(PageObjectContext context, Runnable onModified) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector with parameters of type PageObjectContextModifierConstructorDescriptionPackageComponentPageObjectInspector
(javafx.stage.Window owner, PageObjectContext context, ScriptEditorManager propertyEditorManager, MetadataManager metadataManager, PlatformModeService platformModeService, ComponentManager componentManager, NavigationManager navigationManager, FileTypeRegistry fileTypeRegistry, RpcSupportManager rpcSupportManager, Runnable onModified) PageObjectInspector
(javafx.stage.Window owner, PageObjectContext context, ScriptEditorManager scriptEditorManager, MetadataManager metadataManager, PlatformModeService platformModeService, ComponentManager componentManager, NavigationManager navigationManager, FileTypeRegistry fileTypeRegistry, RpcSupportManager rpcSupportManager, Runnable onModified) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector.ui
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector.ui with parameters of type PageObjectContextModifierConstructorDescriptionScriptComponentAddPane
(javafx.stage.Window owner, PageObjectContext context, MetadataManager metadataManager, FileTypeRegistry fileTypeRegistry, PlatformModeService platformModeService, RpcSupportManager rpcSupportManager) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.search
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.search that return types with arguments of type PageObjectContextModifier and TypeMethodDescriptionComponentSearchManagerImpl.findInObject
(PageObjectContext rootObject, ComponentHierarchyFilterProvider provider, String search) ComponentSearchManagerImpl.findInObject
(PageObjectParentContext pageContext, String prefix, String search) Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.search with parameters of type PageObjectContextModifier and TypeMethodDescriptionboolean
DependantIdHierarchyFilterProvider.apply
(PageObjectContext pageObjectContext, String filter) boolean
IdHierarchyFilterProvider.apply
(PageObjectContext pageObjectContext, String filter) boolean
NameHierarchyFilterProvider.apply
(PageObjectContext pageObjectContext, String filter) ComponentSearchManagerImpl.findInObject
(PageObjectContext rootObject, ComponentHierarchyFilterProvider provider, String search) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.util
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.util with parameters of type PageObjectContextModifier and TypeMethodDescriptionstatic int
PageObjectContextUtil.getOrderOnMoveAfter
(List<PageObjectContext> moveToList, PageObjectContext moveAfter) static int
PageObjectContextUtil.getOrderOnMoveBefore
(List<PageObjectContext> moveToList, PageObjectContext moveBefore) static void
PageObjectContextUtil.localizeObjectNames
(PageObjectContext root) Renames root and all its children according to localizationMethod parameters in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.util with type arguments of type PageObjectContextModifier and TypeMethodDescriptionstatic int
PageObjectContextUtil.getOrderOnMoveAfter
(List<PageObjectContext> moveToList, PageObjectContext moveAfter) static int
PageObjectContextUtil.getOrderOnMoveBefore
(List<PageObjectContext> moveToList, PageObjectContext moveBefore) -
Uses of PageObjectContext 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 PageObjectContextModifier and TypeFieldDescriptionprotected final PageObjectContext
ObjectRefPropertyEditor.pageObjectContext
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type PageObjectContextModifier and TypeMethodDescriptionprotected Collection<WebbpmMethod>
MethodValuePropertyEditor.getAllProperties
(PageObjectContext objectContext) protected abstract Collection<P>
ObjectRefPropertyEditor.getAllProperties
(PageObjectContext objectContext) protected Collection<WebbpmMethod>
ObjectValueClassPropertyEditor.getAllProperties
(PageObjectContext objectContext) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.util
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.util with parameters of type PageObjectContextModifier and TypeMethodDescriptionstatic Set<WebbpmMethod>
WebbpmReflectionHelper.getAllActionMethods
(PageObjectContext componentContext) static List<WebbpmMethod>
WebbpmReflectionHelper.getAllConditionMethods
(PageObjectContext objectContext) WebbpmReflectionHelper.getAllTsScripts
(PageObjectContext objectContext) static List<WebbpmMethod>
WebbpmReflectionHelper.getAllValueMethods
(PageObjectContext objectContext, ClassRef parameterClassRef) Загружает все методы, которые имеют не более одного параметра и возвращают нужный тип данных -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.ui_scripting
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting with parameters of type PageObjectContextModifier and TypeMethodDescriptionstatic List<EventProperty>
ActionHelper.getAllEventProperties
(PageObjectContext pageObjectContext) -
Uses of PageObjectContext in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type PageObjectContextModifier and TypeMethodDescriptionprotected Collection<WebbpmMethod>
ActionPropertyEditor.getAllProperties
(PageObjectContext objectContext) protected Collection<EventProperty>
EventRefPropertyEditor.getAllProperties
(PageObjectContext objectContext) protected Collection<WebbpmMethod>
ObjectPropertyEditorWithOperations.getAllProperties
(PageObjectContext objectContext)