Uses of Enum
io.camunda.client.api.search.enums.AuditLogCategoryEnum
Packages that use AuditLogCategoryEnum
Package
Description
-
Uses of AuditLogCategoryEnum in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return AuditLogCategoryEnumModifier and TypeMethodDescriptionstatic AuditLogCategoryEnumReturns the enum constant of this type with the specified name.static AuditLogCategoryEnum[]AuditLogCategoryEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuditLogCategoryEnum in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type AuditLogCategoryEnumModifier and TypeMethodDescriptionAuditLogFilter.category(AuditLogCategoryEnum category) Filter audit logs by the category -
Uses of AuditLogCategoryEnum in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return AuditLogCategoryEnum -
Uses of AuditLogCategoryEnum in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type AuditLogCategoryEnum -
Uses of AuditLogCategoryEnum in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type AuditLogCategoryEnumModifier and TypeMethodDescriptionAuditLogCategoryFilterPropertyImpl.eq(AuditLogCategoryEnum value) AuditLogCategoryFilterPropertyImpl.in(AuditLogCategoryEnum... values) AuditLogCategoryFilterPropertyImpl.neq(AuditLogCategoryEnum value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type AuditLogCategoryEnumModifier and TypeMethodDescriptionAuditLogCategoryFilterPropertyImpl.in(List<AuditLogCategoryEnum> values) -
Uses of AuditLogCategoryEnum in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return AuditLogCategoryEnumMethods in io.camunda.client.impl.search.response with parameters of type AuditLogCategoryEnumModifier and TypeMethodDescriptionvoidAuditLogResultImpl.setCategory(AuditLogCategoryEnum category)