Interface CapabilityReferenceRecorder.GreatGrandparentAttributeProvider<T>
-
- All Superinterfaces:
CapabilityReference.GreatGrandparentAttributeProvider<T>
- All Known Subinterfaces:
CapabilityReferenceRecorder.GreatGrandparentPathProvider<T>
- All Known Implementing Classes:
CapabilityReferenceRecorder.DefaultBuilder
- Enclosing interface:
- CapabilityReferenceRecorder<T>
@Deprecated(forRemoval=true, since="26.0.0") public static interface CapabilityReferenceRecorder.GreatGrandparentAttributeProvider<T> extends CapabilityReference.GreatGrandparentAttributeProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CapabilityReferenceRecorder.GrandparentAttributeProvider<T>withGreatGrandparentAttribute(org.jboss.as.controller.AttributeDefinition attribute)Deprecated, for removal: This API element is subject to removal in a future version.Specifies the attribute used to resolves the great-grandparent segment of the requirement.
-
-
-
Method Detail
-
withGreatGrandparentAttribute
CapabilityReferenceRecorder.GrandparentAttributeProvider<T> withGreatGrandparentAttribute(org.jboss.as.controller.AttributeDefinition attribute)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies the attribute used to resolves the great-grandparent segment of the requirement.- Specified by:
withGreatGrandparentAttributein interfaceCapabilityReference.GreatGrandparentAttributeProvider<T>- Parameters:
attribute- the attribute used to resolve the parent segment of the requirement.- Returns:
- a reference to this builder
-
-