Interface CapabilityReferenceRecorder.GrandparentAttributeProvider<T>
- All Superinterfaces:
CapabilityReference.GrandparentAttributeProvider<T>
- All Known Subinterfaces:
CapabilityReferenceRecorder.GrandparentPathProvider<T>
- All Known Implementing Classes:
CapabilityReferenceRecorder.DefaultBuilder
- Enclosing interface:
- CapabilityReferenceRecorder<T>
@Deprecated(forRemoval=true,
since="26.0.0")
public static interface CapabilityReferenceRecorder.GrandparentAttributeProvider<T>
extends CapabilityReference.GrandparentAttributeProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionwithGrandparentAttribute(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 grandparent segment of the requirement.
-
Method Details
-
withGrandparentAttribute
CapabilityReferenceRecorder.ParentAttributeProvider<T> withGrandparentAttribute(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 grandparent segment of the requirement.- Specified by:
withGrandparentAttributein interfaceCapabilityReference.GrandparentAttributeProvider<T>- Parameters:
attribute- the attribute used to resolve the parent segment of the requirement.- Returns:
- a reference to this builder
-