Interface ResourceReferenceHandler<T>

    • Method Detail

      • getPriority

        int getPriority()
        The priority of execution relative to the other Handlers. The lowest values have the highest priorities and execute first. For example a Handler with a priority of 100 will execute before one with a priority of 500.
        Returns:
        the execution priority
      • getSupportedResourceReferences

        List<T> getSupportedResourceReferences()
        Returns:
        the list of qualifying Resource References elements supported by this Handler (e.g Resource Type, Entity Resource Action)