Class WebbpmReflectionHelper
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.util.WebbpmReflectionHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<WebbpmMethod>
getAllActionMethods
(PageObjectContext componentContext) static List<WebbpmMethod>
getAllConditionMethods
(PageObjectContext objectContext) getAllTsScripts
(PageObjectContext objectContext) static List<WebbpmMethod>
getAllValueMethods
(PageObjectContext objectContext, ClassRef parameterClassRef) Загружает все методы, которые имеют не более одного параметра и возвращают нужный тип данных
-
Constructor Details
-
WebbpmReflectionHelper
public WebbpmReflectionHelper()
-
-
Method Details
-
getAllActionMethods
-
getAllTsScripts
-
getAllValueMethods
public static List<WebbpmMethod> getAllValueMethods(PageObjectContext objectContext, ClassRef parameterClassRef) Загружает все методы, которые имеют не более одного параметра и возвращают нужный тип данных -
getAllConditionMethods
-