Class RoleActionsRunner

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Component
    public abstract class RoleActionsRunner
    extends java.lang.Object
    implements groovy.lang.GroovyObject
    • Constructor Detail

      • RoleActionsRunner

        public RoleActionsRunner()
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • getRoleActionDelegate

        @Lookup("roleActionDelegate")
        public abstract RoleActionDelegate getRoleActionDelegate()