Uses of Class
ru.cg.webbpm.script_metadata.models.ClassRef
Packages that use ClassRef
Package
Description
-
Uses of ClassRef in ru.cg.webbpm.packages.base.converters.util
Methods in ru.cg.webbpm.packages.base.converters.util with parameters of type ClassRefModifier and TypeMethodDescriptionstatic boolean
MetadataUtils.checkAbsenceOfScriptFromMetadata
(ClassRef[] classRefs, MetadataManager metadataManager, org.slf4j.Logger logger) static List<PropertyValue>
PageObjectUtils.getPropertyValuesWithExactRef
(PageObject pageObject, ClassRef classRef) static List<PropertyValue>
ScriptUtils.getPropertyValuesWithExactRef
(Script script, ClassRef classRef) static List<PropertyValue>
PageObjectUtils.getPropertyValuesWithInheritedRef
(PageObject pageObject, ClassRef classRef, MetadataManager metadataManager) static List<PropertyValue>
ScriptUtils.getPropertyValuesWithInheritedRef
(Script script, ClassRef classRef, MetadataManager metadataManager) PageObjectUtils.getScriptWithExactClassRef
(PageObject pageObject, ClassRef scriptRef) PageObjectUtils.getScriptWithExactClassRef
(PageObject pageObject, ClassRef scriptRef, boolean withRemoved) PageObjectUtils.getScriptWithInheritedClassRef
(PageObject pageObject, ClassRef scriptRef, MetadataManager metadataManager) static boolean
ScriptUtils.isInherited
(Script script, ClassRef scriptRef, MetadataManager metadataManager) -
Uses of ClassRef in ru.cg.webbpm.packages.base.converters.v3_139
Constructors in ru.cg.webbpm.packages.base.converters.v3_139 with parameters of type ClassRefModifierConstructorDescriptionObjectValueToValueConverter
(ClassRef scriptRef, MetadataManager metadataManager) -
Uses of ClassRef in ru.cg.webbpm.script_metadata.models
Fields in ru.cg.webbpm.script_metadata.models declared as ClassRefModifier and TypeFieldDescriptionstatic final ClassRef
TypescriptClassMetadata.ANY
static final ClassRef
TypescriptClassMetadata.BOOLEAN
static final ClassRef
TypescriptClassMetadata.DATE
static final ClassRef
TypescriptClassMetadata.NUMBER
static final ClassRef
TypescriptClassMetadata.OBJECT
static final ClassRef
TypescriptClassMetadata.PROMISE
static final ClassRef
TypescriptClassMetadata.STRING
static final ClassRef
TypescriptClassMetadata.SYMBOL
static final ClassRef
TypescriptClassMetadata.VOID
Fields in ru.cg.webbpm.script_metadata.models with type parameters of type ClassRefMethods in ru.cg.webbpm.script_metadata.models that return ClassRefModifier and TypeMethodDescriptionstatic ClassRef
ClassRef.empty()
abstract ClassRef
ClassMetadata.getClassRef()
JavaClassMetadata.getClassRef()
MetadataConflictException.getClassRef()
TypescriptClassMetadata.getClassRef()
static ClassRef
static ClassRef
Получить classRef по полному имени, к примеру java.lang.Longstatic ClassRef
static ClassRef
Methods in ru.cg.webbpm.script_metadata.models with parameters of type ClassRefModifier and TypeMethodDescriptionboolean
ClassMetadata.isMeOrParent
(ClassRef classRef) Является ли он моим родителемboolean
TypescriptClassMetadata.isMeOrParent
(ClassRef classRef) Constructors in ru.cg.webbpm.script_metadata.models with parameters of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.bpmn.configuration_step
Methods in ru.cg.webbpm.studio.subsystems.bpmn.configuration_step that return types with arguments of type ClassRefModifier and TypeMethodDescriptionProcessContextBeanGeneratorImpl.extendClasses()
ProcessContextBeanGeneratorImpl.imports()
Method parameters in ru.cg.webbpm.studio.subsystems.bpmn.configuration_step with type arguments of type ClassRefModifier and TypeMethodDescriptionProcessContextBeanGeneratorImpl.generateSource
(WebbpmProcess webbpmProcess, String className, Set<ClassRef> imports) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context that return types with arguments of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context that return types with arguments of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector
Methods in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector with parameters of type ClassRefModifier and TypeMethodDescriptionvoid
WebbpmServiceTaskInspector.changed
(javafx.beans.value.ObservableValue<? extends ClassRef> observable, ClassRef oldValue, ClassRef newValue) Method parameters in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector with type arguments of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.ui
Fields in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.ui declared as ClassRefConstructor parameters in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.inspector.ui with type arguments of type ClassRefModifierConstructorDescriptionTaskHandlerComboBox
(javafx.collections.ObservableList<ClassRef> items) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.components.localization
Methods in ru.cg.webbpm.studio.subsystems.components.localization with parameters of type ClassRefModifier and TypeMethodDescriptionComponentLocalizationManager.getScriptLocalizedNameByClassRef
(ClassRef classRef) ComponentLocalizationManager.getScriptLocalizedTooltipByClassRef
(ClassRef classRef) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.synthetic
Methods in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.synthetic that return types with arguments of type ClassRefModifier and TypeMethodDescriptionGeneratedClassNames.getAllClasses()
SyntheticClassNameProviderImpl.getAllClasses()
-
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.jndi.manager
Methods in ru.cg.webbpm.studio.subsystems.jndi.manager with parameters of type ClassRefModifier and TypeMethodDescriptionJndiResourceManager.matchingResources
(ClassRef classRef) Performs direct match without class hierarchy checks. -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.jndi.manager.impl
Methods in ru.cg.webbpm.studio.subsystems.jndi.manager.impl that return types with arguments of type ClassRefModifier and TypeMethodDescriptionJndiResourcesByTypeIndexImpl.getIndexer()
JndiResourcesByTypeIndexImpl.getName()
Methods in ru.cg.webbpm.studio.subsystems.jndi.manager.impl with parameters of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.backend
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.backend that return types with arguments of type ClassRefModifier and TypeMethodDescriptionPageContextBeanGeneratorImpl.extendClasses()
PageContextBeanGeneratorImpl.imports()
Method parameters in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.backend with type arguments of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.backend.bean
Methods in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.backend.bean that return types with arguments of type ClassRefConstructor parameters in ru.cg.webbpm.studio.subsystems.page_designer.codegen.impl.backend.bean with type arguments of type ClassRefModifierConstructorDescriptionGeneratedMethod
(String methodName, String source, Set<ClassRef> imports) -
Uses of ClassRef 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 ClassRefModifierConstructorDescriptionObjectClassRefField
(ClassRef baseClassRef, PageObjectContext pageObjectContext) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.impl.bean
Methods in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.impl.bean that return ClassRefConstructors in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.impl.bean with parameters of type ClassRef -
Uses of ClassRef 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 ClassRefMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type ClassRefModifier and TypeMethodDescriptionboolean
PageObject.hasEnabledScript
(ClassRef classRef) boolean
Check that specified object has a script of specified type or any of its subtypes (i.e. such a script thatscript instanceof classRef
is true)Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type ClassRefModifierConstructorDescriptionScript
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, Map<String, PropertyValue> propertyValues) Script
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, ComplexValue values) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml that return ClassRefMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml with parameters of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.property
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.property that return ClassRefConstructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.property with parameters of type ClassRefModifierConstructorDescriptionObjectClassRef
(String objectId, ClassRef classRef) ObjectClassRef
(ObjectRef objectRef, ClassRef classRef) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api that return ClassRefMethods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api that return types with arguments of type ClassRefMethod parameters in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api with type arguments of type ClassRefModifier and TypeMethodDescriptionBackendCodeGenerator.generateScriptValue
(String methodName, Script script, PageObject pageObject, Set<ClassRef> imports) Сгенерировать методы для инжекта значений скриптаConstructors in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api with parameters of type ClassRefConstructor parameters in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api with type arguments of type ClassRefModifierConstructorDescriptionBackendGeneratedSource
(String source, Set<ClassRef> imports) FrontendGeneratedSource
(String source, Set<ClassRef> imports) FrontendGeneratedSource
(String source, Set<ClassRef> imports, boolean isComponentScript) -
Uses of ClassRef 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 ClassRefMethod parameters in ru.cg.webbpm.studio.subsystems.script_editor.codegen.api.utils with type arguments of type ClassRefModifier and TypeMethodDescriptionstatic void
FrontendGenerationContextHolder.setImportsToGenerate
(Set<ClassRef> imports) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl
Method parameters in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl with type arguments of type ClassRefModifier and TypeMethodDescriptionBackendCodeGeneratorImpl.generateScriptValue
(String methodName, Script script, PageObject pageObject, Set<ClassRef> imports) Сгенерировать методы для инжекта значений скрипта -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl.bean.frontend
Methods in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl.bean.frontend that return ClassRefConstructors in ru.cg.webbpm.studio.subsystems.script_editor.codegen.impl.bean.frontend with parameters of type ClassRefModifierConstructorDescriptionFrontendBeanValue
(ClassRef classRef, String parentId, Set<String> interfaces, Set<Map.Entry<String, FrontendNodeValue>> nodeValues, Set<Map.Entry<String, FrontendRefValue>> refValues) FrontendBeanValue
(ClassRef classRef, Set<String> interfaces, Set<Map.Entry<String, FrontendNodeValue>> nodeValues, Set<Map.Entry<String, FrontendRefValue>> refValues) -
Uses of ClassRef 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 ClassRefModifierConstructorDescriptionObjectValueClassPropertyEditor
(ComplexValue objectValueProperty, ClassRef parameterClassRef, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext context, Runnable onModified) -
Uses of ClassRef 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 ClassRefConstructors in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.bean with parameters of type ClassRefModifierConstructorDescriptionWebbpmMethod
(ClassRef classRef, MethodMetadata methodMetadata, String prototypeId) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.enums
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.enums that return ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ui
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.ui with parameters of type ClassRef -
Uses of ClassRef 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 ClassRefModifier and TypeMethodDescriptionstatic List<WebbpmMethod>
WebbpmReflectionHelper.getAllValueMethods
(PageObjectContext objectContext, ClassRef parameterClassRef) Загружает все методы, которые имеют не более одного параметра и возвращают нужный тип данных -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api with parameters of type ClassRefModifier and TypeMethodDescriptionPropertyType<?>
PropertyValueManager.getPropertyType
(AttributeMetadata attributeMetadata, ClassRef implRef) Returns property type, considers implRef (for example, for property of type any and string implRef this returns string property type) if implRef is null, simply callsPropertyValueManager.getPropertyType(AttributeMetadata)
TODO WEBBPMNEXT-5001 -
Uses of ClassRef 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 ClassRefMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that return ClassRefMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml that return ClassRefModifier and TypeMethodDescriptionXmlPropertyValue.getImplRef()
ClassRefAdapter.unmarshal
(XmlClassRef v) Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.xml with parameters of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl with parameters of type ClassRefModifier and TypeMethodDescriptionPropertyType<?>
PropertyValueManagerImpl.getPropertyType
(AttributeMetadata attributeMetadata, ClassRef implRef) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.scripting.compile.api
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.api with parameters of type ClassRefModifier and TypeMethodDescriptionMetadataManager.getAbsoluteClassFilePath
(ClassRef classRef) Получить полный путь к файлу класса из проектаMetadataManager.getMetadata
(ClassRef classRef) Получить метаданные по ClassRefMetadataManager.getPackage
(ClassRef classRef) Searches for a package that contains metadata for specified classMetadataManager.getSubClasses
(ClassRef classRef) Получить всех наследников класса / реализаций интерфейсаboolean
MetadataManager.isProjectClass
(ClassRef classRef) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.scripting.compile.impl
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl with parameters of type ClassRefModifier and TypeMethodDescriptionMetadataManagerImpl.getAbsoluteClassFilePath
(ClassRef classRef) MetadataManagerImpl.getMetadata
(ClassRef classRef) MetadataManagerImpl.getPackage
(ClassRef classRef) MetadataManagerImpl.getSubClasses
(ClassRef classRef) boolean
MetadataManagerImpl.isProjectClass
(ClassRef classRef) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata
Fields in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata with type parameters of type ClassRefMethods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata that return types with arguments of type ClassRef -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.scripting.springbean.generation.api
Methods in ru.cg.webbpm.studio.subsystems.scripting.springbean.generation.api that return ClassRefMethods in ru.cg.webbpm.studio.subsystems.scripting.springbean.generation.api that return types with arguments of type ClassRefModifier and TypeMethodDescriptionAbstractSpringBeanGenerator.extendClasses()
JavaClassTemplate.getExtendClasses()
JavaClassTemplate.getImplementClasses()
JavaClassTemplate.getImportedClasses()
protected abstract Collection<ClassRef>
AbstractSpringBeanGenerator.imports()
Method parameters in ru.cg.webbpm.studio.subsystems.scripting.springbean.generation.api with type arguments of type ClassRefModifier and TypeMethodDescriptionprotected abstract String
AbstractSpringBeanGenerator.generateSource
(T object, String className, Set<ClassRef> imports) Constructors in ru.cg.webbpm.studio.subsystems.scripting.springbean.generation.api with parameters of type ClassRefModifierConstructorDescriptionJavaClassTemplate
(ClassRef classRef) JavaClassTemplate
(ClassRef classRef, String source) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.ui_scripting
Fields in ru.cg.webbpm.studio.subsystems.ui_scripting declared as ClassRefModifier and TypeFieldDescriptionstatic final ClassRef
ActionClassRefs.UI_ACTION_CONTROLLER
static final ClassRef
ActionClassRefs.UI_ACTION_CONTROLLER_V2
static final ClassRef
ActionClassRefs.UI_CONDITION_GROUP
static final ClassRef
ActionClassRefs.UI_CONDITION_GROUP_V2
static final ClassRef
ActionClassRefs.UI_CONDITION_ONE
static final ClassRef
ActionClassRefs.UI_CONDITION_ONE_V2
static final ClassRef
ActionClassRefs.UI_EVENT_REF
static final ClassRef
ActionClassRefs.UI_VALIDATION_CONTROLLER
-
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.ui_scripting.bean
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.bean that return ClassRefConstructors in ru.cg.webbpm.studio.subsystems.ui_scripting.bean with parameters of type ClassRefModifierConstructorDescriptionEventProperty
(ClassRef classRef, FieldMetadata fieldMetadata, String prototypeId, String localizedPropertyName) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.ui_scripting.editor
Constructors in ru.cg.webbpm.studio.subsystems.ui_scripting.editor with parameters of type ClassRefModifierConstructorDescriptionConditionSecondPartPropertyEditor
(ComplexValue conditionProperty, ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager, ScriptContext scriptContext, Runnable onModified, ClassRef expectedReturnType) -
Uses of ClassRef in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.ui
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting.editor.ui with parameters of type ClassRefModifier and TypeMethodDescriptionvoid
ConditionPropertySelect.findAndSetValue
(ClassRef classRef, String propertyName, ConditionOperation operation) Deprecated.