Class AbstractLicensedControllerPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      ch.exense.licensing.model.ResourceId getLicensingResourceId()  
      protected abstract java.lang.String getModuleName()  
      void setAllowed​(ch.exense.licensing.model.ResourceId resId, boolean allowed)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, canBeDisabled, getExecutionEnginePlugin, getWebPlugin, initializeData, migrateData, serverStart, serverStop
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbstractLicensedControllerPlugin

        public AbstractLicensedControllerPlugin()
    • Method Detail

      • getModuleName

        protected abstract java.lang.String getModuleName()
      • getLicensingResourceId

        public ch.exense.licensing.model.ResourceId getLicensingResourceId()
      • setAllowed

        public void setAllowed​(ch.exense.licensing.model.ResourceId resId,
                               boolean allowed)