Uses of Class
ru.cg.webbpm.script_metadata.models.FieldMetadata
Packages that use FieldMetadata
Package
Description
-
Uses of FieldMetadata in ru.cg.webbpm.script_metadata.models
Methods in ru.cg.webbpm.script_metadata.models that return FieldMetadataMethods in ru.cg.webbpm.script_metadata.models that return types with arguments of type FieldMetadataModifier and TypeMethodDescriptionClassMetadata.getFields()
ClassMetadata.getFieldsByType
(Class<?> clazz) ClassMetadata.getFieldsMap()
TypescriptClassMetadata.getFieldsMap()
Methods in ru.cg.webbpm.script_metadata.models with parameters of type FieldMetadataMethod parameters in ru.cg.webbpm.script_metadata.models with type arguments of type FieldMetadataModifier and TypeMethodDescriptionvoid
TypescriptClassMetadata.setFieldMetadataMap
(Map<String, FieldMetadata> fieldMetadataMap) void
ClassMetadata.setFields
(Map<String, FieldMetadata> fields) Constructors in ru.cg.webbpm.script_metadata.models with parameters of type FieldMetadata -
Uses of FieldMetadata in ru.cg.webbpm.studio.database.api
Methods in ru.cg.webbpm.studio.database.api with parameters of type FieldMetadata -
Uses of FieldMetadata in ru.cg.webbpm.studio.database.impl.entity_accessor
Methods in ru.cg.webbpm.studio.database.impl.entity_accessor with parameters of type FieldMetadataModifier and TypeMethodDescriptionboolean
DaoLocalFieldEntityAccessor.accept
(FieldMetadata fieldMetadata) boolean
PageDaoProviderEntityAccessor.accept
(FieldMetadata fieldMetadata) -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystem.scripting.scripting.core.utils
Methods in ru.cg.webbpm.studio.subsystem.scripting.scripting.core.utils with parameters of type FieldMetadataModifier and TypeMethodDescriptionstatic boolean
VisibilityChecker.isVisibleProperty
(FieldMetadata fieldMetadata, Collection<Variable> variables) Checks that property is visible. -
Uses of FieldMetadata 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 FieldMetadataModifier and TypeMethodDescriptionRpcEntitySourceConverter.convertModelProperty
(PropertyValue source, FieldMetadata metadata, PageObject pageObject) -
Uses of FieldMetadata 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 with parameters of type FieldMetadataModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type FieldMetadataModifier and TypeMethodDescriptionPropertyValueAdapterImpl.unmarshal
(XmlPropertyValue xml, PropertyValue proto, FieldMetadata metadata) -
Uses of FieldMetadata 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 FieldMetadataModifier and TypeMethodDescriptionstatic String
ScriptEditorUtils.getEventPropertyName
(FieldMetadata metadata, String keyPrefix) static String
ScriptEditorUtils.getFieldName
(FieldMetadata metadata, String keyPrefix) static String
ScriptEditorUtils.getFieldTooltip
(FieldMetadata metadata, String keyPrefix) -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base that return types with arguments of type FieldMetadataModifier and TypeMethodDescriptionstatic LinkedHashMap<FieldMetadata,
javafx.scene.Node> PropertyEditorHelper.getAdvancedNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) static LinkedHashMap<FieldMetadata,
javafx.scene.Node> PropertyEditorHelper.getRegularNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean
Fields in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean declared as FieldMetadataMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that return FieldMetadataMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type FieldMetadataModifier and TypeMethodDescriptionstatic PropertyValue
PropertyValue.array
(FieldMetadata metadata, PropertyValue parentPropValue) static ArrayItem
ArrayItem.complex
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.complex
(FieldMetadata metadata, PropertyValue parentPropValue) static PropertyValue
PropertyValue.empty
(FieldMetadata metadata, PropertyValue parentPropValue) ComplexValue.getOrEmpty
(FieldMetadata field) static PropertyValue
PropertyValue.simple
(Object target, FieldMetadata metadata, PropertyValue parentPropValue) Constructors in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type FieldMetadataModifierConstructorDescriptionprotected
PropertyValue
(Map<String, PropertyValue> complexValue, FieldMetadata fieldMetadata) PropertyValue
(FieldMetadata fieldMetadata) PropertyValue
(PropertyValue other, FieldMetadata metadata) protected
PropertyValue
(PrototypedList<ArrayItem> arrayValue, FieldMetadata fieldMetadata) protected
PropertyValue
(PrototypedList<ArrayItem> array, ComplexValue complex, FieldMetadata metadata) -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.util
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.util that return FieldMetadataModifier and TypeMethodDescriptionstatic FieldMetadata
MetadataUtil.getNonArray
(FieldMetadata arrayMetadata) Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.util with parameters of type FieldMetadataModifier and TypeMethodDescriptionstatic FieldMetadata
MetadataUtil.getNonArray
(FieldMetadata arrayMetadata) -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystems.ui_scripting
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting with parameters of type FieldMetadataModifier and TypeMethodDescriptionstatic ConditionOperation[]
ActionHelper.getOperations
(FieldMetadata fieldMetadata) Deprecated. -
Uses of FieldMetadata in ru.cg.webbpm.studio.subsystems.ui_scripting.bean
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.bean that return FieldMetadataConstructors in ru.cg.webbpm.studio.subsystems.ui_scripting.bean with parameters of type FieldMetadataModifierConstructorDescriptionEventProperty
(ClassRef classRef, FieldMetadata fieldMetadata, String prototypeId, String localizedPropertyName)