Class IdMatchObject
java.lang.Object
com.evolveum.midpoint.model.api.correlator.idmatch.IdMatchObject
- All Implemented Interfaces:
DebugDumpable,Serializable
Object to be matched, resolved or updated.
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull IdMatchObjectcreate(@NotNull String sorIdentifierValue, @NotNull IdMatchAttributesType attributes) static @NotNull IdMatchObjectcreate(@NotNull String sorIdentifier, @NotNull ShadowAttributesType attributes) debugDump(int indent) @NotNull IdMatchAttributesTypeCollection<? extends PrismProperty<?>>@NotNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
create
@NotNull public static @NotNull IdMatchObject create(@NotNull @NotNull String sorIdentifierValue, @NotNull @NotNull IdMatchAttributesType attributes) -
create
@NotNull public static @NotNull IdMatchObject create(@NotNull @NotNull String sorIdentifier, @NotNull @NotNull ShadowAttributesType attributes) throws SchemaException - Throws:
SchemaException
-
getSorIdentifierValue
-
getAttributes
-
toString
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
getProperties
-