Interface PrismReference

All Superinterfaces:
DebugDumpable, Freezable, Item<PrismReferenceValue,PrismReferenceDefinition>, Itemable, ParentVisitable, PathVisitable, Revivable, Serializable, Visitable

public interface PrismReference extends Item<PrismReferenceValue,PrismReferenceDefinition>
Object Reference is a property that describes reference to an object. It is used to represent association between objects. For example reference from User object to Account objects that belong to the user. The reference is a simple uni-directional link using an OID as an identifier. This type should be used for all object references so the implementations can detect them and automatically resolve them.
Author:
semancik