Uses of Class
org.opends.server.api.LocalBackend.BackendOperation
-
Packages that use LocalBackend.BackendOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks. -
-
Uses of LocalBackend.BackendOperation in org.opends.server.api
Methods in org.opends.server.api that return LocalBackend.BackendOperation Modifier and Type Method Description static LocalBackend.BackendOperationLocalBackend.BackendOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalBackend.BackendOperation[]LocalBackend.BackendOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.api with parameters of type LocalBackend.BackendOperation Modifier and Type Method Description booleanLocalBackend. supports(LocalBackend.BackendOperation backendOperation)Indicates whether this backend supports the provided backend operation. -
Uses of LocalBackend.BackendOperation in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type LocalBackend.BackendOperation Modifier and Type Method Description booleanConfigurationBackend. supports(LocalBackend.BackendOperation backendOperation)booleanLDIFBackend. supports(LocalBackend.BackendOperation backendOperation)booleanMemoryBackend. supports(LocalBackend.BackendOperation backendOperation)booleanNullBackend. supports(LocalBackend.BackendOperation backendOperation)booleanRootDSEBackend. supports(LocalBackend.BackendOperation backendOperation)booleanSchemaBackend. supports(LocalBackend.BackendOperation backendOperation) -
Uses of LocalBackend.BackendOperation in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type LocalBackend.BackendOperation Modifier and Type Method Description booleanBackendImpl. supports(LocalBackend.BackendOperation backendOperation) -
Uses of LocalBackend.BackendOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type LocalBackend.BackendOperation Modifier and Type Method Description booleanTaskBackend. supports(LocalBackend.BackendOperation backendOperation)
-