Uses of Interface
com.identityworksllc.iiq.common.PlanBuilder.ExistingLinkModifier
-
Packages that use PlanBuilder.ExistingLinkModifier Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of PlanBuilder.ExistingLinkModifier in com.identityworksllc.iiq.common
Subinterfaces of PlanBuilder.ExistingLinkModifier in com.identityworksllc.iiq.common Modifier and Type Interface Description static interfacePlanBuilder.AccountRequestModifierCan modify the given account requeststatic interfacePlanBuilder.AnyModifierCan be used in any contextstatic interfacePlanBuilder.OperationModifierHandles the case of a string parameter to operation()static interfacePlanBuilder.PlanModifierCan modify the given provisioning planMethods in com.identityworksllc.iiq.common with parameters of type PlanBuilder.ExistingLinkModifier Modifier and Type Method Description static sailpoint.object.ProvisioningPlanPlanBuilder. plan(sailpoint.object.Link toModify, PlanBuilder.ExistingLinkModifier... modifiers)Creates a provisioning plan based on the given link and any modifiers.
-