public static interface StreamAttachmentStore.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
StreamAttachmentStore.Factory.StoreType |
Modifier and Type | Method and Description |
---|---|
StreamAttachmentStore |
createStoreFor(StreamAttachmentStore.Factory.StoreType storeType)
Creates the store for this factory
|
boolean |
isConfiguredFor(StreamAttachmentStore.Factory.StoreType storeType)
We ask the factory if the store is ready for this configuration
We use this to enable/disable the configuration in the EditAttachmentsSettings page
|
StreamAttachmentStore createStoreFor(StreamAttachmentStore.Factory.StoreType storeType)
storeType
- we pass if we are requesting a PRIMARY or SECONDARY for the plugin to configure it safelyboolean isConfiguredFor(StreamAttachmentStore.Factory.StoreType storeType)
storeType
- the store typeCopyright © 2002-2015 Atlassian. All Rights Reserved.