Uses of Class
org.jboss.as.controller.DeprecationData
-
Packages that use DeprecationData Package Description org.jboss.as.controller org.jboss.as.controller.descriptions -
-
Uses of DeprecationData in org.jboss.as.controller
Fields in org.jboss.as.controller declared as DeprecationData Modifier and Type Field Description protected DeprecationDataOperationDefinition. deprecationDataprotected DeprecationDataSimpleOperationDefinitionBuilder. deprecationDataMethods in org.jboss.as.controller that return DeprecationData Modifier and Type Method Description DeprecationDataAbstractAttributeDefinitionBuilder. getDeprecated()DeprecationDataAttributeDefinition. getDeprecationData()return deprecation data if there is anyDeprecationDataOperationDefinition. getDeprecationData()protected DeprecationDataSimpleResourceDefinition. getDeprecationData()Methods in org.jboss.as.controller with parameters of type DeprecationData Modifier and Type Method Description PersistentResourceDefinition.ParametersPersistentResourceDefinition.Parameters. setDeprecationData(DeprecationData deprecationData)Deprecated.SimpleResourceDefinition.ParametersSimpleResourceDefinition.Parameters. setDeprecationData(DeprecationData deprecationData)Call to deprecate the resourceConstructors in org.jboss.as.controller with parameters of type DeprecationData Constructor 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, 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. -
Uses of DeprecationData in org.jboss.as.controller.descriptions
Constructors in org.jboss.as.controller.descriptions with parameters of type DeprecationData Constructor Description DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, 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)DefaultOperationDescriptionProvider(String operationName, ResourceDescriptionResolver descriptionResolver, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, DeprecationData deprecationData, AttributeDefinition... parameters)DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration registration, ResourceDescriptionResolver descriptionResolver, DeprecationData deprecationData)DefaultResourceRemoveDescriptionProvider(ResourceDescriptionResolver resolver, DeprecationData deprecationData)
-