public class IfsDeleteLibraryObjectCommand extends IfsCommand
Command specification for IfsDeleteLibraryObjectCommand
Inputs:
Constructor and Description |
---|
IfsDeleteLibraryObjectCommand()
Defualt Constructor
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
protected void |
execute(CommandContext context)
Execute a CommandContext.
|
protected void |
execute(DeleteLibraryObjectContext context)
Execute IfsDeleteLibraryObjectContext.
|
populateNestedCommands, postExecute, preExecute, run
public IfsDeleteLibraryObjectCommand()
protected void execute(CommandContext context) throws IfsException
execute
in class IfsCommand
context
- instance of CommandContextIfsException
- if the operation failsprotected void execute(DeleteLibraryObjectContext context) throws IfsException
context
- instance of CommandContextIfsException
- if the operation failspublic CommandContext createCommandContext() throws IfsException
createCommandContext
in interface Command
createCommandContext
in class IfsCommand
CommandContext
.IfsException
- if the operation failsCommandContext
Copyright © 2023. All rights reserved.