Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
Modifier and Type | Method and Description |
---|---|
protected SingletonRelationDefinition<C,S> |
SingletonRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C,S> common)
Build a relation definition based on the properties of this
builder.
|
protected OptionalRelationDefinition<C,S> |
OptionalRelationDefinition.Builder.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)
Build a relation definition based on the properties of this
builder.
|
protected InstantiableRelationDefinition<C,S> |
InstantiableRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C,S> common)
Build a relation definition based on the properties of this
builder.
|
protected abstract D |
RelationDefinition.AbstractBuilder.buildInstance(RelationDefinition.Common<C,S> common)
Build a relation definition based on the properties of this
builder.
|
Constructor and Description |
---|
RelationDefinition(RelationDefinition.Common<C,S> common)
Create a new managed object relation definition with the
specified common fields.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.