Class NodeExporterResource

java.lang.Object
net.datenwerke.rs.rest.resources.RsRestResource
net.datenwerke.rs.base.ext.service.rest.resources.NodeExporterResource
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class NodeExporterResource extends RsRestResource
  • Constructor Summary

    Constructors
    Constructor
    Description
    NodeExporterResource(<any> securityServiceProvider, <any> terminalServiceProvider, <any> terminalSessionProvider, <any> exportServiceProvider, <any> generalInfoServiceProvider, <any> authenticatorServiceProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Response
    getExportedNode(String path, boolean includeVariants, boolean flatten)
     

    Methods inherited from class net.datenwerke.rs.rest.resources.RsRestResource

    getRequest

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NodeExporterResource

      public NodeExporterResource(<any> securityServiceProvider, <any> terminalServiceProvider, <any> terminalSessionProvider, <any> exportServiceProvider, <any> generalInfoServiceProvider, <any> authenticatorServiceProvider)
  • Method Details

    • getExportedNode

      public Response getExportedNode(String path, boolean includeVariants, boolean flatten)