@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, runpublic void synchronousDirOperation(java.lang.String domainUid,
                                    ItemValue<DirEntry> de)
                             throws java.io.IOException
synchronousDirOperation in class SingleOrDomainOperationjava.io.IOExceptionpublic BaseDirEntry.Kind[] getDirEntryKind()
getDirEntryKind in class SingleOrDomainOperationpublic TaskStatus waitEnd(TaskRef ref)
Copyright © 2021. All Rights Reserved.