Class PropertiesCollectionResource

java.lang.Object
org.flowable.rest.service.api.management.PropertiesCollectionResource

@RestController public class PropertiesCollectionResource extends Object
Author:
Frederik Heremans
  • Field Details

  • Constructor Details

    • PropertiesCollectionResource

      public PropertiesCollectionResource()
  • Method Details

    • getProperties

      @GetMapping(value="/management/properties", produces="application/json") public Map<String,String> getProperties()