Class BaseServiceInputParameter

java.lang.Object
com.flowable.serviceregistry.engine.impl.repository.BaseServiceParameter
com.flowable.serviceregistry.engine.impl.repository.BaseServiceInputParameter
All Implemented Interfaces:
ServiceInputParameter, ServiceParameter

public class BaseServiceInputParameter extends BaseServiceParameter implements ServiceInputParameter
  • Field Details

    • required

      protected boolean required
    • excludedFromBody

      protected boolean excludedFromBody
    • queryParameter

      protected boolean queryParameter
    • bodyLocation

      protected String bodyLocation
    • defaultValue

      protected Object defaultValue
  • Constructor Details

    • BaseServiceInputParameter

      public BaseServiceInputParameter()
  • Method Details