Class ResourceObjectIdentifier<T>

java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectIdentifier<T>
All Implemented Interfaces:
ShortDumpable, Serializable
Direct Known Subclasses:
ResourceObjectIdentifier.Primary, ResourceObjectIdentifier.Secondary

public abstract class ResourceObjectIdentifier<T> extends Object implements Serializable, ShortDumpable
Specialized class that wraps a single-valued non-null primary or secondary identifier attribute. The intended use is in method parameters and internal data structures where it ensures the requirements on the identifiers being passed on or stored.
See Also: