Uses of Class
org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
-
Packages that use ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria 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 ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria Modifier and Type Method Description ValueOrExpression<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria>
ReferentialIntegrityPluginCfgClient. getCheckReferencesScopeCriteria()
Gets the "check-references-scope-criteria" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria Modifier and Type Method Description void
ReferentialIntegrityPluginCfgClient. setCheckReferencesScopeCriteria(ValueOrExpression<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria> value)
Sets the "check-references-scope-criteria" property. -
Uses of ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria Modifier and Type Method Description static ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria[]
ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria. 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 ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria Modifier and Type Method Description EnumPropertyDefinition<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria>
ReferentialIntegrityPluginCfgDefn. getCheckReferencesScopeCriteriaPropertyDefinition()
Get the "check-references-scope-criteria" property definition. -
Uses of ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria Modifier and Type Method Description ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
ReferentialIntegrityPluginCfg. getCheckReferencesScopeCriteria()
Gets the "check-references-scope-criteria" property.
-