java.lang.Object | |
↳ | com.atlassian.jira.portal.gadgets.OfbizExternalGadgetStore |
Ofbiz implementation of the ExternalGadgetStore.
Nested Classes | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OfbizExternalGadgetStore.Columns |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TABLE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds the URI specified to the whitelist.
| |||||||||||
Checks if the specified URI is already contained in the store
| |||||||||||
Retrieves a set of all external gadgets whitelisted in the directory.
| |||||||||||
Removes the URI specified from the whitelist.
|
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||
From interface
com.atlassian.jira.portal.gadgets.ExternalGadgetStore
|
Adds the URI specified to the whitelist.
uri | The gadget URI to add |
---|
Checks if the specified URI is already contained in the store
uri | the URI to check for |
---|
Retrieves a set of all external gadgets whitelisted in the directory.
Removes the URI specified from the whitelist.
id | The id to remove |
---|