Uses of Class
org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
-
Packages that use ReplicationServerCfgDefn.AllowUpdatesPolicy Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of ReplicationServerCfgDefn.AllowUpdatesPolicy in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ReplicationServerCfgDefn.AllowUpdatesPolicy Modifier and Type Method Description ValueOrExpression<ReplicationServerCfgDefn.AllowUpdatesPolicy>
ReplicationServerCfgClient. getAllowUpdatesPolicy()
Gets the "allow-updates-policy" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ReplicationServerCfgDefn.AllowUpdatesPolicy Modifier and Type Method Description void
ReplicationServerCfgClient. setAllowUpdatesPolicy(ValueOrExpression<ReplicationServerCfgDefn.AllowUpdatesPolicy> value)
Sets the "allow-updates-policy" property. -
Uses of ReplicationServerCfgDefn.AllowUpdatesPolicy in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ReplicationServerCfgDefn.AllowUpdatesPolicy Modifier and Type Method Description static ReplicationServerCfgDefn.AllowUpdatesPolicy
ReplicationServerCfgDefn.AllowUpdatesPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicationServerCfgDefn.AllowUpdatesPolicy[]
ReplicationServerCfgDefn.AllowUpdatesPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ReplicationServerCfgDefn.AllowUpdatesPolicy Modifier and Type Method Description EnumPropertyDefinition<ReplicationServerCfgDefn.AllowUpdatesPolicy>
ReplicationServerCfgDefn. getAllowUpdatesPolicyPropertyDefinition()
Get the "allow-updates-policy" property definition. -
Uses of ReplicationServerCfgDefn.AllowUpdatesPolicy in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return ReplicationServerCfgDefn.AllowUpdatesPolicy Modifier and Type Method Description ReplicationServerCfgDefn.AllowUpdatesPolicy
ReplicationServerCfg. getAllowUpdatesPolicy()
Gets the "allow-updates-policy" property.
-