Uses of Enum
io.camunda.client.protocol.rest.ElementInstanceStateEnum
Packages that use ElementInstanceStateEnum
-
Uses of ElementInstanceStateEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ElementInstanceStateEnumModifier and TypeMethodDescriptionstatic ElementInstanceStateEnumAdvancedElementInstanceStateFilter.get$Eq()Checks for equality with the provided value.ElementInstanceStateFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedElementInstanceStateFilter.get$Neq()Checks for inequality with the provided value.ElementInstanceStateFilterProperty.get$Neq()Checks for inequality with the provided value.ElementInstanceResult.getState()State of element instance as defined set of values.static ElementInstanceStateEnumReturns the enum constant of this type with the specified name.static ElementInstanceStateEnum[]ElementInstanceStateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest that return types with arguments of type ElementInstanceStateEnumModifier and TypeMethodDescriptionAdvancedElementInstanceStateFilter.get$In()Checks if the property matches any of the provided values.ElementInstanceStateFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type ElementInstanceStateEnumModifier and TypeMethodDescriptionAdvancedElementInstanceStateFilter.$eq(ElementInstanceStateEnum $eq) ElementInstanceStateFilterProperty.$eq(ElementInstanceStateEnum $eq) AdvancedElementInstanceStateFilter.$neq(ElementInstanceStateEnum $neq) ElementInstanceStateFilterProperty.$neq(ElementInstanceStateEnum $neq) AdvancedElementInstanceStateFilter.add$InItem(ElementInstanceStateEnum $inItem) ElementInstanceStateFilterProperty.add$InItem(ElementInstanceStateEnum $inItem) voidAdvancedElementInstanceStateFilter.set$Eq(ElementInstanceStateEnum $eq) voidElementInstanceStateFilterProperty.set$Eq(ElementInstanceStateEnum $eq) voidAdvancedElementInstanceStateFilter.set$Neq(ElementInstanceStateEnum $neq) voidElementInstanceStateFilterProperty.set$Neq(ElementInstanceStateEnum $neq) voidElementInstanceResult.setState(ElementInstanceStateEnum state) ElementInstanceResult.state(ElementInstanceStateEnum state) Method parameters in io.camunda.client.protocol.rest with type arguments of type ElementInstanceStateEnumModifier and TypeMethodDescriptionAdvancedElementInstanceStateFilter.$in(List<ElementInstanceStateEnum> $in) ElementInstanceStateFilterProperty.$in(List<ElementInstanceStateEnum> $in) voidAdvancedElementInstanceStateFilter.set$In(List<ElementInstanceStateEnum> $in) voidElementInstanceStateFilterProperty.set$In(List<ElementInstanceStateEnum> $in)