Interface PredicatesService

  • All Known Implementing Classes:
    PredicatesServiceImpl

    public interface PredicatesService
    Service for predicates
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<de.digitalcollections.model.api.relations.Predicate> getPredicates()  
      de.digitalcollections.model.api.relations.Predicate save​(de.digitalcollections.model.api.relations.Predicate predicate)
      Saves a predicate.
    • Method Detail

      • getPredicates

        List<de.digitalcollections.model.api.relations.Predicate> getPredicates()
        Returns:
        list of all predicates
      • save

        de.digitalcollections.model.api.relations.Predicate save​(de.digitalcollections.model.api.relations.Predicate predicate)
        Saves a predicate. It can either be created or updated
        Parameters:
        predicate -
        Returns:
        the predicate