|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| com.atlassian.crowd.search.builder | |
| com.atlassian.crowd.search.query.entity.restriction | |
| com.atlassian.crowd.search.query.entity.restriction.constants | |
| Uses of Property in com.atlassian.crowd.search.builder |
|---|
| Methods in com.atlassian.crowd.search.builder with parameters of type Property | ||
|---|---|---|
static
|
Restriction.on(Property<T> property)
Returns an intermediate form of a property restriction. |
|
| Constructors in com.atlassian.crowd.search.builder with parameters of type Property | |
|---|---|
Restriction.RestrictionWithProperty(Property<T> property)
|
|
| Uses of Property in com.atlassian.crowd.search.query.entity.restriction |
|---|
| Classes in com.atlassian.crowd.search.query.entity.restriction that implement Property | |
|---|---|
class |
PropertyImpl<V>
|
| Methods in com.atlassian.crowd.search.query.entity.restriction that return Property | |
|---|---|
Property<T> |
PropertyRestriction.getProperty()
Returns the property to match on. |
Property<T> |
TermRestriction.getProperty()
|
static Property<Boolean> |
PropertyUtils.ofTypeBoolean(String name)
|
static Property<Enum> |
PropertyUtils.ofTypeEnum(String name)
|
static Property<String> |
PropertyUtils.ofTypeString(String name)
|
| Constructors in com.atlassian.crowd.search.query.entity.restriction with parameters of type Property | |
|---|---|
TermRestriction(Property<T> property,
MatchMode matchMode,
T value)
Constructs a restriction based on an entity property value and match mode. |
|
TermRestriction(Property<T> property,
T value)
|
|
| Uses of Property in com.atlassian.crowd.search.query.entity.restriction.constants |
|---|
| Fields in com.atlassian.crowd.search.query.entity.restriction.constants declared as Property | |
|---|---|
static Property<Boolean> |
GroupTermKeys.ACTIVE
|
static Property<Boolean> |
UserTermKeys.ACTIVE
|
static Property<Date> |
GroupTermKeys.CREATED_DATE
|
static Property<Date> |
UserTermKeys.CREATED_DATE
|
static Property<String> |
UserTermKeys.DISPLAY_NAME
|
static Property<String> |
UserTermKeys.EMAIL
|
static Property<String> |
UserTermKeys.FIRST_NAME
|
static Property<String> |
UserTermKeys.LAST_NAME
|
static Property<Boolean> |
GroupTermKeys.LOCAL
|
static Property<String> |
GroupTermKeys.NAME
|
static Property<Date> |
GroupTermKeys.UPDATED_DATE
|
static Property<Date> |
UserTermKeys.UPDATED_DATE
|
static Property<String> |
UserTermKeys.USERNAME
|
| Fields in com.atlassian.crowd.search.query.entity.restriction.constants with type parameters of type Property | |
|---|---|
static Iterable<Property<?>> |
GroupTermKeys.ALL_GROUP_PROPERTIES
|
static Iterable<Property<?>> |
UserTermKeys.ALL_USER_PROPERTIES
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||