Uses of Class
com.identityworksllc.iiq.common.iterators.ColumnToken
-
Packages that use ColumnToken Package Description com.identityworksllc.iiq.common.iterators -
-
Uses of ColumnToken in com.identityworksllc.iiq.common.iterators
Methods in com.identityworksllc.iiq.common.iterators that return ColumnToken Modifier and Type Method Description ColumnToken
ColumnConfig. getColumnToken()
Gets the parsed column token valueColumnToken
ResultSetIterator.ColumnOutput. getColumnToken()
Retrieves the ColumnToken objectColumnToken
ColumnConfig. getIfEmptyColumnToken()
Gets the column token for the ifEmpty fallback columnMethods in com.identityworksllc.iiq.common.iterators with parameters of type ColumnToken Modifier and Type Method Description static Object
ResultSetIterator. deriveTypedValue(sailpoint.api.SailPointContext context, Object input, ColumnToken token)
TODO invert this so we can use multiple argumentsA variant of deriveTypedValue that takes in a ColumnToken object rather than a String.
-