Interface PrivateContextObjectConsumer<T>

    • Method Detail

      • threadExecute

        Object threadExecute​(sailpoint.api.SailPointContext threadContext,
                             Map<String,​Object> parameters,
                             T obj)
                      throws sailpoint.tools.GeneralException
        Executes the operation on the item
        Parameters:
        threadContext - A private context for the current thread
        parameters - Any relevant input parameters for the operation
        obj - The item on which to operate
        Returns:
        An arbitrary output, which can be ignored or not
        Throws:
        sailpoint.tools.GeneralException - if any failures occur during execution