Uses of Class
com.atlassian.confluence.internal.index.attachment.AttachmentStatus
-
Packages that use AttachmentStatus Package Description com.atlassian.confluence.internal.index.attachment -
-
Uses of AttachmentStatus in com.atlassian.confluence.internal.index.attachment
Methods in com.atlassian.confluence.internal.index.attachment that return AttachmentStatus Modifier and Type Method Description static AttachmentStatus
AttachmentStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachmentStatus[]
AttachmentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.internal.index.attachment that return types with arguments of type AttachmentStatus Modifier and Type Method Description Optional<AttachmentStatus>
AttachmentStatusManager. getAttachmentStatus(long id)
Get attachment status for given attachment version.Optional<AttachmentStatus>
DefaultAttachmentStatusManager. getAttachmentStatus(long id)
static Optional<AttachmentStatus>
AttachmentStatus. ofNullable(String name)
Methods in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentStatus Modifier and Type Method Description void
AttachmentStatusManager. updateAttachmentStatus(long id, AttachmentStatus status)
Update attachment status.void
DefaultAttachmentStatusManager. updateAttachmentStatus(long id, AttachmentStatus status)
-