public final class CollapsedReference<T> extends Reference<T> implements Collapsed
Collapsed.Exceptions| Modifier and Type | Method and Description | 
|---|---|
| boolean | exists() | 
| T | get() | 
| java.util.Map<java.lang.Object,java.lang.Object> | getIdProperties()A map of properties key by the idProperty enum in the model class for the referent object. | 
| boolean | isExpanded()indicates a reference is expanded and can be resolved to an object by calling get, or whether
 the reference is collapsed and calling get will throw an exception. | 
| java.util.Iterator<T> | iterator() | 
| java.lang.Class | referentClass() | 
public boolean exists()
public boolean isExpanded()
ReferenceisExpanded in class Reference<T>public T get()
public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>public java.util.Map<java.lang.Object,java.lang.Object> getIdProperties()
ReferencegetIdProperties in class Reference<T>public java.lang.Class referentClass()
referentClass in class Reference<T>Copyright © 2003-2014 Atlassian. All Rights Reserved.