public interface OperationCandidatesProvider
Modifier and Type | Method and Description |
---|---|
Map<String,OperationRequestHeader> |
getHeaders(CommandContext ctx) |
Collection<String> |
getNodeNames(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<String> |
getNodeTypes(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<String> |
getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<CommandArgument> |
getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
Collection<String> getNodeNames(CommandContext ctx, OperationRequestAddress prefix)
Collection<String> getNodeTypes(CommandContext ctx, OperationRequestAddress prefix)
Collection<String> getOperationNames(CommandContext ctx, OperationRequestAddress prefix)
Collection<CommandArgument> getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)
Map<String,OperationRequestHeader> getHeaders(CommandContext ctx)
Copyright © 2023 JBoss by Red Hat. All rights reserved.