Class PrismReferenceDefinitionImpl

All Implemented Interfaces:
Definition, Freezable, ItemDefinition<PrismReference>, ItemDefinitionTestAccess, MutableDefinition, MutableItemDefinition<PrismReference>, MutablePrismReferenceDefinition, PrismContextSensitive, PrismItemAccessDefinition, PrismReferenceDefinition, Revivable, SmartVisitable<Definition>, Visitable<Definition>, DebugDumpable, Serializable, Cloneable

public class PrismReferenceDefinitionImpl extends ItemDefinitionImpl<PrismReference> implements MutablePrismReferenceDefinition
Object Reference Schema Definition. 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. This class represents schema definition for object reference. See Definition for more details.
Author:
Radovan Semancik
See Also: