Uses of Enum Class
org.eblocker.server.common.blocker.UpdateStatus
Packages that use UpdateStatus
-
Uses of UpdateStatus in org.eblocker.server.common.blocker
Methods in org.eblocker.server.common.blocker that return UpdateStatusModifier and TypeMethodDescriptionBlocker.getUpdateStatus()ExternalDefinition.getUpdateStatus()static UpdateStatusReturns the enum constant of this class with the specified name.static UpdateStatus[]UpdateStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.blocker with parameters of type UpdateStatusModifier and TypeMethodDescriptionvoidExternalDefinition.setUpdateStatus(UpdateStatus updateStatus) Constructors in org.eblocker.server.common.blocker with parameters of type UpdateStatusModifierConstructorDescriptionBlocker(Integer id, Map<String, String> name, Map<String, String> description, BlockerType type, Category category, Long lastUpdate, boolean providedByEblocker, String url, String content, Format format, String error, UpdateInterval updateInterval, UpdateStatus updateStatus, boolean enabled, String filterType) ExternalDefinition(int id, String name, String description, Category category, Type type, Integer referenceId, Format format, String url, UpdateInterval updateInterval, UpdateStatus updateStatus, String updateError, String file, boolean enabled, String filterType)