org.gcube.contentmanagement.contentmanager.smsplugin.contexts
Class SMSPluginContext
java.lang.Object
PluginContext
org.gcube.contentmanagement.contentmanager.smsplugin.contexts.SMSPluginContext
public class SMSPluginContext
- extends PluginContext
The context of the plugin.
- Author:
- Fabio Simeoni (University of Strathclyde), Federico De Faveri defaveri@isti.cnr.it
Field Summary |
static java.lang.String |
NS
The plugin's namespace. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS
public static final java.lang.String NS
- The plugin's namespace.
- See Also:
- Constant Field Values
SMSPluginContext
public SMSPluginContext()
throws java.lang.Exception
-
- Throws:
java.lang.Exception
initializeSMSInterface
public static void initializeSMSInterface(java.util.Collection<GCUBEScope> scopes,
GCUBESecurityManager securityManager)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCreatePayloads
public java.util.List<org.w3c.dom.Element> getCreatePayloads()
-
getFactory
public FactoryDelegate getFactory()
-