Package org.forgerock.openig.sql
Class SqlAttributesContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.sql.SqlAttributesContext
- All Implemented Interfaces:
Context
Context holding the row found by an
SqlAttributesFilter
.-
Field Summary
Fields inherited from class org.forgerock.services.context.AbstractContext
data
-
Method Summary
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
Method Details
-
getRow
Get the full row as a map indexed by column name.- Returns:
- a map representing the row found by an
SqlAttributesFilter
.
-