Uses of Enum
org.camunda.community.rest.client.dto.HistoricProcessInstanceDto.StateEnum
Packages that use HistoricProcessInstanceDto.StateEnum
-
Uses of HistoricProcessInstanceDto.StateEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricProcessInstanceDto.StateEnumModifier and TypeMethodDescriptionHistoricProcessInstanceDto.getState()Last state of the process instance, possible values are: `ACTIVE` - running process instance `SUSPENDED` - suspended process instances `COMPLETED` - completed through normal end event `EXTERNALLY_TERMINATED` - terminated externally, for instance through REST API `INTERNALLY_TERMINATED` - terminated internally, for instance by terminating boundary eventReturns the enum constant of this type with the specified name.static HistoricProcessInstanceDto.StateEnum[]HistoricProcessInstanceDto.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.rest.client.dto that return types with arguments of type HistoricProcessInstanceDto.StateEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<HistoricProcessInstanceDto.StateEnum>HistoricProcessInstanceDto.getState_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type HistoricProcessInstanceDto.StateEnumModifier and TypeMethodDescriptionvoidHistoricProcessInstanceDto.setState(HistoricProcessInstanceDto.StateEnum state) HistoricProcessInstanceDto.state(HistoricProcessInstanceDto.StateEnum state) Method parameters in org.camunda.community.rest.client.dto with type arguments of type HistoricProcessInstanceDto.StateEnumModifier and TypeMethodDescriptionvoidHistoricProcessInstanceDto.setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<HistoricProcessInstanceDto.StateEnum> state)