Class AbstractActionTransformer<D extends net.n2oapp.framework.api.metadata.meta.action.Action>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void mapSecurity​(net.n2oapp.framework.api.metadata.meta.action.AbstractAction compiled, java.lang.String pageId, java.lang.String objectId, java.lang.String operationId, java.lang.String url, net.n2oapp.framework.api.metadata.compile.CompileProcessor p)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CompiledClassAware

        getCompiledClass
      • Methods inherited from interface net.n2oapp.framework.api.metadata.compile.CompileTransformer

        transform
    • Constructor Detail

      • AbstractActionTransformer

        public AbstractActionTransformer()
    • Method Detail

      • mapSecurity

        protected void mapSecurity​(net.n2oapp.framework.api.metadata.meta.action.AbstractAction compiled,
                                   java.lang.String pageId,
                                   java.lang.String objectId,
                                   java.lang.String operationId,
                                   java.lang.String url,
                                   net.n2oapp.framework.api.metadata.compile.CompileProcessor p)