Uses of Class
ru.cg.webbpm.script_metadata.models.ClassMetadata
Packages that use ClassMetadata
Package
Description
-
Uses of ClassMetadata in ru.cg.webbpm.script_metadata.models
Subclasses of ClassMetadata in ru.cg.webbpm.script_metadata.modelsFields in ru.cg.webbpm.script_metadata.models declared as ClassMetadataMethods in ru.cg.webbpm.script_metadata.models that return ClassMetadataModifier and TypeMethodDescriptionJavaClassMetadata.copy()
AnnotationMetadata.getClassMetadataValue
(String key) ClassMetadata.getComponentType()
FieldMetadata.getDeclaringClass()
MethodMetadata.getDeclaringClass()
ClassMetadata.getGenericType()
MethodMetadata.getReturnType()
ClassMetadata.getSuperClass()
AttributeMetadata.getType()
protected abstract ClassMetadata
ClassMetadata.newInstance()
protected ClassMetadata
JavaClassMetadata.newInstance()
protected ClassMetadata
TypescriptClassMetadata.newInstance()
Methods in ru.cg.webbpm.script_metadata.models that return types with arguments of type ClassMetadataModifier and TypeMethodDescriptionClassesMetadata.allValues()
ClassesMetadata.findByFilter
(Predicate<ClassMetadata> filter) ClassesMetadata.findByPackage
(String packageName) ClassesMetadata.findWithAnnotation
(Class<?> clazz) ClassesMetadata.findWithAnnotation
(String name) ClassesMetadata.findWithType
(ClassMetadata type) FieldMetadata.getActualGenericTypes()
ClassMetadata.getAllInheritedClasses()
ClassMetadata.getInterfaces()
MethodMetadata.getParameterTypes()
Methods in ru.cg.webbpm.script_metadata.models with parameters of type ClassMetadataModifier and TypeMethodDescriptionvoid
ClassesMetadata.add
(ClassMetadata classMetadata) ClassesMetadata.findWithType
(ClassMetadata type) boolean
ClassMetadata.isAssignableFrom
(ClassMetadata c) boolean
TypescriptClassMetadata.isAssignableFrom
(ClassMetadata c) static boolean
TypescriptClassMetadata.isBpmnVariableType
(ClassMetadata type) static boolean
TypescriptClassMetadata.isDateType
(ClassMetadata type) void
ClassMetadata.setComponentType
(ClassMetadata componentType) void
FieldMetadata.setDeclaringClass
(ClassMetadata declaringClass) void
MethodMetadata.setDeclaringClass
(ClassMetadata declaringClass) void
ClassMetadata.setGenericType
(ClassMetadata genericType) void
ClassMetadata.setSuperClass
(ClassMetadata superClass) void
AttributeMetadata.setType
(ClassMetadata type) Method parameters in ru.cg.webbpm.script_metadata.models with type arguments of type ClassMetadataModifier and TypeMethodDescriptionClassesMetadata.findByFilter
(Predicate<ClassMetadata> filter) void
FieldMetadata.setActualGenericTypes
(List<ClassMetadata> actualGenericTypes) void
ClassMetadata.setInterfaces
(List<ClassMetadata> interfaces) Constructors in ru.cg.webbpm.script_metadata.models with parameters of type ClassMetadataModifierConstructorDescriptionAttributeMetadata
(String name, ClassMetadata type, List<AnnotationMetadata> annotations) ClassMetadata
(ClassMetadata classMetadata) MethodMetadata
(String methodName, ClassMetadata returnType) MethodMetadata
(String methodName, ClassMetadata returnType, List<ParameterMetadata> parameters) ParameterMetadata
(String name, ClassMetadata type, List<AnnotationMetadata> annotations) -
Uses of ClassMetadata in ru.cg.webbpm.studio.database.impl.entity_accessor
Methods in ru.cg.webbpm.studio.database.impl.entity_accessor that return ClassMetadataModifier and TypeMethodDescriptionprotected ClassMetadata
AbstractEntityAccessor.getImplMetadata
(PropertyValue propertyValue) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context with parameters of type ClassMetadata -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type ClassMetadataModifier and TypeMethodDescriptionvoid
PageObjectContextImpl.addScript
(ClassMetadata classMetadata) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector.ui
Constructor parameters in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.inspector.ui with type arguments of type ClassMetadataModifierConstructorDescriptionScriptComponentAddDialog
(javafx.stage.Window owner, FileTypeRegistry fileTypeRegistry, List<ClassMetadata> availableScripts) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.api
Methods in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.api that return ClassMetadataModifier and TypeMethodDescriptionRpcSupportManager.getMetadata
(ClassMetadata originalType) Получить метаданные сгенерированного rpcClient или modelMethods in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.api with parameters of type ClassMetadataModifier and TypeMethodDescriptionRpcSupportManager.getMetadata
(ClassMetadata originalType) Получить метаданные сгенерированного rpcClient или modelboolean
RpcSupportManager.isGenerated
(ClassMetadata metadata) boolean
RpcSupportManager.isGeneratedFrom
(Class<?> sourceType, ClassMetadata generatedType) boolean
RpcSupportManager.isModel
(ClassMetadata candidate) Проверить это Model или нетboolean
RpcSupportManager.isRpcService
(ClassMetadata candidate) Проверить это rpcService или нет -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.impl
Methods in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.impl that return ClassMetadataModifier and TypeMethodDescriptionRpcGenerationService.getMetadata
(ClassMetadata originalType) RpcGenerationServiceImpl.getMetadata
(ClassMetadata originalType) RpcSupportManagerImpl.getMetadata
(ClassMetadata originalType) Methods in ru.cg.webbpm.studio.subsystems.page_designer.rpc_support.impl with parameters of type ClassMetadataModifier and TypeMethodDescriptionRpcGenerationService.getMetadata
(ClassMetadata originalType) RpcGenerationServiceImpl.getMetadata
(ClassMetadata originalType) RpcSupportManagerImpl.getMetadata
(ClassMetadata originalType) boolean
RpcGenerationService.isGenerated
(ClassMetadata metadata) boolean
RpcGenerationServiceImpl.isGenerated
(ClassMetadata metadata) boolean
RpcSupportManagerImpl.isGenerated
(ClassMetadata metadata) boolean
RpcGenerationService.isGeneratedFrom
(Class<?> sourceType, ClassMetadata generatedType) boolean
RpcGenerationServiceImpl.isGeneratedFrom
(Class<?> sourceType, ClassMetadata generatedType) boolean
RpcSupportManagerImpl.isGeneratedFrom
(Class<?> sourceType, ClassMetadata generatedType) boolean
RpcGenerationService.isModel
(ClassMetadata candidate) boolean
RpcGenerationServiceImpl.isModel
(ClassMetadata candidate) boolean
RpcSupportManagerImpl.isModel
(ClassMetadata candidate) boolean
RpcGenerationService.isRpcService
(ClassMetadata candidate) boolean
RpcGenerationServiceImpl.isRpcService
(ClassMetadata candidate) boolean
RpcSupportManagerImpl.isRpcService
(ClassMetadata candidate) -
Uses of ClassMetadata 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 ClassMetadataMethods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type ClassMetadataModifier and TypeMethodDescriptionPageObject.addScript
(ClassMetadata classMetadata) Adds a new script of specified classConstructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans with parameters of type ClassMetadataModifierConstructorDescriptionScript
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, Map<String, PropertyValue> propertyValues) Script
(String id, ClassRef classRef, Script prototype, ClassMetadata metadata, ComplexValue values) Script
(ClassMetadata type) -
Uses of ClassMetadata 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 ClassMetadataModifier and TypeMethodDescriptionPropertyValueAdapterBean.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util with parameters of type ClassMetadataModifier and TypeMethodDescriptionstatic Collection<Variable>
FieldValuesCollector.getVariables
(PropertyValue propertyValue, ClassMetadata implClassMetadata) Returns variables of all fields and enums of property value.static boolean
PageObjectUtils.isValidScriptMetadata
(ClassMetadata metadata) -
Uses of ClassMetadata 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 ClassMetadataModifier and TypeMethodDescriptionPropertyValueAdapterImpl.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType) PropertyValueAdapterImpl.unmarshal
(Map<String, XmlPropertyValue> complex, Map<String, PropertyValue> proto, ClassMetadata implType, PropertyValue parentPropValue) -
Uses of ClassMetadata 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 ClassMetadataModifier and TypeMethodDescriptionstatic boolean
FrontendScriptUtil.isAngularComponent
(ClassMetadata metadata) -
Uses of ClassMetadata 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 ClassMetadataModifier and TypeMethodDescriptionprotected ClassMetadata
MethodValuePropertyEditor.getValueType()
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ClassMetadataModifier 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 ClassMetadata in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api that return ClassMetadataModifier and TypeMethodDescriptionPropertyValueManager.getImplClassMetadata
(PropertyValue propertyValue) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean
Constructors in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type ClassMetadataModifierConstructorDescriptionComplexValue
(Map<String, PropertyValue> values, ClassMetadata metadata, PropertyValue valueOwner) -
Uses of ClassMetadata 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 ClassMetadataMethods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.util with parameters of type ClassMetadata -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.impl that return ClassMetadataModifier and TypeMethodDescriptionPropertyValueManagerImpl.getImplClassMetadata
(PropertyValue propertyValue) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.scripting.compile.api
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.api that return ClassMetadataModifier and TypeMethodDescriptionMetadataManager.getMetadata
(Class<?> type) MetadataManager.getMetadata
(ClassRef classRef) Получить метаданные по ClassRefMethods in ru.cg.webbpm.studio.subsystems.scripting.compile.api that return types with arguments of type ClassMetadataModifier and TypeMethodDescriptionMetadataManager.getJavaClassesMetadata
(Predicate<ClassMetadata> filter) MetadataManager.getJavaClassesWithType
(ClassMetadata type) Получить все метаданные только классов(не интерфейсы и не абстракные классы), которые являются самим типом или реализуют этот типMetadataManager.getJavaClassWithAnnotation
(Class<?> annotationClass) MetadataManager.getJavaClassWithAnnotation
(String annotationClass) MetadataManager.getSubClasses
(ClassRef classRef) Получить всех наследников класса / реализаций интерфейсаMetadataManager.getTsClassWithAnnotation
(String annotationClass) Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.api with parameters of type ClassMetadataModifier and TypeMethodDescriptionMetadataManager.getJavaClassesWithType
(ClassMetadata type) Получить все метаданные только классов(не интерфейсы и не абстракные классы), которые являются самим типом или реализуют этот типMethod parameters in ru.cg.webbpm.studio.subsystems.scripting.compile.api with type arguments of type ClassMetadataModifier and TypeMethodDescriptionMetadataManager.getJavaClassesMetadata
(Predicate<ClassMetadata> filter) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.scripting.compile.impl
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl that return ClassMetadataModifier and TypeMethodDescriptionMetadataManagerImpl.getMetadata
(Class type) MetadataManagerImpl.getMetadata
(ClassRef classRef) Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl that return types with arguments of type ClassMetadataModifier and TypeMethodDescriptionMetadataManagerImpl.getJavaClassesMetadata
(Predicate<ClassMetadata> filter) MetadataManagerImpl.getJavaClassesWithType
(ClassMetadata type) MetadataManagerImpl.getJavaClassWithAnnotation
(Class annotationClazz) MetadataManagerImpl.getJavaClassWithAnnotation
(String annotationClass) MetadataManagerImpl.getSubClasses
(ClassRef classRef) MetadataManagerImpl.getTsClassWithAnnotation
(String annotationClass) Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl with parameters of type ClassMetadataMethod parameters in ru.cg.webbpm.studio.subsystems.scripting.compile.impl with type arguments of type ClassMetadataModifier and TypeMethodDescriptionMetadataManagerImpl.getJavaClassesMetadata
(Predicate<ClassMetadata> filter) -
Uses of ClassMetadata in ru.cg.webbpm.studio.subsystems.ui_scripting
Methods in ru.cg.webbpm.studio.subsystems.ui_scripting with parameters of type ClassMetadataModifier and TypeMethodDescriptionstatic List<ConditionOperationV2>
ActionHelper.getOperationsV2
(ClassMetadata parameterType)