Interface ExecutionContextOnTable

All Superinterfaces:
ExecutionContext, ExecutionContextOnDataset, ExecutionContextOnDataspace
All Known Subinterfaces:
ExecutionContextOnField

public interface ExecutionContextOnTable extends ExecutionContextOnDataset
Context for execution of a function at the table level.
Since:
4.2.0
See Also:
  • Method Details

    • getCurrentTable

      com.onwbp.adaptation.AdaptationTable getCurrentTable()
      Returns the current table.
    • getXpathFilterPredicate

      String getXpathFilterPredicate()
      Returns the XPath predicate to filter records.
    • isLinkedRecordEnabled

      boolean isLinkedRecordEnabled()
      Returns true if linked records are enabled.
    • applyPermissionRules

      void applyPermissionRules(com.onwbp.adaptation.Request request)
      Activates permission rules on the request if the execution needs to compute personal data.
      Since:
      6.2.0
      See Also:
      • Request.setSession(Session)