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 |
|---|---|
java.lang.Runnable |
forContext(CliContext ctx) |
abstract BaseDirEntry.Kind[] |
getDirEntryKind() |
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 java.lang.Runnable forContext(CliContext ctx)
forContext in interface ICmdLetpublic void run()
run in interface java.lang.RunnableCopyright © 2021. All Rights Reserved.