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 | Class and Description |
---|---|
class |
PropertyAdapter<V>
This class is an adapter that encapsulates a
FieldProperty and MethodProperty instance for a
property, giving a single view of a property and its related information independent of the member type: field or
method. |
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 © 2019 JBoss by Red Hat. All rights reserved.