Uses of Enum Class
org.keycloak.models.jpa.entities.OutboxEntryStatus
Packages that use OutboxEntryStatus
-
Uses of OutboxEntryStatus in org.keycloak.events.outbox
Methods in org.keycloak.events.outbox that return types with arguments of type OutboxEntryStatusModifier and TypeMethodDescriptionOutboxStore.countStatusesForOwner(String entryKind, String ownerId) OutboxStore.countStatusesForRealm(String entryKind, String realmId) OutboxStore.oldestCreatedAtPerStatusForOwner(String entryKind, String ownerId) OutboxStore.oldestCreatedAtPerStatusForRealm(String entryKind, String realmId) Methods in org.keycloak.events.outbox with parameters of type OutboxEntryStatusModifier and TypeMethodDescriptionlongOutboxStore.countForOwnerByStatus(String entryKind, String ownerId, OutboxEntryStatus status) Counts an owner's rows in a given status.intOutboxStore.deleteByOwnerAndStatus(String entryKind, String ownerId, OutboxEntryStatus status) intOutboxStore.deleteByOwnerAndStatusOlderThan(String entryKind, String ownerId, OutboxEntryStatus status, Instant cutoff) intOutboxStore.deleteByRealmAndStatus(String entryKind, String realmId, OutboxEntryStatus status) intOutboxStore.deleteByRealmAndStatusOlderThan(String entryKind, String realmId, OutboxEntryStatus status, Instant cutoff) protected StringOutboxStore.enqueueInStatus(OutboxEntryStatus status, String entryKind, String realmId, String ownerId, String containerId, String correlationId, String entryType, String payload, String metadata) -
Uses of OutboxEntryStatus in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as OutboxEntryStatusFields in org.keycloak.models.jpa.entities with type parameters of type OutboxEntryStatusModifier and TypeFieldDescriptionstatic final Set<OutboxEntryStatus>OutboxEntryStatus.QUEUEDStatuses representing entries that are queued — i.e.Methods in org.keycloak.models.jpa.entities that return OutboxEntryStatusModifier and TypeMethodDescriptionOutboxEntryEntity.getStatus()static OutboxEntryStatusReturns the enum constant of this class with the specified name.static OutboxEntryStatus[]OutboxEntryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.models.jpa.entities with parameters of type OutboxEntryStatus