Uses of Enum Class
ch.admin.bit.jeap.errorhandling.infrastructure.persistence.Error.ErrorState
Packages that use Error.ErrorState
Package
Description
-
Uses of Error.ErrorState in ch.admin.bit.jeap.errorhandling.domain.error
Methods in ch.admin.bit.jeap.errorhandling.domain.error with parameters of type Error.ErrorStateModifier and TypeMethodDescriptionErrorService.getErrorListByState(Error.ErrorState errorState, int pageIndex, int pageSize) -
Uses of Error.ErrorState in ch.admin.bit.jeap.errorhandling.domain.housekeeping
Fields in ch.admin.bit.jeap.errorhandling.domain.housekeeping with type parameters of type Error.ErrorStateModifier and TypeFieldDescriptionstatic final List<Error.ErrorState> RepositoryHousekeeping.ERROR_STATES -
Uses of Error.ErrorState in ch.admin.bit.jeap.errorhandling.infrastructure.persistence
Methods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence that return Error.ErrorStateModifier and TypeMethodDescription@NonNull Error.ErrorStateError.getState()static Error.ErrorStateReturns the enum constant of this class with the specified name.static Error.ErrorState[]Error.ErrorState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.errorhandling.infrastructure.persistence with parameters of type Error.ErrorStateModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Error> ErrorRepository.findAllByStateEqualsOrderByCreatedDesc(Error.ErrorState errorState, org.springframework.data.domain.Pageable pageable) voidError.setState(Error.ErrorState state) Error.ErrorBuilder.state(@NonNull Error.ErrorState state) Method parameters in ch.admin.bit.jeap.errorhandling.infrastructure.persistence with type arguments of type Error.ErrorStateModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice<ErrorQueryResult> ErrorRepository.findIdByStateInAndCreatedBefore(List<Error.ErrorState> state, ZonedDateTime created, org.springframework.data.domain.Pageable pageable) -
Uses of Error.ErrorState in ch.admin.bit.jeap.errorhandling.web.api
Methods in ch.admin.bit.jeap.errorhandling.web.api that return types with arguments of type Error.ErrorStateMethod parameters in ch.admin.bit.jeap.errorhandling.web.api with type arguments of type Error.ErrorStateModifier and TypeMethodDescriptionErrorSearchCriteria.ErrorSearchCriteriaBuilder.states(List<Error.ErrorState> states)