Uses of Class
io.camunda.client.impl.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.camunda.client.impl
Constructors in io.camunda.client.impl with parameters of type HttpClientModifierConstructorDescriptionCamundaClientImpl(CamundaClientConfiguration configuration, io.grpc.ManagedChannel channel, HttpClient httpClient) CamundaClientImpl(CamundaClientConfiguration config, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub, ExecutorResource executorResource, HttpClient httpClient) -
Uses of HttpClient in io.camunda.client.impl.command
Constructors in io.camunda.client.impl.command with parameters of type HttpClientModifierConstructorDescriptionActivateAdHocSubProcessActivitiesCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String adHocSubProcessInstanceKey) ActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignGroupToTenantCommandImpl(HttpClient httpClient, String tenantId) AssignMappingToGroupCommandImpl(HttpClient httpClient, String groupId) AssignMappingToTenantCommandImpl(HttpClient httpClient, String tenantId) AssignRoleToClientCommandImpl(HttpClient httpClient) AssignRoleToGroupCommandImpl(HttpClient httpClient) AssignRoleToMappingCommandImpl(HttpClient httpClient) AssignRoleToTenantCommandImpl(HttpClient httpClient, String tenantId) AssignRoleToUserCommandImpl(HttpClient httpClient) AssignUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) AssignUserToGroupCommandImpl(String groupId, HttpClient httpClient) AssignUserToTenantCommandImpl(HttpClient httpClient, String tenantId) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) ClockPinCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) ClockResetCommandImpl(HttpClient httpClient) CompleteJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CompleteUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) CorrelateMessageCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateBatchOperationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, BatchOperationTypeEnum type, Function<Consumer<E>, E> filterFactory) CreateBatchOperationCommandStep1Impl(HttpClient httpClient, JsonMapper jsonMapper) CreateDocumentBatchCommandImpl(JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateDocumentCommandImpl(JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateDocumentLinkCommandImpl(String documentId, String storeId, String contentHash, JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateGroupCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateMappingCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder grpcRequestObject, Predicate<CredentialsProvider.StatusCode> retryPredicate, Duration requestTimeout, HttpClient httpClient, boolean preferRestOverGrpc, ProcessInstanceCreationInstruction httpRequestObject) CreateRoleCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateUserCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) DeleteAuthorizationCommandImpl(HttpClient httpClient, long authorizationKey) DeleteDocumentCommandImpl(String documentId, String storeId, HttpClient client, CamundaClientConfiguration configuration) DeleteGroupCommandImpl(String groupId, HttpClient httpClient) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) DeleteRoleCommandImpl(HttpClient httpClient, String roleId) DeleteTenantCommandImpl(HttpClient httpClient) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) Deprecated.EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) Deprecated.FailJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) JobUpdateCommandImpl(long jobKey, HttpClient httpClient, JsonMapper jsonMapper) JobUpdateRetriesCommandImpl(GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) JobUpdateTimeoutCommandImpl(GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) MigrateProcessInstanceCommandImpl(long processInstanceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) RemoveUserFromTenantCommandImpl(HttpClient httpClient, String tenantId) ResolveIncidentCommandImpl(GatewayGrpc.GatewayStub asyncStub, long incidentKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) SetVariablesCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long elementInstanceKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) ThrowErrorCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) TopologyRequestImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, boolean useRest) UnassignGroupFromTenantCommandImpl(HttpClient httpClient, String tenantId) UnassignMappingFromGroupCommandImpl(HttpClient httpClient, String groupId) UnassignRoleFromClientCommandImpl(HttpClient httpClient) UnassignRoleFromGroupCommandImpl(HttpClient httpClient) UnassignRoleFromMappingCommandImpl(HttpClient httpClient) UnassignRoleFromTenantCommandImpl(HttpClient httpClient, String tenantId) UnassignRoleFromUserCommandImpl(HttpClient httpClient) UnassignUserFromGroupCommandImpl(String groupId, HttpClient httpClient) UnassignUserTaskCommandImpl(HttpClient httpClient, long userTaskKey) UpdateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long authorizationKey) UpdateGroupCommandImpl(String groupId, HttpClient httpClient, JsonMapper jsonMapper) UpdateRoleCommandImpl(HttpClient httpClient, String roleId, JsonMapper jsonMapper) UpdateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UpdateUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) -
Uses of HttpClient in io.camunda.client.impl.fetch
Constructors in io.camunda.client.impl.fetch with parameters of type HttpClientModifierConstructorDescriptionBatchOperationGetRequestImpl(HttpClient httpClient, long batchOperationKey) DecisionDefinitionGetRequestImpl(HttpClient httpClient, long decisionDefinitionKey) DecisionDefinitionGetXmlRequestImpl(HttpClient httpClient, long decisionKey) DecisionInstanceGetRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String decisionInstanceId) DecisionRequirementsGetRequestImpl(HttpClient httpClient, long decisionRequirementsKey) DecisionRequirementsGetXmlRequestImpl(HttpClient httpClient, long decisionRequirementsKey) DocumentContentGetRequestImpl(HttpClient httpClient, String documentId, String storeId, String contentHash, CamundaClientConfiguration configuration) ElementInstanceGetRequestImpl(HttpClient httpClient, long elementInstanceKey) GroupGetRequestImpl(HttpClient httpClient, String groupId) IncidentGetRequestImpl(HttpClient httpClient, long incidentKey) ProcessDefinitionGetFormRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessDefinitionGetRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessDefinitionGetXmlRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessInstanceGetCallHierarchyRequestImpl(HttpClient httpClient, long processInstanceKey) ProcessInstanceGetRequestImpl(HttpClient httpClient, long processInstanceKey) RoleGetRequestImpl(HttpClient httpClient, String roleId) UserTaskGetFormRequestImpl(HttpClient httpClient, long userTaskKey) UserTaskGetRequestImpl(HttpClient httpClient, long userTaskKey) VariableGetRequestImpl(HttpClient httpClient, long variableKey) -
Uses of HttpClient in io.camunda.client.impl.http
Methods in io.camunda.client.impl.http that return HttpClient -
Uses of HttpClient in io.camunda.client.impl.search.request
Constructors in io.camunda.client.impl.search.request with parameters of type HttpClientModifierConstructorDescriptionAdHocSubProcessActivitySearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) BatchOperationItemSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) BatchOperationSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ClientsByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) DecisionDefinitionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionRequirementsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ElementInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) GroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) IncidentSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) MappingsByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) MappingsByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) ProcessDefinitionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceSequenceFlowsRequestImpl(HttpClient httpClient, long processInstanceKey) RolesByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) RolesByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) RolesSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UsersByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) UsersByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) UserTaskSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskVariableSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) VariableSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) -
Uses of HttpClient in io.camunda.client.impl.statistics.request
Constructors in io.camunda.client.impl.statistics.request with parameters of type HttpClientModifierConstructorDescriptionProcessDefinitionElementStatisticsRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long processDefinitionKey) ProcessInstanceElementStatisticsRequestImpl(HttpClient httpClient, long processInstanceKey) -
Uses of HttpClient in io.camunda.client.impl.worker
Constructors in io.camunda.client.impl.worker with parameters of type HttpClientModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)
invalid reference