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.BackendOperation
LocalBackend.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 boolean
LocalBackend. 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 boolean
ConfigurationBackend. supports(LocalBackend.BackendOperation backendOperation)
boolean
LDIFBackend. supports(LocalBackend.BackendOperation backendOperation)
boolean
MemoryBackend. supports(LocalBackend.BackendOperation backendOperation)
boolean
NullBackend. supports(LocalBackend.BackendOperation backendOperation)
boolean
RootDSEBackend. supports(LocalBackend.BackendOperation backendOperation)
boolean
SchemaBackend. 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 boolean
BackendImpl. 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 boolean
TaskBackend. supports(LocalBackend.BackendOperation backendOperation)
-