| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.descriptions |
| Modifier and Type | Field and Description |
|---|---|
protected DeprecationData |
AbstractAttributeDefinitionBuilder.deprecated |
protected DeprecationData |
OperationDefinition.deprecationData |
protected DeprecationData |
SimpleOperationDefinitionBuilder.deprecationData |
| Modifier and Type | Method and Description |
|---|---|
DeprecationData |
AbstractAttributeDefinitionBuilder.getDeprecated() |
DeprecationData |
AttributeDefinition.getDeprecationData()
return deprecation data if there is any
|
DeprecationData |
OperationDefinition.getDeprecationData() |
protected DeprecationData |
SimpleResourceDefinition.getDeprecationData() |
| Modifier and Type | Method and Description |
|---|---|
SimpleResourceDefinition.Parameters |
SimpleResourceDefinition.Parameters.setDeprecationData(DeprecationData deprecationData)
Call to deprecate the resource
|
PersistentResourceDefinition.Parameters |
PersistentResourceDefinition.Parameters.setDeprecationData(DeprecationData deprecationData) |
| 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)
|
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.
|
SimpleResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
DeprecationData deprecationData)
Deprecated.
|
SimpleResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel,
DeprecationData deprecationData)
Deprecated.
|
SimpleResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel,
DeprecationData deprecationData,
boolean runtime)
Deprecated.
|
| Constructor and Description |
|---|
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
DeprecationData deprecationData,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
List<AccessConstraintDefinition> accessConstraints) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration registration,
ResourceDescriptionResolver descriptionResolver,
DeprecationData deprecationData) |
DefaultResourceRemoveDescriptionProvider(ResourceDescriptionResolver resolver,
DeprecationData deprecationData) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.