@ParametersAreNonnullByDefault public interface TemporaryAttachmentMonitorStore
Modifier and Type | Method and Description |
---|---|
Collection<TemporaryWebAttachment> |
getByFormToken(String formToken) |
io.atlassian.fugue.Option<TemporaryWebAttachment> |
getById(TemporaryAttachmentId temporaryAttachmentId) |
boolean |
putIfAbsent(TemporaryWebAttachment temporaryWebAttachment) |
io.atlassian.fugue.Option<TemporaryWebAttachment> |
removeById(TemporaryAttachmentId temporaryAttachmentId) |
long |
removeOlderThan(org.joda.time.DateTime dateTime) |
io.atlassian.fugue.Option<TemporaryWebAttachment> getById(TemporaryAttachmentId temporaryAttachmentId)
Collection<TemporaryWebAttachment> getByFormToken(String formToken)
io.atlassian.fugue.Option<TemporaryWebAttachment> removeById(TemporaryAttachmentId temporaryAttachmentId)
boolean putIfAbsent(TemporaryWebAttachment temporaryWebAttachment)
long removeOlderThan(org.joda.time.DateTime dateTime)
Copyright © 2002-2023 Atlassian. All Rights Reserved.