Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.registry |
Modifier and Type | Field and Description |
---|---|
protected OperationEntry.EntryType |
OperationDefinition.entryType |
protected OperationEntry.EntryType |
SimpleOperationDefinitionBuilder.entryType |
Modifier and Type | Method and Description |
---|---|
OperationEntry.EntryType |
OperationDefinition.getEntryType() |
Modifier and Type | Method and Description |
---|---|
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.setEntryType(OperationEntry.EntryType entryType) |
Constructor and Description |
---|
OperationDefinition(String name,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition... accessConstraints)
Deprecated.
|
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags)
Deprecated.
|
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
AttributeDefinition... parameters)
Deprecated.
|
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
ResourceDescriptionResolver attributeResolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters)
Deprecated.
|
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
ResourceDescriptionResolver attributeResolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition[] accessConstraints)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperationEntry.EntryType |
OperationEntry.getType() |
static OperationEntry.EntryType |
OperationEntry.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationEntry.EntryType[] |
OperationEntry.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.