Uses of Interface
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean.PropertyContext
Packages that use PropertyContext
Package
Description
-
Uses of PropertyContext in ru.cg.webbpm.studio.database.api
Methods in ru.cg.webbpm.studio.database.api with parameters of type PropertyContextModifier 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 PropertyContext in ru.cg.webbpm.studio.database.impl.entity_accessor
Methods in ru.cg.webbpm.studio.database.impl.entity_accessor with parameters of type PropertyContextModifier 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) 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 PropertyContext in ru.cg.webbpm.studio.database.validation
Methods in ru.cg.webbpm.studio.database.validation with parameters of type PropertyContextModifier 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 PropertyContext in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl
Methods in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl with parameters of type PropertyContextModifier 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 PropertyContext in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans
Classes in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans that implement PropertyContext -
Uses of PropertyContext in ru.cg.webbpm.studio.subsystems.reporting.validation
Methods in ru.cg.webbpm.studio.subsystems.reporting.validation with parameters of type PropertyContextModifier and TypeMethodDescriptionboolean
ReportTemplateValidator.accept
(PropertyValue propertyValue, PropertyType<?> propertyType, PropertyContext propertyContext) ReportTemplateValidator.validate
(PropertyValue propertyValue, Object scriptContext, PropertyContext propertyContext) -
Uses of PropertyContext in ru.cg.webbpm.studio.subsystems.script_editor.editor.api
Fields in ru.cg.webbpm.studio.subsystems.script_editor.editor.api declared as PropertyContextModifier and TypeFieldDescriptionprotected final PropertyContext
AbstractPropertyEditor.propertyContext
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api with parameters of type PropertyContextModifier 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 PropertyContext 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 PropertyContextMethods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean with parameters of type PropertyContextModifier and TypeMethodDescriptionvoid
PropertyEditorContext.setPropertyContext
(PropertyContext propertyContext) -
Uses of PropertyContext 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 PropertyContextModifier 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 PropertyContext in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean
Classes in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that implement PropertyContextModifier and TypeClassDescriptionclass
Class that stores a property value alongside with metadata. -
Uses of PropertyContext 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 PropertyContextModifier 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 PropertyContext 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 PropertyContextModifier 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 PropertyContext 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 PropertyContextModifier 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)