public abstract class SingleOrDomainOperation extends java.lang.Object implements ICmdLet, java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
protected CliUtils | 
cliUtils  | 
protected CliContext | 
ctx  | 
java.lang.String | 
match  | 
boolean | 
noProgress  | 
java.lang.String | 
target  | 
int | 
workers  | 
| Constructor and Description | 
|---|
SingleOrDomainOperation()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
done()  | 
java.lang.Runnable | 
forContext(CliContext ctx)  | 
abstract BaseDirEntry.Kind[] | 
getDirEntryKind()  | 
void | 
preIterate(java.util.Set<java.lang.String> domains)
Runs before iterating the entries 
 | 
void | 
run()  | 
abstract void | 
synchronousDirOperation(java.lang.String domainUid,
                       ItemValue<DirEntry> de)  | 
protected CliContext ctx
protected CliUtils cliUtils
public java.lang.String target
public int workers
public java.lang.String match
public boolean noProgress
public abstract void synchronousDirOperation(java.lang.String domainUid,
                                             ItemValue<DirEntry> de)
                                      throws java.lang.Exception
java.lang.Exceptionpublic abstract BaseDirEntry.Kind[] getDirEntryKind()
public void done()
public java.lang.Runnable forContext(CliContext ctx)
forContext in interface ICmdLetpublic void run()
run in interface java.lang.Runnablepublic void preIterate(java.util.Set<java.lang.String> domains)
entriesWithDomainUid - Copyright © 2023. All Rights Reserved.