Class PlanTable

    • Constructor Detail

      • PlanTable

        public PlanTable​(step.core.collections.Collection<Plan> collection)
    • Method Detail

      • getAdditionalQueryFragments

        public java.util.List<step.core.collections.Filter> getAdditionalQueryFragments​(javax.json.JsonObject queryParameters)
        Specified by:
        getAdditionalQueryFragments in interface Table<Plan>
        Overrides:
        getAdditionalQueryFragments in class AbstractTable<Plan>
        Parameters:
        queryParameters - some context parameters that might be required to generate the additional query fragments
        Returns:
        a list of query fragments to be appended to the queries when calling the method find()