Uses of Class
org.jboss.as.controller.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
-
Uses of AttributeDefinition in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type AttributeDefinitionModifier and TypeClassDescriptionclassAbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder<BUILDER,ATTRIBUTE>, ATTRIBUTE extends AttributeDefinition> Provides a builder API for creating anAttributeDefinition.Subclasses of AttributeDefinition in org.jboss.as.controllerModifier and TypeClassDescriptionclassDefining characteristics of anModelType.LISTattribute in aResource, with utility methods for conversion to and from xml and for validation.classDefining characteristics of anModelType.OBJECTattribute in aResource, where all children of the object have values of the same type; i.e. the attribute represents a logical map of arbitrary key value pairs.classAttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account recursive processing of allowed values and their value types.classMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of typeObjectTypeAttributeDefinitionclassAttributeDefinitionfor attributes of typeModelType.OBJECTthat aren't simple maps, but rather a set fixed keys where each key may be associated with a value of a different type.classDate: 13.10.2011final classRepresents simple key=value map equivalent of java.util.Map<String,String>()classDefining characteristics of an attribute in aResourceor a parameter or reply value type field in anOperationDefinition, with utility methods for conversion to and from xml and for validation.classAttributeDefinitionfor attributes that represent lists with simple element types (i.e. notModelType.LISTorModelType.OBJECT.classMapAttributeDefinitionfor maps with keys ofModelType.STRINGand values of type ModelTypeclassFields in org.jboss.as.controller declared as AttributeDefinitionModifier and TypeFieldDescriptionprotected final AttributeDefinition[]OperationDefinition.parametersprotected AttributeDefinition[]SimpleOperationDefinitionBuilder.parametersprotected final AttributeDefinition[]OperationDefinition.replyParametersprotected AttributeDefinition[]SimpleOperationDefinitionBuilder.replyParametersFields in org.jboss.as.controller with type parameters of type AttributeDefinitionModifier and TypeFieldDescriptionprotected final Collection<? extends AttributeDefinition>AbstractAddStepHandler.attributesDeprecated, for removal: This API element is subject to removal in a future version.protected Set<AttributeDefinition>AbstractAddStepHandler.Parameters.attributesDeprecated, for removal: This API element is subject to removal in a future version.protected final Collection<? extends AttributeDefinition>RestartParentResourceAddHandler.attributesMethods in org.jboss.as.controller that return AttributeDefinitionModifier and TypeMethodDescriptionprotected AttributeDefinition[]SimpleResourceDefinition.getAddOperationParameters(ManagementResourceRegistration registration) Returns the parameters of the "add" resource operation.protected AttributeDefinitionAbstractWriteAttributeHandler.getAttributeDefinition(String attributeName) Deprecated, for removal: This API element is subject to removal in a future version.No longer used.OperationDefinition.getParameters()OperationDefinition.getReplyParameters()ListAttributeDefinition.getValueAttributeDefinition()Returns an AttributeDefinition describing the content of the list.final AttributeDefinitionObjectListAttributeDefinition.getValueAttributeDefinition()PrimitiveListAttributeDefinition.getValueAttributeDefinition()SimpleListAttributeDefinition.getValueAttributeDefinition()SimpleListAttributeDefinition.getValueType()final AttributeDefinition[]ObjectTypeAttributeDefinition.getValueTypes()Methods in org.jboss.as.controller that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionCollection<? extends AttributeDefinition>AbstractAddStepHandler.getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.Use theOperationDefinition.getParameters()method of the operation definition with which this handler was registered instead.Collection<? extends AttributeDefinition>OperationDescriptor.getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.abstract Collection<AttributeDefinition>PersistentResourceDefinition.getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends AttributeDefinition>RestartParentResourceAddHandler.getAttributes()Methods in org.jboss.as.controller with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionAbstractAddStepHandler.Parameters.addAttribute(AttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.PersistentResourceXMLDescription.Builder.addAttribute(AttributeDefinition attribute) PersistentResourceXMLDescription.Builder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.Builder.addAttributes(AttributeDefinition... attributes) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(AttributeDefinition... attributes) ResourceBuilder.addMetric(AttributeDefinition attributeDefinition, OperationStepHandler handler) ResourceBuilder.addMetrics(OperationStepHandler metricHandler, AttributeDefinition... attributes) SimpleOperationDefinitionBuilder.addParameter(AttributeDefinition parameter) ResourceBuilder.addReadOnlyAttribute(AttributeDefinition attributeDefinition) ResourceBuilder.addReadWriteAttribute(AttributeDefinition attributeDefinition, OperationStepHandler reader, OperationStepHandler writer) ResourceBuilder.addReadWriteAttributes(OperationStepHandler reader, OperationStepHandler writer, AttributeDefinition... attributes) ObjectTypeAttributeDefinition.create(String name, AttributeDefinition... valueTypes) AttributeParser.getCardinality(AttributeDefinition attribute) Returns the cardinality of the XML particle for the specified attribute.AttributeParsers.MapParser.getCardinality(AttributeDefinition attribute) AttributeParsers.NamedStringListParser.getCardinality(AttributeDefinition attribute) AttributeParsers.UnWrappedObjectListParser.getCardinality(AttributeDefinition attribute) AttributeParser.getXmlName(AttributeDefinition attribute) AttributeParsers.AttributeElementParser.getXmlName(AttributeDefinition attribute) AttributeParsers.MapParser.getXmlName(AttributeDefinition attribute) AttributeParsers.UnWrappedObjectListParser.getXmlName(AttributeDefinition attribute) default booleanOperationContext.hasOptionalCapability(String requested, String[] requestedSegments, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext.hasOptionalCapability(String requested, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext.hasOptionalCapability(BinaryServiceDescriptor<?> requested, String parent, String child, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext.hasOptionalCapability(NullaryServiceDescriptor<?> requested, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext.hasOptionalCapability(QuaternaryServiceDescriptor<?> requested, String greatGrandparent, String grandparent, String parent, String child, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext.hasOptionalCapability(TernaryServiceDescriptor<?> requested, String grandparent, String parent, String child, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.default booleanOperationContext.hasOptionalCapability(UnaryServiceDescriptor<?> requested, String name, RuntimeCapability<?> dependent, AttributeDefinition attribute) Checks whether one of a capability's optional and runtime-only requirements is present.booleanAttributeMarshaller.AttributeElementMarshaller.isMarshallable(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault) booleanAttributeMarshaller.isMarshallable(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel) Gets whether the givenresourceModelhas a value for this attribute that should be marshalled to XML.booleanAttributeMarshaller.isMarshallable(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault) Gets whether the givenresourceModelhas a value for this attribute that should be marshalled to XML.voidAttributeMarshaller.marshall(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) Marshalls the value from the givenresourceModelas an xml element, if itis marshallable.voidAttributeMarshallers.MapAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidDefaultAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) abstract voidAttributeMarshaller.AttributeElementMarshaller.marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshaller.marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshallers.MapAttributeMarshaller.marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshallers.NamedStringListMarshaller.marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshallers.SimpleListAttributeMarshaller.marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) voidDefaultAttributeMarshaller.marshallAsElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) abstract voidAttributeMarshallers.MapAttributeMarshaller.marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshallers.ObjectMapAttributeMarshaller.marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer) voidAttributeMarshallers.PropertiesAttributeMarshaller.marshallSingleElement(AttributeDefinition attribute, org.jboss.dmr.ModelNode property, boolean marshallDefault, XMLStreamWriter writer) ObjectTypeAttributeDefinition.Builder.of(String name, AttributeDefinition... valueTypes) ObjectTypeAttributeDefinition.Builder.of(String name, AttributeDefinition[] valueTypes, AttributeDefinition[] moreValueTypes) SimpleListAttributeDefinition.Builder.of(String name, AttributeDefinition valueType) org.jboss.dmr.ModelNodeAttributeParser.DiscardOldDefaultValueParser.parse(AttributeDefinition attribute, String value, XMLStreamReader reader) org.jboss.dmr.ModelNodeAttributeParser.parse(AttributeDefinition attribute, String value, XMLStreamReader reader) Creates and returns aModelNodeusing the givenvalueafter first validating the node againstthis object's validator.voidAttributeParser.parseAndSetParameter(AttributeDefinition attribute, String value, org.jboss.dmr.ModelNode operation, XMLStreamReader reader) Creates aModelNodeusing the givenvalueafter first validating the node againstthis object's validator., and then stores it in the givenoperationmodel node as a key/value pair whose key is this attribute's getName() name}.voidAttributeParser.parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) abstract voidAttributeParsers.AttributeElementParser.parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) voidAttributeParsers.MapParser.parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) voidAttributeParsers.NamedStringListParser.parseElement(AttributeDefinition ad, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode addPermissionMapper) voidAttributeParsers.ObjectParser.parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) voidAttributeParsers.UnWrappedObjectListParser.parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) voidAttributeParsers.WrappedObjectListParser.parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) protected voidAbstractWriteAttributeHandler.recordCapabilitiesAndRequirements(OperationContext context, AttributeDefinition attributeDefinition, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode oldValue) Record any new requirements for othercapabilitiesthat now exist as a result of this operation, or remove any existing requirements that no longer exist.AbstractAttributeDefinitionBuilder.setCapabilityReference(String referencedCapability, AttributeDefinition... dependantAttributes) Records that this attribute's value represents a reference to an instance of adynamic capability.AbstractAttributeDefinitionBuilder.setCapabilityReference(RuntimeCapability capability, String referencedCapability, AttributeDefinition... dependantAttributes) Records that this attribute's value represents a reference to an instance of adynamic capability.SimpleOperationDefinitionBuilder.setParameters(AttributeDefinition... parameters) SimpleOperationDefinitionBuilder.setReplyParameters(AttributeDefinition... replyParameters) Method parameters in org.jboss.as.controller with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionAbstractAddStepHandler.Parameters.addAttribute(Collection<? extends AttributeDefinition> attributes) Deprecated, for removal: This API element is subject to removal in a future version.PersistentResourceXMLDescription.Builder.addAttributes(Stream<? extends AttributeDefinition> attributes) PersistentResourceXMLDescription.Builder.addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser attributeParser, AttributeMarshaller attributeMarshaller) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(Stream<? extends AttributeDefinition> attributes) PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(Stream<? extends AttributeDefinition> attributes, AttributeParser parser, AttributeMarshaller attributeMarshaller) Constructors in org.jboss.as.controller with parameters of type AttributeDefinitionModifierConstructorDescriptionAbstractAddStepHandler(AttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.Use default constructor instead.AbstractAttributeDefinitionBuilder(String attributeName, AttributeDefinition basis) Creates a builder populated with the values of an existing attribute definition, with an optional change of the attribute's name.Creates a builder populated with the values of an existing attribute definition.protectedAbstractBoottimeAddStepHandler(AttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.protectedAbstractWriteAttributeHandler(AttributeDefinition... definitions) Deprecated, for removal: This API element is subject to removal in a future version.Builder(String name, AttributeDefinition... valueTypes) Builder(String name, AttributeDefinition valueType) ModelOnlyAddStepHandler(AttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.UseModelOnlyAddStepHandler.INSTANCEinstead.ModelOnlyResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, AttributeDefinition... attributes) ModelOnlyResourceDefinition(PathElement pathElement, ResourceDescriptionResolver descriptionResolver, ModelOnlyAddStepHandler addStepHandler, AttributeDefinition... attributes) ModelOnlyResourceDefinition(SimpleResourceDefinition.Parameters parameters, AttributeDefinition... attributes) ModelOnlyWriteAttributeHandler(AttributeDefinition... attributeDefinitions) Deprecated, for removal: This API element is subject to removal in a future version.UseModelOnlyWriteAttributeHandler.INSTANCEinstead.protectedObjectTypeAttributeDefinition(AbstractAttributeDefinitionBuilder<?, ? extends ObjectTypeAttributeDefinition> builder, String suffix, AttributeDefinition[] valueTypes) ReloadRequiredAddStepHandler(AttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredAddStepHandler.INSTANCEinstead.ReloadRequiredWriteAttributeHandler(AttributeDefinition... definitions) Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredWriteAttributeHandler.INSTANCEinstead.RestartParentWriteAttributeHandler(String parentKeyName, AttributeDefinition... definitions) Deprecated, for removal: This API element is subject to removal in a future version.UseRestartParentWriteAttributeHandler(String)instead.protectedSimpleListAttributeDefinition(ListAttributeDefinition.Builder builder, AttributeDefinition valueType) Constructor parameters in org.jboss.as.controller with type arguments of type AttributeDefinitionModifierConstructorDescriptionAbstractAddStepHandler(Collection<? extends AttributeDefinition> attributes) Deprecated, for removal: This API element is subject to removal in a future version.Use default constructor instead.protectedAbstractBoottimeAddStepHandler(Collection<? extends AttributeDefinition> attributes) Deprecated, for removal: This API element is subject to removal in a future version.protectedAbstractWriteAttributeHandler(Collection<AttributeDefinition> definitions) Deprecated, for removal: This API element is subject to removal in a future version.ModelOnlyWriteAttributeHandler(Collection<AttributeDefinition> attributeDefinitions) Deprecated, for removal: This API element is subject to removal in a future version.UseModelOnlyWriteAttributeHandler.INSTANCEinstead.ReloadRequiredAddStepHandler(Collection<AttributeDefinition> attributes) Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredAddStepHandler.INSTANCEinstead.ReloadRequiredWriteAttributeHandler(Collection<AttributeDefinition> definitions) Deprecated, for removal: This API element is subject to removal in a future version.UseReloadRequiredWriteAttributeHandler.INSTANCEinstead.protectedRestartParentResourceAddHandler(String parentKeyName, Collection<? extends AttributeDefinition> attributes) RestartParentResourceAddHandler(String parentKeyName, Set<RuntimeCapability> capabilities, Collection<? extends AttributeDefinition> attributes) Deprecated, for removal: This API element is subject to removal in a future version.RestartParentWriteAttributeHandler(String parentKeyName, Collection<AttributeDefinition> definitions) Deprecated, for removal: This API element is subject to removal in a future version.UseRestartParentWriteAttributeHandler(String)instead. -
Uses of AttributeDefinition in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return AttributeDefinition -
Uses of AttributeDefinition in org.jboss.as.controller.descriptions
Fields in org.jboss.as.controller.descriptions declared as AttributeDefinitionModifier and TypeFieldDescriptionstatic final AttributeDefinitionDefaultResourceAddDescriptionProvider.INDEXConstructors in org.jboss.as.controller.descriptions with parameters of type AttributeDefinitionModifierConstructorDescriptionDefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, AttributeDefinition... parameters) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, DeprecationData deprecationData, AttributeDefinition... parameters) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, ResourceDescriptionResolver attributeDescriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, boolean replyAllowNull, DeprecationData deprecationData, AttributeDefinition[] replyParameters, AttributeDefinition... parameters) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, ResourceDescriptionResolver attributeDescriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, boolean replyAllowNull, DeprecationData deprecationData, AttributeDefinition[] replyParameters, AttributeDefinition[] parameters, List<AccessConstraintDefinition> accessConstraints) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, ResourceDescriptionResolver attributeDescriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, boolean replyAllowNull, DeprecationData deprecationData, AttributeDefinition[] replyParameters, AttributeDefinition[] parameters, List<AccessConstraintDefinition> accessConstraints, Stability stability) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, ResourceDescriptionResolver attributeDescriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, DeprecationData deprecationData, AttributeDefinition[] replyParameters, AttributeDefinition... parameters) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, org.jboss.dmr.ModelType replyType, AttributeDefinition... parameters) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, AttributeDefinition... parameters) DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, DeprecationData deprecationData, AttributeDefinition... parameters) -
Uses of AttributeDefinition in org.jboss.as.controller.management
Fields in org.jboss.as.controller.management declared as AttributeDefinitionModifier and TypeFieldDescriptionprotected static final AttributeDefinition[]BaseHttpInterfaceResourceDefinition.COMMON_ATTRIBUTESprotected static final AttributeDefinition[]BaseNativeInterfaceResourceDefinition.COMMON_ATTRIBUTESMethods in org.jboss.as.controller.management that return AttributeDefinitionModifier and TypeMethodDescriptionprotected static AttributeDefinition[]BaseHttpInterfaceResourceDefinition.combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes) protected static AttributeDefinition[]BaseNativeInterfaceResourceDefinition.combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes) protected abstract AttributeDefinition[]BaseHttpInterfaceResourceDefinition.getAttributeDefinitions()protected abstract AttributeDefinition[]BaseNativeInterfaceResourceDefinition.getAttributeDefinitions()Methods in org.jboss.as.controller.management with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionprotected StringManagementInterfaceAddStepHandler.asStringIfDefined(OperationContext context, AttributeDefinition attribute, org.jboss.dmr.ModelNode model) protected static AttributeDefinition[]BaseHttpInterfaceResourceDefinition.combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes) protected static AttributeDefinition[]BaseNativeInterfaceResourceDefinition.combine(AttributeDefinition[] commonAttributes, AttributeDefinition... additionalAttributes) -
Uses of AttributeDefinition in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common declared as AttributeDefinitionModifier and TypeFieldDescriptionprotected static final AttributeDefinitionProcessReloadHandler.ADMIN_ONLYstatic final AttributeDefinitionProcessEnvironment.NAMEAttributeDefinitionfor thenameattribute for a processes root resourceprotected static final AttributeDefinitionProcessReloadHandler.STABILITYMethods in org.jboss.as.controller.operations.common with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionprotected voidInterfaceAddHandler.validateAndSet(AttributeDefinition definition, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode subModel) -
Uses of AttributeDefinition in org.jboss.as.controller.operations.validation
Constructors in org.jboss.as.controller.operations.validation with parameters of type AttributeDefinitionModifierConstructorDescriptionObjectTypeValidator(boolean nullable, AttributeDefinition... attributes) -
Uses of AttributeDefinition in org.jboss.as.controller.persistence.xml
Methods in org.jboss.as.controller.persistence.xml with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionResourceXMLContainer.AbstractBuilder.addAttribute(AttributeDefinition attribute) ResourceXMLContainer.Builder.addAttribute(AttributeDefinition attribute) Adds the specified attribute to this element, if it will parse and/or marshal as an xs:attribute.ResourceXMLElementGroup.AbstractBuilder.addElement(AttributeDefinition attribute) ResourceXMLElementGroup.Builder.addElement(AttributeDefinition attribute) Adds the specified attribute to this group, if it will parse and/or marshal as an xs:element.ResourceXMLParticleGroup.AbstractBuilder.addElement(AttributeDefinition attribute) AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration.getMarshaller(AttributeDefinition attribute) default AttributeMarshallerAttributeDefinitionXMLConfiguration.getMarshaller(AttributeDefinition attribute) Returns the marshaller of the specified attribute.AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration.getName(AttributeDefinition attribute) default QNameAttributeDefinitionXMLConfiguration.getName(AttributeDefinition attribute) Returns the qualified name of the specified attribute.AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration.getParser(AttributeDefinition attribute) default AttributeParserAttributeDefinitionXMLConfiguration.getParser(AttributeDefinition attribute) Returns the parser of the specified attribute.booleanResourceXMLContainer.ResourceAttributesXMLContentWriter.test(AttributeDefinition attribute) Method parameters in org.jboss.as.controller.persistence.xml with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionResourceXMLContainer.AbstractBuilder.addAttributes(Iterable<? extends AttributeDefinition> attributes) ResourceXMLContainer.Builder.addAttributes(Iterable<? extends AttributeDefinition> attributes) Bulk operation that adds the specified attributes, that will parse and/or marshal as an xs:attribute, to this element.ResourceXMLElementGroup.AbstractBuilder.addElements(Iterable<? extends AttributeDefinition> attributes) ResourceXMLElementGroup.Builder.addElements(Iterable<? extends AttributeDefinition> attributes) Bulk operation that adds the specified attributes, that will parse and/or marshal as an xs:element, to this group.ResourceXMLParticleGroup.AbstractBuilder.addElements(Iterable<? extends AttributeDefinition> attributes) default BResourceXMLContainer.Builder.provideAttributes(Iterable<? extends Supplier<AttributeDefinition>> providers) Bulk operation that provides the specified attributes, that will parse and/or marshal as an xs:attribute, to this element.default BResourceXMLElementGroup.Builder.provideElements(Iterable<? extends Supplier<AttributeDefinition>> providers) Bulk operation that provides the specified attributes, that will parse and/or marshal as an xs:element, to this group.default BResourceRegistrationXMLElement.Builder.withDefaultValues(Map<AttributeDefinition, org.jboss.dmr.ModelNode> overrides) Specifies an operation transformation that applies the specified default values for the specified attributes, if otherwise undefined.AttributeDefinitionXMLConfiguration.Configurator.withLocalNames(Map<AttributeDefinition, String> localNames) Overrides the qualified names for the specified attributes.ResourceXMLContainer.AbstractBuilder.withLocalNames(Map<AttributeDefinition, String> localNames) ResourceXMLElementGroup.AbstractBuilder.withLocalNames(Map<AttributeDefinition, String> localNames) ResourceXMLParticleGroup.AbstractBuilder.withLocalNames(Map<AttributeDefinition, String> localNames) AttributeDefinitionXMLConfiguration.Configurator.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) Overrides the marshallers for the specified attributes.ResourceXMLContainer.AbstractBuilder.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) ResourceXMLElementGroup.AbstractBuilder.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) ResourceXMLParticleGroup.AbstractBuilder.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) AttributeDefinitionXMLConfiguration.Configurator.withNames(Map<AttributeDefinition, QName> names) Overrides the qualified names for the specified attributes.ResourceXMLContainer.AbstractBuilder.withNames(Map<AttributeDefinition, QName> names) ResourceXMLElementGroup.AbstractBuilder.withNames(Map<AttributeDefinition, QName> names) ResourceXMLParticleGroup.AbstractBuilder.withNames(Map<AttributeDefinition, QName> names) AttributeDefinitionXMLConfiguration.Configurator.withParsers(Map<AttributeDefinition, AttributeParser> parsers) Overrides the parsers for the specified attributes.ResourceXMLContainer.AbstractBuilder.withParsers(Map<AttributeDefinition, AttributeParser> parsers) ResourceXMLElementGroup.AbstractBuilder.withParsers(Map<AttributeDefinition, AttributeParser> parsers) ResourceXMLParticleGroup.AbstractBuilder.withParsers(Map<AttributeDefinition, AttributeParser> parsers) -
Uses of AttributeDefinition in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return AttributeDefinitionMethods in org.jboss.as.controller.registry with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionvoidDelegatingManagementResourceRegistration.registerMetric(AttributeDefinition definition, OperationStepHandler metricHandler) voidManagementResourceRegistration.registerMetric(AttributeDefinition definition, OperationStepHandler metricHandler) Records that the given attribute is a metric.voidDelegatingManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition, OperationStepHandler readHandler) voidManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition, OperationStepHandler readHandler) Records that the given attribute can be read from but not written to, and optionally provides an operation handler for the read.voidDelegatingManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition, OperationStepHandler readHandler, OperationStepHandler writeHandler) voidManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition, OperationStepHandler readHandler, OperationStepHandler writeHandler) Records that the given attribute can be both read from and written to, and provides operation handlers for the read and the write. -
Uses of AttributeDefinition in org.jboss.as.controller.resource
Fields in org.jboss.as.controller.resource declared as AttributeDefinitionModifier and TypeFieldDescriptionstatic final AttributeDefinitionInterfaceDefinition.ANYstatic final AttributeDefinitionInterfaceDefinition.ANY_ADDRESSstatic final AttributeDefinitionAbstractSocketBindingResourceDefinition.CLIENT_MAPPINGSstatic final AttributeDefinitionInterfaceDefinition.INET_ADDRESSAll other attribute names.static final AttributeDefinitionInterfaceDefinition.LINK_LOCAL_ADDRESSstatic final AttributeDefinitionInterfaceDefinition.LOOPBACKstatic final AttributeDefinitionInterfaceDefinition.LOOPBACK_ADDRESSstatic final AttributeDefinitionInterfaceDefinition.MULTICASTstatic final AttributeDefinitionInterfaceDefinition.NAMEstatic final AttributeDefinition[]InterfaceDefinition.NESTED_ATTRIBUTESstatic final AttributeDefinitionInterfaceDefinition.NICstatic final AttributeDefinitionInterfaceDefinition.NIC_MATCHstatic final AttributeDefinitionInterfaceDefinition.NOTstatic final AttributeDefinitionInterfaceDefinition.POINT_TO_POINTstatic final AttributeDefinitionInterfaceDefinition.PUBLIC_ADDRESSstatic final AttributeDefinition[]InterfaceDefinition.ROOT_ATTRIBUTESThe root attributes.static final AttributeDefinitionInterfaceDefinition.SITE_LOCAL_ADDRESSstatic final AttributeDefinitionInterfaceDefinition.SUBNET_MATCHstatic final AttributeDefinitionInterfaceDefinition.UPstatic final AttributeDefinitionInterfaceDefinition.VIRTUALThe any-* alternatives.Fields in org.jboss.as.controller.resource with type parameters of type AttributeDefinitionModifier and TypeFieldDescriptionstatic final Set<AttributeDefinition>InterfaceDefinition.NESTED_LIST_ATTRIBUTESThe nested attributes for any, not.Constructors in org.jboss.as.controller.resource with parameters of type AttributeDefinitionModifierConstructorDescriptionAbstractSocketBindingGroupResourceDefinition(OperationStepHandler addHandler, OperationStepHandler removeHandler, AttributeDefinition defaultInterface, RuntimeCapability exposedCapability) -
Uses of AttributeDefinition in org.jboss.as.controller.security
Methods in org.jboss.as.controller.security with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionstatic ServiceDependency<org.wildfly.security.credential.source.CredentialSource>CredentialReference.getCredentialSourceDependency(OperationContext context, AttributeDefinition attribute, org.jboss.dmr.ModelNode model) Returns a service dependency on aCredentialSourceused to obtain a credential referenced by the specified attribute.static ServiceDependency<org.wildfly.security.credential.source.CredentialSource>CredentialReference.getCredentialSourceDependency(OperationContext context, AttributeDefinition attribute, org.jboss.dmr.ModelNode model, String keySuffix) Returns a service dependency on aCredentialSourceused to obtain a credential referenced by the specified attribute.static voidCredentialReference.rollbackCredentialStoreUpdate(AttributeDefinition credentialReferenceAD, OperationContext context, String store, String alias) static voidCredentialReference.rollbackCredentialStoreUpdate(AttributeDefinition credentialReferenceAD, OperationContext context, Resource resource) static voidCredentialReference.rollbackCredentialStoreUpdate(AttributeDefinition credentialReferenceAD, OperationContext context, org.jboss.dmr.ModelNode resolvedValue) Constructors in org.jboss.as.controller.security with parameters of type AttributeDefinitionModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.UseCredentialReferenceWriteAttributeHandler.INSTANCEinstead.CredentialReferenceWriteAttributeHandler(AttributeDefinition... attributes) Deprecated, for removal: This API element is subject to removal in a future version.UseCredentialReferenceWriteAttributeHandler.INSTANCEinstead. -
Uses of AttributeDefinition in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionPathInfoHandler.Builder.addAttribute(AttributeDefinition pathAttribute, AttributeDefinition relativeToAttribute) PathInfoHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute) ResolvePathHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute) Sets the parent attribute that therelative-toandpathattributes are children of.ResolvePathHandler.Builder.setPathAttribute(AttributeDefinition pathAttribute) Sets thepathattribute.ResolvePathHandler.Builder.setRelativeToAttribute(AttributeDefinition relativeToAttribute) Sets therelative-toattribute. -
Uses of AttributeDefinition in org.jboss.as.controller.transform
Constructors in org.jboss.as.controller.transform with parameters of type AttributeDefinitionModifierConstructorDescriptionprotectedDiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, AttributeDefinition... attributes) Creates a new transformer.DiscardUndefinedAttributesTransformer(AttributeDefinition... attributes) RejectExpressionValuesTransformer(AttributeDefinition... attributes) -
Uses of AttributeDefinition in org.jboss.as.controller.transform.description
Methods in org.jboss.as.controller.transform.description with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionBaseAttributeTransformationDescriptionBuilder.addRejectCheck(RejectAttributeChecker rejectChecker, AttributeDefinition... rejectedAttributes) Adds a RejectAttributeChecker.BaseAttributeTransformationDescriptionBuilder.addRejectChecks(List<RejectAttributeChecker> rejectCheckers, AttributeDefinition... rejectedAttributes) Adds a list of RejectAttributeCheckers.BaseAttributeTransformationDescriptionBuilder.addRename(AttributeDefinition attributeName, String newName) Rename an attribute.BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker, AttributeDefinition... discardedAttributes) Sets the DiscardChecker to be used to check if an attribute should be discarded.BaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter, AttributeDefinition... convertedAttributes) Use to convert an attribute's value.Method parameters in org.jboss.as.controller.transform.description with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionBaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker, Collection<AttributeDefinition> discardedAttributes) Sets the DiscardChecker to be used to check if an attribute should be discarded.