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 interface
ServiceInputParameter
interface
ServiceOutputParameter
The 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 class
BaseServiceInputParameter
class
BaseServiceOutputParameter
-
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 String
ServiceParameterUtil. getParameterName(ServiceParameter parameter)
-