Uses of Record Class
org.forgerock.opendj.config.Deprecated
-
Uses of Deprecated in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionfinal Deprecated
AbstractManagedObjectDefinition.getDeprecated()
Returns deprecation information about this managed object if it is deprecated, otherwisenull
.final Deprecated
PropertyDefinition.getDeprecated()
Get deprecation definition of property definition.Modifier and TypeMethodDescriptionprotected 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 final void
AbstractManagedObjectDefinition.registerDeprecated
(Deprecated deprecated) Register a deprecation with this managed object definition.final void
PropertyDefinition.AbstractBuilder.setDeprecated
(Deprecated deprecated) Register a deprecation with this property definition.ModifierConstructorDescriptionprotected
PropertyDefinition
(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Create a property definition.