Uses of Class
org.forgerock.opendj.config.RelationDefinition.Common
-
Packages that use RelationDefinition.Common Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of RelationDefinition.Common in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config with parameters of type RelationDefinition.Common Modifier and Type Method Description protected 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.Common Constructor Description RelationDefinition(RelationDefinition.Common<C,S> common)Create a new managed object relation definition with the specified common fields.
-