Class ReadResourceHandler

  • All Implemented Interfaces:
    OperationStepHandler

    public class ReadResourceHandler
    extends GlobalOperationHandlers.AbstractMultiTargetHandler
    OperationStepHandler reading a part of the model. The result will only contain the current attributes of a node by default, excluding all addressable children and runtime attributes. Setting the request parameter "recursive" to "true" will recursively include all children and configuration attributes. Queries can include runtime attributes by setting the request parameter "include-runtime" to "true".
    Author:
    Kabir Khan