Uses of Class
org.gcube.contentmanagement.contentmanager.smsplugin.types.SMSCreateParameters

Packages that use SMSCreateParameters
org.gcube.contentmanagement.contentmanager.smsplugin.delegates   
org.gcube.contentmanagement.contentmanager.smsplugin.types   
org.gcube.contentmanagement.contentmanager.smsplugin.util   
 

Uses of SMSCreateParameters in org.gcube.contentmanagement.contentmanager.smsplugin.delegates
 

Classes in org.gcube.contentmanagement.contentmanager.smsplugin.delegates with type parameters of type SMSCreateParameters
 class TypedFactory<T extends SMSCreateParameters>
           
 

Uses of SMSCreateParameters in org.gcube.contentmanagement.contentmanager.smsplugin.types
 

Subclasses of SMSCreateParameters in org.gcube.contentmanagement.contentmanager.smsplugin.types
 class SMSWrapCollection
          Parameters to indicate a collection wrapping.
 

Uses of SMSCreateParameters in org.gcube.contentmanagement.contentmanager.smsplugin.util
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.util with type parameters of type SMSCreateParameters
static
<T extends SMSCreateParameters>
T
ConversionUtil.fromElement(org.w3c.dom.Element e, java.lang.Class<T> type)
          Facility to transform a DOM element into an JAXB-annotated object
 

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.util with parameters of type SMSCreateParameters
static org.w3c.dom.Element ConversionUtil.toElement(SMSCreateParameters o)
          Facility to transform a JAXB-annotated object into a DOM element.