@Command(name="import", description="import user data from an archive file, existing data will be erased.") public class UserImportCommand extends SingleOrDomainOperation
Modifier and Type | Class and Description |
---|---|
static class |
UserImportCommand.Reg |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
archiveFile |
Constructor and Description |
---|
UserImportCommand() |
Modifier and Type | Method and Description |
---|---|
BaseDirEntry.Kind[] |
getDirEntryKind() |
void |
synchronousDirOperation(java.lang.String domainUid,
ItemValue<DirEntry> de) |
TaskStatus |
waitEnd(TaskRef ref) |
forContext, run
public void synchronousDirOperation(java.lang.String domainUid, ItemValue<DirEntry> de) throws java.io.IOException
synchronousDirOperation
in class SingleOrDomainOperation
java.io.IOException
public BaseDirEntry.Kind[] getDirEntryKind()
getDirEntryKind
in class SingleOrDomainOperation
public TaskStatus waitEnd(TaskRef ref)
Copyright © 2021. All Rights Reserved.