Uses of Enum
io.camunda.client.api.search.response.DecisionDefinitionType
Packages that use DecisionDefinitionType
Package
Description
-
Uses of DecisionDefinitionType in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type DecisionDefinitionTypeModifier and TypeMethodDescriptionDecisionInstanceFilter.decisionDefinitionType(DecisionDefinitionType decisionDefinitionType) Filter by decisionDefinitionType -
Uses of DecisionDefinitionType in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return DecisionDefinitionTypeModifier and TypeMethodDescriptionDecisionInstance.getDecisionDefinitionType()static DecisionDefinitionTypeReturns the enum constant of this type with the specified name.static DecisionDefinitionType[]DecisionDefinitionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DecisionDefinitionType in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type DecisionDefinitionTypeModifier and TypeMethodDescriptionDecisionInstanceFilterImpl.decisionDefinitionType(DecisionDefinitionType decisionDefinitionType) -
Uses of DecisionDefinitionType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return DecisionDefinitionTypeConstructors in io.camunda.client.impl.search.response with parameters of type DecisionDefinitionTypeModifierConstructorDescriptionDecisionInstanceImpl(JsonMapper jsonMapper, long decisionInstanceKey, String decisionInstanceId, DecisionInstanceState state, String evaluationDate, String evaluationFailure, Long processDefinitionKey, Long processInstanceKey, long decisionKey, String decisionDefinitionId, String decisionDefinitionName, int decisionDefinitionVersion, DecisionDefinitionType decisionDefinitionType, String tenantId, List<EvaluatedDecisionInput> evaluatedInputs, List<MatchedDecisionRule> matchedRules)