Class RoleActionsRunner
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.dataset.logic.action.runner.RoleActionsRunner
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
@Component public abstract class RoleActionsRunner extends java.lang.Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description RoleActionsRunner()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description groovy.lang.MetaClass
getMetaClass()
abstract RoleActionDelegate
getRoleActionDelegate()
void
run(Action action, RoleContext roleContext, java.util.Map<java.lang.String,java.lang.String> params)
void
setMetaClass(groovy.lang.MetaClass mc)
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
getRoleActionDelegate
@Lookup("roleActionDelegate") public abstract RoleActionDelegate getRoleActionDelegate()
-
run
public void run(Action action, RoleContext roleContext, java.util.Map<java.lang.String,java.lang.String> params)
-
-