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() |
protected DeprecationData |
SimpleResourceDefinition.getDeprecationData() |
DeprecationData |
OperationDefinition.getDeprecationData() |
DeprecationData |
AttributeDefinition.getDeprecationData()
return deprecation data if there is any
|
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 |
---|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
Boolean nilSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags) |
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,
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 © 2023 JBoss by Red Hat. All rights reserved.