Interface ActionLifecycle

All Known Implementing Classes:
ActionAsyncTask, ActionBase, ActionCompact, ActionContainerItem, ActionCtl, ActionItem, ActionMetrics, ActionREST, ActionService, ActionServicePlaceholder, ActionSleep, ActionStats, ActionStatsText, ActionTasks, BaseActionREST, GSP_Base, GSP_R, GSP_RW, NoOpActionService, PatchApplyService, SHACL_Validation, SPARQL_QueryDataset, SPARQL_QueryGeneral.SPARQL_QueryProc, SPARQL_Update, SPARQLQueryProcessor, UploadRDF

public interface ActionLifecycle
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The perform step of a request
    void
    The validation step of a request
  • Method Details

    • validate

      void validate(HttpAction action)
      The validation step of a request
    • execute

      void execute(HttpAction action)
      The perform step of a request