public class DefaultOperationCandidatesProvider extends Object implements OperationCandidatesProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultOperationCandidatesProvider.PropertyVisibility
Class that establishes completion visibility of a property.
|
| Constructor and Description |
|---|
DefaultOperationCandidatesProvider() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationRequestHeader> |
getHeaders(CommandContext ctx) |
List<String> |
getNodeNames(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
getNodeTypes(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
List<CommandArgument> |
getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
protected List<CommandArgument> |
getPropertiesFromPropList(List<org.jboss.dmr.Property> propList,
CommandContext ctx,
String operationName,
OperationRequestAddress address) |
public List<String> getNodeNames(CommandContext ctx, OperationRequestAddress prefix)
getNodeNames in interface OperationCandidatesProviderpublic List<String> getNodeTypes(CommandContext ctx, OperationRequestAddress prefix)
getNodeTypes in interface OperationCandidatesProviderpublic List<String> getOperationNames(CommandContext ctx, OperationRequestAddress prefix)
getOperationNames in interface OperationCandidatesProviderpublic List<CommandArgument> getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)
getProperties in interface OperationCandidatesProviderprotected List<CommandArgument> getPropertiesFromPropList(List<org.jboss.dmr.Property> propList, CommandContext ctx, String operationName, OperationRequestAddress address)
public Map<String,OperationRequestHeader> getHeaders(CommandContext ctx)
getHeaders in interface OperationCandidatesProviderCopyright © 2018 JBoss by Red Hat. All rights reserved.