Package | Description |
---|---|
com.atlassian.confluence.internal.index.attachment |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentStatusManager.updateAttachmentStatus(long id,
AttachmentStatus status)
Update attachment status.
|
void |
DefaultAttachmentStatusManager.updateAttachmentStatus(long id,
AttachmentStatus status) |
Copyright © 2003–2017 Atlassian. All rights reserved.