wt.fc
Interface WTReference

All Superinterfaces:
NetFactor, ObjectMappable, Serializable
All Known Implementing Classes:
AdminDomainRef, CabinetReference, wt.fc.CachedObjectReference, ConfigurationItemReference, DataOccurrenceReference, ObjectReference, UsesOccurrenceReference, VersionReference, ViewReference, WTContainerRef, WTPrincipalReference

public interface WTReference
extends ObjectMappable

Interface that defines the basic notion of holding a reference to a Persistable object. The form of the reference is defined via a QueryKey.

Supported API: true

Extendable: true


Field Summary
static String OBJECT
          Label for the attribute.
 
Method Summary
 Persistable getObject()
          Gets the object for the association that plays role: OBJECT.
 

Field Detail

OBJECT

static final String OBJECT
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getObject

Persistable getObject()
                      throws WTRuntimeException
Gets the object for the association that plays role: OBJECT.

Supported API: true

Returns:
Persistable
Throws:
WTRuntimeException