Uses of Interface
org.jboss.as.controller.FeatureFilter
Packages that use FeatureFilter
Package
Description
-
Uses of FeatureFilter in org.jboss.as.controller
Subinterfaces of FeatureFilter in org.jboss.as.controllerModifier and TypeInterfaceDescriptioninterfaceThe context for registering a new extension.interfaceImplemented by objects that register features.interfaceThe context for an operation step execution.interfacePersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>>Defines a versioned schema for a subsystem defined via aPersistentResourceXMLDescription.interfaceA subsystem registration.interfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem. -
Uses of FeatureFilter in org.jboss.as.controller.extension
Classes in org.jboss.as.controller.extension that implement FeatureFilterModifier and TypeClassDescriptionfinal classA registry for information aboutExtensions to the core application server. -
Uses of FeatureFilter in org.jboss.as.controller.operations.common
Classes in org.jboss.as.controller.operations.common that implement FeatureFilterModifier and TypeClassDescriptionclassBase class for objects that store environment information for a process. -
Uses of FeatureFilter in org.jboss.as.controller.parsing
Subinterfaces of FeatureFilter in org.jboss.as.controller.parsingModifier and TypeInterfaceDescriptioninterfaceContext in effect when theextensionelement for a givenExtensionis being parsed.interfaceBase representation of a schema for the management model.Classes in org.jboss.as.controller.parsing that implement FeatureFilterModifier and TypeClassDescriptionclassBase representation of a schema for the management model. -
Uses of FeatureFilter in org.jboss.as.controller.persistence.xml
Subinterfaces of FeatureFilter in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceA factory for building XML particles for a subsystem resource.interfaceSubsystemResourceXMLSchema<S extends SubsystemResourceXMLSchema<S>>ASubsystemSchemadescribed by aSubsystemResourceRegistrationXMLElement.Classes in org.jboss.as.controller.persistence.xml that implement FeatureFilterModifier and TypeClassDescriptionstatic classstatic classResourceRegistrationXMLElement.AbstractBuilder<T extends ResourceRegistrationXMLElement,B extends ResourceRegistrationXMLElement.Builder<T, B>> static classstatic classstatic classResourceXMLContainer.AbstractBuilder<T extends ResourceXMLContainer,B extends ResourceXMLContainer.Builder<T, B>> static classstatic classResourceXMLElementGroup.AbstractBuilder<T extends ResourceXMLElementGroup,B extends ResourceXMLElementGroup.Builder<T, B>> static classstatic classResourceXMLParticleGroup.AbstractBuilder<T extends ResourceXMLParticleGroup,B extends ResourceXMLParticleGroup.Builder<T, B>> static classstatic classstatic class -
Uses of FeatureFilter in org.jboss.as.controller.registry
Subinterfaces of FeatureFilter in org.jboss.as.controller.registryModifier and TypeInterfaceDescriptioninterfaceRead-only view of aManagementResourceRegistration.interfaceA registration for a management resource which consists of a resource description plus registered operation handlers.Classes in org.jboss.as.controller.registry that implement FeatureFilterModifier and TypeClassDescriptionclassImmutableManagementResourceRegistrationimplementation that simply delegates to anotherImmutableManagementResourceRegistration(typically a mutable implementation of sub-interfaceManagementResourceRegistration).classManagementResourceRegistrationimplementation that simply delegates to anotherManagementResourceRegistration. -
Uses of FeatureFilter in org.jboss.as.controller.xml
Subinterfaces of FeatureFilter in org.jboss.as.controller.xmlModifier and TypeInterfaceDescriptioninterfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.interfaceVersionedSchema<V extends Comparable<V>,S extends VersionedFeature<V, S>> A versioned schema, whose namespace is a versioned namespace.interfaceXMLAttributeSchema<S extends XMLAttributeSchema<S,T>, T> A versioned schema for an XML attribute.interfaceXMLComponentFactory<RC,WC> A factory for creating builders of XML components.interfaceXMLElementSchema<S extends XMLElementSchema<S,T>, T> A versioned schema for an XML element.Classes in org.jboss.as.controller.xml that implement FeatureFilterModifier and TypeClassDescriptionstatic classXMLAll.DefaultBuilder<RC,WC> static classXMLChoice.DefaultBuilder<RC,WC> static classstatic classXMLElement.DefaultBuilder<RC,WC> static classXMLElementGroup.AbstractBuilder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLElementGroup<RC, WC>, B extends XMLElementGroup.Builder<RC, WC, E, T, B>> static classXMLParticleGroup.AbstractBuilder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLParticleGroup<RC, WC>, B extends XMLParticleGroup.Builder<RC, WC, E, T, B>> static classXMLSequence.DefaultBuilder<RC,WC>