| Package | Description |
|---|---|
| org.picketlink.common.properties | |
| org.picketlink.common.properties.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldProperty<V> |
interface |
MethodProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
static <V> Property<V> |
Properties.createProperty(Member member)
Create a JavaBean style property from the specified member
|
| Modifier and Type | Method and Description |
|---|---|
Property<V> |
PropertyQuery.getFirstResult()
Get the first result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getFirstWritableResult()
Get the first result from the query that is not marked as read only,
causing the query to be run.
|
Property<V> |
PropertyQuery.getSingleResult()
Get a single result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getWritableSingleResult()
Get a single result from the query that is not marked as read only,
causing the query to be run.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property<V>> |
PropertyQuery.getResultList()
Get the result from the query, causing the query to be run.
|
List<Property<V>> |
PropertyQuery.getWritableResultList()
Get the non read only results from the query, causing the query to be run.
|
Copyright © 2013 JBoss Inc.. All Rights Reserved.