Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.logic.action.context.RoleContext
-
-
Uses of RoleContext in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type RoleContext Modifier and Type Method Description java.lang.Object
RoleActionDelegate. init(Action action, RoleContext roleContext)
java.lang.Object
RoleActionDelegate. init(Action action, RoleContext roleContext, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of RoleContext in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.runner
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.runner with parameters of type RoleContext Modifier and Type Method Description void
RoleActionsRunner. run(Action action, RoleContext roleContext, java.util.Map<java.lang.String,java.lang.String> params)
-