Interface FilterContext


public interface FilterContext
Gets the data required for a filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current link being evaluated by the filter.
    com.orchestranetworks.instance.Repository
    Returns the current repository.
  • Method Details

    • getLink

      Link getLink()
      Returns the current link being evaluated by the filter.
    • getRepository

      com.orchestranetworks.instance.Repository getRepository()
      Returns the current repository.