Class SimulatedAssociationClassParticipantDefinition
java.lang.Object
com.evolveum.midpoint.schema.processor.SimulatedAssociationClassParticipantDefinition
- All Implemented Interfaces:
DebugDumpable,Serializable
public class SimulatedAssociationClassParticipantDefinition
extends Object
implements Serializable, DebugDumpable
Defines the simulated association class subject or object. Only partially supported for now!
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) @Nullable QName@NotNull ResourceObjectSetDelineationgetObjectAttributeDefinition(@NotNull AssociationConfigItem.AttributeBinding binding) @NotNull ResourceObjectDefinition@Nullable ResourceObjectTypeIdentificationbooleanmatches(@NotNull ResourceObjectDefinition definition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getAuxiliaryObjectClassName
-
getObjectDefinition
-
getObjectAttributeDefinition
public <T> ShadowSimpleAttributeDefinition<T> getObjectAttributeDefinition(@NotNull @NotNull AssociationConfigItem.AttributeBinding binding) -
getDelineation
-
getTypeIdentification
-
matches
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-