public class IfsMvCommand extends IfsCommand
Command specification for IfsMvCommand Inputs :
Modifier and Type | Field and Description |
---|---|
protected IfsHandlePublicObjectVersioningCommand |
m_VersioningLayerCommand
Using this we call the versioning layer.
|
protected CommandContextPool |
m_VersioningLayerContextPool
Context pool for command contexts.
|
Constructor and Description |
---|
IfsMvCommand()
Default 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(MvContext context)
Executes a MvContext.
|
void |
populateNestedCommands(CommandInvoker commandInvoker)
Populates the command and context pool for Versioning Layer command.
|
postExecute, preExecute, run
protected IfsHandlePublicObjectVersioningCommand m_VersioningLayerCommand
protected CommandContextPool m_VersioningLayerContextPool
protected void execute(CommandContext context) throws IfsException
execute
in class IfsCommand
context
- context for this commandIfsException
- if the operation failsprotected void execute(MvContext context) throws IfsException
context
- context for this commandIfsException
- if the operation failspublic void populateNestedCommands(CommandInvoker commandInvoker) throws IfsException
populateNestedCommands
in interface Command
populateNestedCommands
in class IfsCommand
commandInvoker
- the command invokerIfsException
- if the operation failsCommandInvoker
public CommandContext createCommandContext() throws IfsException
createCommandContext
in interface Command
createCommandContext
in class IfsCommand
IfsException
- if the operation failsCommandContext
Copyright © 2023. All rights reserved.