Class ResourceObjectIdentifiers

java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectIdentifiers
All Implemented Interfaces:
DebugDumpable, Serializable, Cloneable
Direct Known Subclasses:
ResourceObjectIdentifiers.SecondaryOnly, ResourceObjectIdentifiers.WithPrimary

public abstract class ResourceObjectIdentifiers extends Object implements Serializable, DebugDumpable, Cloneable
Primary and/or secondary identifiers of a resource object. At least one identifier must be present. (In the future we may relax this restriction.) Basically a categorized set of ResourceObjectIdentifier instances. The difference to (older) ResourceObjectIdentification is that this class does not contain the object definition.
See Also: