public class OrderedChildTypesAttachment extends Object
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<OrderedChildTypesAttachment> |
KEY |
Constructor and Description |
---|
OrderedChildTypesAttachment() |
Modifier and Type | Method and Description |
---|---|
void |
addOrderedChildResourceTypes(PathAddress resourceAddress,
Resource resource)
If the resource has ordered child types, those child types will be stored in the attachment.
|
Set<String> |
getOrderedChildTypes(PathAddress resourceAddress) |
public static final OperationContext.AttachmentKey<OrderedChildTypesAttachment> KEY
public void addOrderedChildResourceTypes(PathAddress resourceAddress, Resource resource)
resourceAddress
- the address of the resourceresource
- the resource which may or may not have ordered children.public Set<String> getOrderedChildTypes(PathAddress resourceAddress)
Copyright © 2023 JBoss by Red Hat. All rights reserved.