Uses of Enum Class
org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
Packages that use ErrorLogPublisherCfgDefn.DefaultSeverity
Package
Description
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
Provides introspection interfaces for the Core directory server
administrative components.
Provides server-side interfaces for accessing the Core directory
server administrative components.
-
Uses of ErrorLogPublisherCfgDefn.DefaultSeverity in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ErrorLogPublisherCfgDefn.DefaultSeverityModifier and TypeMethodDescriptionErrorLogPublisherCfgClient.getDefaultSeverity()Gets the "default-severity" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ErrorLogPublisherCfgDefn.DefaultSeverityModifier and TypeMethodDescriptionvoidErrorLogPublisherCfgClient.setDefaultSeverity(ValueOrExpression<ErrorLogPublisherCfgDefn.DefaultSeverity> value) Sets the "default-severity" property. -
Uses of ErrorLogPublisherCfgDefn.DefaultSeverity in org.forgerock.opendj.server.config.meta
Subclasses with type arguments of type ErrorLogPublisherCfgDefn.DefaultSeverity in org.forgerock.opendj.server.config.metaModifier and TypeClassDescriptionstatic enumDefines the set of permissible values for the "default-severity" property.Methods in org.forgerock.opendj.server.config.meta that return ErrorLogPublisherCfgDefn.DefaultSeverityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ErrorLogPublisherCfgDefn.DefaultSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ErrorLogPublisherCfgDefn.DefaultSeverityModifier and TypeMethodDescriptionConsoleErrorLogPublisherCfgDefn.getDefaultSeverityPropertyDefinition()Get the "default-severity" property definition.ErrorLogPublisherCfgDefn.getDefaultSeverityPropertyDefinition()Get the "default-severity" property definition.FileBasedErrorLogPublisherCfgDefn.getDefaultSeverityPropertyDefinition()Get the "default-severity" property definition. -
Uses of ErrorLogPublisherCfgDefn.DefaultSeverity in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return ErrorLogPublisherCfgDefn.DefaultSeverityModifier and TypeMethodDescriptionErrorLogPublisherCfg.getDefaultSeverity()Gets the "default-severity" property.