com.waveset.session
Interface ImportCommand

All Known Implementing Classes:
AddIfNotExists, AdminGroupUpdater, AuditConfigUpdater, AuditorMergePolicyUpdater, AuthTypeUpdater, ConfiguratorUpdater, DefaultLighthouseAccountPolicyUpdater, EmailTemplateUpdater, EndUserTasksUpdater, LoginConfigUpdater, LoginModGroupUpdater, MemberObjectGroupUpdater, MetaViewUpdater, PBEKeyUpdater, PolicyUpdater, ResetUpdater, ResourceManagerUpdater, ResourceUpdater, RiskAnalysisUpdater, RoleUpdater, SystemConfigurationUpdater, UserUIConfigUpdater, WorkItemUpdater

public interface ImportCommand


Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Method called by the Importer
 

Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Method called by the Importer

Throws:
WavesetException