Class FieldValuesCollector
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.util.FieldValuesCollector
- Author:
- m.popov
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Variable>
getVariables
(Script script) Returns variables of all fields and enums of script.static Collection<Variable>
getVariables
(PropertyValue propertyValue, ClassMetadata implClassMetadata) Returns variables of all fields and enums of property value.
-
Method Details
-
getVariables
Returns variables of all fields and enums of script.- Parameters:
script
- -- script where is the search.- Returns:
- collection of variables
Variable
-
getVariables
public static Collection<Variable> getVariables(PropertyValue propertyValue, ClassMetadata implClassMetadata) Returns variables of all fields and enums of property value.- Parameters:
propertyValue
- -- property value where is the search.implClassMetadata
- -- metadata of implementation of this property- Returns:
- collection of variables
Variable
-