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 AggregationOutcome
AccountUtilities. aggregateAccount(AccountUtilities.AggregateOptions options)
Executes an aggregation according to the given options.AggregationOutcome
AccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity)
AggregationOutcome
AccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity, boolean forceAggregate)
AggregationOutcome
AccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity, boolean forceAggregate, Map<String,Object> arguments)
Aggregates the given account information into IIQ, given only a nativeIdentity.AggregationOutcome
AccountUtilities. aggregateAccount(String application, String id, boolean refreshIdentity, Map<String,Object> arguments)
Aggregates the given account information into IIQ, given only a nativeIdentity.AggregationOutcome
AccountUtilities. aggregateAccount(String application, Map<String,Object> resource)
AggregationOutcome
AccountUtilities. 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 dataAggregationOutcome
AccountUtilities. aggregateAccount(sailpoint.object.Application appObject, sailpoint.connector.Connector appConnector, sailpoint.object.ResourceObject rObj, boolean refreshIdentity)
AggregationOutcome
AccountUtilities. aggregateAccount(sailpoint.object.Application appObject, sailpoint.connector.Connector appConnector, sailpoint.object.ResourceObject resource, boolean refreshIdentity, Map<String,Object> aggregateArguments)
Aggregates the givenResourceObject
into IIQ as though it was pulled in via an aggregation task
-