Class ShadowAssociationTypeDefinition

java.lang.Object
com.evolveum.midpoint.schema.processor.ShadowAssociationTypeDefinition
All Implemented Interfaces:
DebugDumpable, Serializable

public class ShadowAssociationTypeDefinition extends Object implements DebugDumpable, Serializable
Definition of a high-level association type. The association type consists of: . a subject, . zero or more objects, . optionally an "associated object"; TODO we need a better term here. This definition is derived from ShadowAssociationTypeDefinitionType. However, there's not much here! Almost everything from that bean goes to the ShadowReferenceAttributeDefinition attached to the subject or an object. We only need to keep additional AssociationParticipantTypes here - eventually. Currently we do not support that. So, currently this class is empty. But it is here for (near) future extensions.
See Also: