Uses of Enum Class
com.atlassian.confluence.internal.index.attachment.AttachmentStatus
Packages that use AttachmentStatus
-
Uses of AttachmentStatus in com.atlassian.confluence.internal.index.attachment
Methods in com.atlassian.confluence.internal.index.attachment that return AttachmentStatusModifier and TypeMethodDescriptionstatic AttachmentStatusReturns the enum constant of this class with the specified name.static AttachmentStatus[]AttachmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.internal.index.attachment that return types with arguments of type AttachmentStatusModifier and TypeMethodDescriptionAttachmentStatusManager.getAttachmentStatus(long id) Get attachment status for given attachment version.DefaultAttachmentStatusManager.getAttachmentStatus(long id) static Optional<AttachmentStatus> AttachmentStatus.ofNullable(String name) Methods in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentStatusModifier and TypeMethodDescriptionvoidAttachmentStatusManager.updateAttachmentStatus(long id, AttachmentStatus status) Update attachment status.voidDefaultAttachmentStatusManager.updateAttachmentStatus(long id, AttachmentStatus status)