Uses of Enum
org.apache.sling.distribution.queue.DistributionQueueState
Packages that use DistributionQueueState
-
Uses of DistributionQueueState in org.apache.sling.distribution.queue
Methods in org.apache.sling.distribution.queue that return DistributionQueueStateModifier and TypeMethodDescriptionDistributionQueueStatus.getState()get the state associated with the status of this queuestatic DistributionQueueStateReturns the enum constant of this type with the specified name.static DistributionQueueState[]DistributionQueueState.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sling.distribution.queue with parameters of type DistributionQueueStateModifierConstructorDescriptionDistributionQueueStatus(int itemsCount, @NotNull DistributionQueueState queueState)