Interface PropertyValueManager
- All Known Implementing Classes:
PropertyValueManagerImpl
public interface PropertyValueManager
- Author:
- krylov
-
Method Summary
Modifier and TypeMethodDescriptiongetImplClassMetadata
(PropertyValue propertyValue) PropertyType<?>
getPropertyType
(AttributeMetadata attributeMetadata) PropertyType<?>
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 callsgetPropertyType(AttributeMetadata)
TODO WEBBPMNEXT-5001
-
Method Details
-
getPropertyType
-
getPropertyType
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 callsgetPropertyType(AttributeMetadata)
TODO WEBBPMNEXT-5001- Parameters:
attributeMetadata
- script field metadataimplRef
- impl Ref, can be null- Returns:
- PropertyType<?>
-
getImplClassMetadata
-