protected AciPropertyDefinition |
AciPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior,
Deprecated deprecated) |
|
protected AggregationPropertyDefinition<C,S> |
AggregationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior,
Deprecated deprecated) |
|
protected AttributeTypePropertyDefinition |
AttributeTypePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<AttributeType>> defaultBehavior,
Deprecated deprecated) |
|
protected BooleanPropertyDefinition |
BooleanPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<Boolean>> defaultBehavior,
Deprecated deprecated) |
|
protected ClassPropertyDefinition |
ClassPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior,
Deprecated deprecated) |
|
protected DnPropertyDefinition |
DnPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<Dn>> defaultBehavior,
Deprecated deprecated) |
|
protected DurationPropertyDefinition |
DurationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior,
Deprecated deprecated) |
|
protected EnumPropertyDefinition<E> |
EnumPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<E>> defaultBehavior,
Deprecated deprecated) |
|
protected HostPortPropertyDefinition |
HostPortPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> definition,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.HostPort>> defaultBehavior,
Deprecated deprecated) |
|
protected HostPropertyDefinition |
HostPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> defaultBehavior,
Deprecated deprecated) |
|
protected IntegerPropertyDefinition |
IntegerPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<Integer>> defaultBehavior,
Deprecated deprecated) |
|
protected IpAddressMaskPropertyDefinition |
IpAddressMaskPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior,
Deprecated deprecated) |
|
protected abstract D |
PropertyDefinition.AbstractBuilder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior,
Deprecated deprecated) |
Build a property definition based on the properties of this builder.
|
protected SizePropertyDefinition |
SizePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior,
Deprecated deprecated) |
|
protected StringPropertyDefinition |
StringPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior,
Deprecated deprecated) |
|
protected void |
AbstractManagedObjectDefinition.registerDeprecated(Deprecated deprecated) |
Register a deprecation with this managed object definition.
|
void |
PropertyDefinition.AbstractBuilder.setDeprecated(Deprecated deprecated) |
Register a deprecation with this property definition.
|