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 ColumnTokenColumnConfig. getColumnToken()Gets the parsed column token valueColumnTokenResultSetIterator.ColumnOutput. getColumnToken()Retrieves the ColumnToken objectColumnTokenColumnConfig. 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 ObjectResultSetIterator. 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.
 
 -