Class GroovyScriptBind
java.lang.Object
com.codingapi.flow.script.request.GroovyScriptBind
流程groovy脚本绑定对象 $bind
def run(request){
$bind.getRecordById(1);
}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOperatorsByIds(List<Long> ids) <T> T<T> T<T> List<T>getOperatorById(long userId) getRecordById(long id)
-
Constructor Details
-
GroovyScriptBind
public GroovyScriptBind()
-
-
Method Details
-
getBean
-
getBean
-
getBeans
-
getRecordById
-
getOperatorById
-
findOperatorsByIds
-