Package io.camunda.service
Class FlowNodeInstanceServices
java.lang.Object
io.camunda.service.ApiServices<FlowNodeInstanceServices>
io.camunda.service.search.core.SearchQueryService<FlowNodeInstanceServices,FlowNodeInstanceQuery,FlowNodeInstanceEntity>
io.camunda.service.FlowNodeInstanceServices
public final class FlowNodeInstanceServices
extends SearchQueryService<FlowNodeInstanceServices,FlowNodeInstanceQuery,FlowNodeInstanceEntity>
-
Field Summary
Fields inherited from class io.camunda.service.search.core.SearchQueryService
executorFields inherited from class io.camunda.service.ApiServices
authentication, brokerClient, searchClient, transformers -
Constructor Summary
ConstructorsConstructorDescriptionFlowNodeInstanceServices(BrokerClient brokerClient, CamundaSearchClient dataStoreClient) FlowNodeInstanceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) -
Method Summary
Modifier and TypeMethodDescriptionsearch(FlowNodeInstanceQuery query) withAuthentication(Authentication authentication) Methods inherited from class io.camunda.service.ApiServices
getDocumentOrEmpty, sendBrokerRequest, sendBrokerRequestWithFullResponse, withAuthentication
-
Constructor Details
-
FlowNodeInstanceServices
-
FlowNodeInstanceServices
public FlowNodeInstanceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication)
-
-
Method Details
-
withAuthentication
- Specified by:
withAuthenticationin classApiServices<FlowNodeInstanceServices>
-
search
- Specified by:
searchin classSearchQueryService<FlowNodeInstanceServices,FlowNodeInstanceQuery, FlowNodeInstanceEntity>
-
search
-