Uses of Class
com.identityworksllc.iiq.common.vo.Outcome
-
Packages that use Outcome Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ developmentcom.identityworksllc.iiq.common.threads com.identityworksllc.iiq.common.vo -
-
Uses of Outcome in com.identityworksllc.iiq.common
Subclasses of Outcome in com.identityworksllc.iiq.common Modifier and Type Class Description class
AggregationOutcome
A data class for returning the outcome of the aggregation event -
Uses of Outcome in com.identityworksllc.iiq.common.threads
Fields in com.identityworksllc.iiq.common.threads declared as Outcome Modifier and Type Field Description protected Outcome
SailPointWorker. outcome
An Outcome object allowing subclasses to provide output -
Uses of Outcome in com.identityworksllc.iiq.common.vo
Methods in com.identityworksllc.iiq.common.vo that return Outcome Modifier and Type Method Description static Outcome
Outcome. start()
Create and start a new Outcome object.
-