Uses of Class
org.forgerock.opendj.server.core.DataProviderStatus
-
-
Uses of DataProviderStatus in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return DataProviderStatus Modifier and Type Method Description DataProviderStatusDataProvider. getStatus(org.forgerock.opendj.ldap.DN baseDN)Returns the current status of the provided base DN in this data provider.DataProviderStatusDataProviderConnection. getStatus(org.forgerock.opendj.ldap.DN baseDN)Returns the current status of the provided base DN in the underlying data provider.static DataProviderStatusDataProviderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataProviderStatus[]DataProviderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-