Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceParameter
-
Packages that use ServiceParameter Package Description com.flowable.serviceregistry.api.repository com.flowable.serviceregistry.engine.impl.repository com.flowable.serviceregistry.engine.impl.util -
-
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.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)
-