Interface ServiceImplementationInvoker

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ServiceImplementationInvoker
    Functional interface to invoke the implementation
    • Method Detail

      • invokeImplementation

        void invokeImplementation​(sailpoint.api.SailPointContext context)
                           throws sailpoint.tools.GeneralException
        Invokes the service implementation after doing whatever pre-work is required.

        By default, this simply invokes this::implementation.

        Throws:
        sailpoint.tools.GeneralException