public static class ObjectAssociation.Predicates extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<ObjectAssociation> |
ALL
All fields (that is, excludes out nothing).
|
static com.google.common.base.Predicate<ObjectAssociation> |
COLLECTIONS
Only fields that are for collections (ie 1:m associations)
|
static com.google.common.base.Predicate<ObjectAssociation> |
PROPERTIES
Only fields that are for properties (ie 1:1 associations)
|
static com.google.common.base.Predicate<ObjectAssociation> |
REFERENCE_PROPERTIES
Only fields that are for reference properties (ie 1:1 associations)
|
static com.google.common.base.Predicate<ObjectAssociation> |
VISIBLE_AT_LEAST_SOMETIMES
Only properties that are visible statically, ie have not been
unconditionally hidden at compile time.
|
static com.google.common.base.Predicate<ObjectAssociation> |
WHERE_VISIBLE_IN_COLLECTION_TABLE
Only fields that are for properties (ie 1:1 associations)
|
static com.google.common.base.Predicate<ObjectAssociation> |
WHERE_VISIBLE_IN_STANDALONE_TABLE
Only fields that are for properties (ie 1:1 associations)
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<ObjectAssociation> |
being(Contributed contributed) |
static com.google.common.base.Predicate<ObjectAssociation> |
dynamicallyVisible(AuthenticationSession session,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where) |
static com.google.common.base.Predicate<ObjectAssociation> |
enabled(AuthenticationSession session,
ObjectAdapter adapter,
org.apache.isis.applib.annotation.Where where) |
static com.google.common.base.Predicate<ObjectAssociation> |
staticallyVisible(org.apache.isis.applib.annotation.Where context) |
public static final com.google.common.base.Predicate<ObjectAssociation> PROPERTIES
public static final com.google.common.base.Predicate<ObjectAssociation> REFERENCE_PROPERTIES
public static final com.google.common.base.Predicate<ObjectAssociation> WHERE_VISIBLE_IN_COLLECTION_TABLE
public static final com.google.common.base.Predicate<ObjectAssociation> WHERE_VISIBLE_IN_STANDALONE_TABLE
public static final com.google.common.base.Predicate<ObjectAssociation> ALL
public static final com.google.common.base.Predicate<ObjectAssociation> COLLECTIONS
public static final com.google.common.base.Predicate<ObjectAssociation> VISIBLE_AT_LEAST_SOMETIMES
public static com.google.common.base.Predicate<ObjectAssociation> being(Contributed contributed)
public static final com.google.common.base.Predicate<ObjectAssociation> staticallyVisible(org.apache.isis.applib.annotation.Where context)
public static final com.google.common.base.Predicate<ObjectAssociation> dynamicallyVisible(AuthenticationSession session, ObjectAdapter target, org.apache.isis.applib.annotation.Where where)
public static final com.google.common.base.Predicate<ObjectAssociation> enabled(AuthenticationSession session, ObjectAdapter adapter, org.apache.isis.applib.annotation.Where where)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.