Package wt.facade.persistedcollection
Class PersistedCollectionReference
java.lang.Object
wt.fc._ObjectReference
wt.fc.ObjectReference
wt.facade.persistedcollection._PersistedCollectionReference
wt.facade.persistedcollection.PersistedCollectionReference
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,_WTReference,NetFactor,ObjectMappable,WTReference,Evolvable
@GenAsObjectMappable(superClass=ObjectReference.class,
versions=6273535935738757412L,
properties=@GeneratedProperty(name="filterStates",type=int.class,initialValue="0",javaDoc="Current filtering states of persisted collection member.",accessors=@PropertyAccessors(setAccess=PACKAGE,setExceptions={}),columnProperties=@ColumnProperties(persistent=false)))
public class PersistedCollectionReference
extends wt.facade.persistedcollection._PersistedCollectionReference
Reference to a persisted collection member object. This type of reference carries
the filter state of the member object.
Use the newPersistedCollectionReference static factory method(s),
not the nPersistedCollectionReference constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.fc._ObjectReference
OBJECT -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if member is filtered out.booleanReturn true if member is filtered out by a defined filtered.Methods inherited from class wt.fc.ObjectReference
equals, getKey, getObject, hashCode, newObjectReference, newObjectReference, references, refresh, setObject, toString
-
Method Details
-
isFilteredOut
public boolean isFilteredOut()Return true if member is filtered out.
Supported API: true -
isFilteredOutIgnoreAdHocs
public boolean isFilteredOutIgnoreAdHocs()Return true if member is filtered out by a defined filtered. This method ignores the effects of ad-hoc filters and overrides, if any, and returns the underlying filter state.
Supported API: true
-