public abstract class UpdateCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CliContext |
ctx |
protected UserUpdateCommand |
userUpdateCommand |
Constructor and Description |
---|
UpdateCommand(UserUpdateCommand userUpdateCommand) |
Modifier and Type | Method and Description |
---|---|
abstract void |
check() |
abstract void |
execute(java.lang.String domainUid,
ItemValue<User> user) |
abstract boolean |
mustBeExecuted() |
UpdateCommand |
setContext(CliContext ctx) |
protected final UserUpdateCommand userUpdateCommand
protected CliContext ctx
public UpdateCommand(UserUpdateCommand userUpdateCommand)
public UpdateCommand setContext(CliContext ctx)
public abstract boolean mustBeExecuted()
public abstract void check()
Copyright © 2021. All Rights Reserved.