Interface ServicesAssignmentHandler

  • All Known Implementing Classes:
    DefaultServicesAssignmentHandler

    public interface ServicesAssignmentHandler
    A ContentTypesAssignmentHandler.java is responsible for giving the available services for a given Zone. This list can be computed according any application needs, such as Rights of the logged in user, path of the Page, ...
    • Field Detail

    • Method Detail

      • getAvailableServices

        Set<StringgetAvailableServices​(Page page,
                                         String zoneName)
        Returns the list of available services for a given Zone.
        Parameters:
        page - the Page to consider
        zoneName - the zone name to consider
        Returns:
        the list of available services ' id for a given Page and Zone