Class AccountUtilities.AggregateOptions

    • Constructor Detail

      • AggregateOptions

        public AggregateOptions()
        No-args constructor allowing all options to be configured using setters
      • AggregateOptions

        public AggregateOptions​(String applicationName,
                                Map<String,​Object> inputs)
        Constructs an AggregateOptions for importing the given Map as though it was returned from the given application.
        Parameters:
        applicationName - The name of the Application
        inputs - The input data
      • AggregateOptions

        public AggregateOptions​(sailpoint.object.Application application,
                                Map<String,​Object> inputs)
                         throws sailpoint.tools.GeneralException
        Constructs an AggregateOptions for importing the given Map as though it was returned from the given application.
        Parameters:
        application - The application
        inputs - The input data
        Throws:
        sailpoint.tools.GeneralException
      • AggregateOptions

        public AggregateOptions​(sailpoint.object.Application application,
                                sailpoint.object.ResourceObject inputs)
                         throws sailpoint.tools.GeneralException
        Constructs an AggregateOptions for importing the given Map as though it was returned from the given application.
        Parameters:
        application - The application
        inputs - The input data
        Throws:
        sailpoint.tools.GeneralException