Uses of Class
org.forgerock.opendj.config.RelationDefinition.Common
Packages that use RelationDefinition.Common
-
Uses of RelationDefinition.Common in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config with parameters of type RelationDefinition.CommonModifier and TypeMethodDescriptionprotected InstantiableRelationDefinition<C,S> InstantiableRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C, S> common) protected OptionalRelationDefinition<C,S> OptionalRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C, S> common) protected abstract DRelationDefinition.AbstractBuilder.buildInstance(RelationDefinition.Common<C, S> common) Build a relation definition based on the properties of this builder.protected SetRelationDefinition<C,S> SetRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C, S> common) protected SingletonRelationDefinition<C,S> SingletonRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C, S> common) Constructors in org.forgerock.opendj.config with parameters of type RelationDefinition.CommonModifierConstructorDescriptionprotectedRelationDefinition(RelationDefinition.Common<C, S> common) Create a new managed object relation definition with the specified common fields.