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 ResourceObjectSetDelineation
getObjectAttributeDefinition
(@NotNull AssociationConfigItem.AttributeBinding binding) @NotNull ResourceObjectDefinition
@Nullable ResourceObjectTypeIdentification
boolean
matches
(@NotNull ResourceObjectDefinition definition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
debugDump
in interfaceDebugDumpable
-