Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceParameter
-
-
Uses of ServiceParameter in com.flowable.serviceregistry.api.repository
Subinterfaces of ServiceParameter in com.flowable.serviceregistry.api.repository Modifier and Type Interface Description interfaceServiceInputParameterinterfaceServiceOutputParameterThe interface of a service output parameter used in a service definition. -
Uses of ServiceParameter in com.flowable.serviceregistry.engine.impl.invoker.rest
Methods in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type ServiceParameter Modifier and Type Method Description static StringRestServiceUtil. convertToStringForUrlQueryParameter(Object value, ServiceParameter inputParameter) -
Uses of ServiceParameter in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ServiceParameter Modifier and Type Class Description classBaseServiceInputParameterclassBaseServiceOutputParameter -
Uses of ServiceParameter in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util with parameters of type ServiceParameter Modifier and Type Method Description static StringServiceParameterUtil. getParameterName(ServiceParameter parameter)
-