Uses of Interface
org.gcube.contentmanagement.contentmanager.smsplugin.delegates.importer.model.SMSCommand

Packages that use SMSCommand
org.gcube.contentmanagement.contentmanager.smsplugin.delegates   
org.gcube.contentmanagement.contentmanager.smsplugin.delegates.importer.model   
 

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

Methods in org.gcube.contentmanagement.contentmanager.smsplugin.delegates that return types with arguments of type SMSCommand
static java.util.List<SMSCommand> GDocConversionUtil.buildNodeUpdate(InnerNode node)
          Builds the update commands for the specified node.
static java.util.List<SMSCommand> GDocConversionUtil.buildUpdateCommands(InnerNode node)
          Builds the update commands for the specified node.
 

Uses of SMSCommand in org.gcube.contentmanagement.contentmanager.smsplugin.delegates.importer.model
 

Classes in org.gcube.contentmanagement.contentmanager.smsplugin.delegates.importer.model that implement SMSCommand
 class CreateInfoObjectCommand
           
 class CreateReferenceCommand
           
 class DeleteInfoObjectCommand
           
 class UpdateInfoObjectCommand
           
 

Method parameters in org.gcube.contentmanagement.contentmanager.smsplugin.delegates.importer.model with type arguments of type SMSCommand
static void WriteUtil.printSMSCommands(java.util.List<SMSCommand> commands)