Class CandidateOwners

java.lang.Object
com.evolveum.midpoint.model.api.correlator.CandidateOwners
All Implemented Interfaces:
DebugDumpable, Serializable

public class CandidateOwners extends Object implements Serializable, DebugDumpable
Collection of (unique) candidate owners. When adding an owner that's already there, we just update the record. For objects, the OID is the primary key. For all other values, the whole value is the key.
See Also:
  • Constructor Details

    • CandidateOwners

      public CandidateOwners()
  • Method Details