public class IfsCheckOutCommand extends IfsCommand
Command specification for IfsCheckOutCommand
Inputs:
vs
.
vs
is already reserved, an IfsException(68031)
will be thrown.
vs
. Constructor and Description |
---|
IfsCheckOutCommand()
Defualt Constructor
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
protected void |
execute(CheckOutContext context)
Execute a CheckOutContext.
|
protected void |
execute(CommandContext context)
Execute a CommandContext.
|
populateNestedCommands, postExecute, preExecute, run
protected void execute(CommandContext context) throws IfsException
execute
in class IfsCommand
context
- The command context.IfsException
- if execution failsprotected void execute(CheckOutContext context) throws IfsException
context
- The command context.IfsException
public CommandContext createCommandContext() throws IfsException
createCommandContext
in interface Command
createCommandContext
in class IfsCommand
IfsException
CommandContext
Copyright © 2023. All rights reserved.