Interface WriteAttributeStepHandlerDescriptor

All Superinterfaces:
OperationStepHandlerDescriptor
All Known Subinterfaces:
AddStepHandlerDescriptor
All Known Implementing Classes:
ResourceDescriptor

public interface WriteAttributeStepHandlerDescriptor extends OperationStepHandlerDescriptor
Author:
Paul Ferraro
  • Method Details

    • getAttributes

      Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
      Attributes of the add operation.
      Returns:
      a collection of attributes
    • getIgnoredAttributes

      default Collection<org.jboss.as.controller.AttributeDefinition> getIgnoredAttributes()
      Attributes (not specified by getAttributes()) will be ignored at runtime..
      Returns:
      a collection of ignored attributes