Uses of Class
com.identityworksllc.iiq.common.AggregationOutcome
- 
Packages that use AggregationOutcome Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development - 
- 
Uses of AggregationOutcome in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return AggregationOutcome Modifier and Type Method Description AggregationOutcomeAccountUtilities. aggregateAccount(AccountUtilities.AggregateOptions options)Executes an aggregation according to the given options.AggregationOutcomeAccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity)AggregationOutcomeAccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity, boolean forceAggregate)AggregationOutcomeAccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity, boolean forceAggregate, Map<String,Object> arguments)Aggregates the given account information into IIQ, given only a nativeIdentity.AggregationOutcomeAccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity, Map<String,Object> arguments)Aggregates the given account information into IIQ, given only a nativeIdentity.AggregationOutcomeAccountUtilities. aggregateAccount(String application, Map<String,Object> resource)AggregationOutcomeAccountUtilities. aggregateAccount(String application, Map<String,Object> resource, Map<String,Object> arguments)Aggregates the given account information into IIQ, given the Map as the resource object dataAggregationOutcomeAccountUtilities. aggregateAccount(sailpoint.object.Application appObject, sailpoint.connector.Connector appConnector, sailpoint.object.ResourceObject rObj, boolean refreshIdentity)AggregationOutcomeAccountUtilities. aggregateAccount(sailpoint.object.Application appObject, sailpoint.connector.Connector appConnector, sailpoint.object.ResourceObject resource, boolean refreshIdentity, Map<String,Object> aggregateArguments)Aggregates the givenResourceObjectinto IIQ as though it was pulled in via an aggregation taskMethods in com.identityworksllc.iiq.common that return types with arguments of type AggregationOutcome Modifier and Type Method Description Map<sailpoint.tools.Pair<String,String>,AggregationOutcome>AccountUtilities. aggregateAccounts(AccountUtilities.MultipleAggregateOptions options)Aggregates a list of individual accounts according to the options provided.Map<sailpoint.tools.Pair<String,String>,AggregationOutcome>AccountUtilities. aggregateAccounts(String identity)Aggregates all accounts for the given identity, returning the same output asAccountUtilities.aggregateAccounts(MultipleAggregateOptions). 
 -