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, runprotected IfsHandlePublicObjectVersioningCommand m_VersioningLayerCommand
protected CommandContextPool m_VersioningLayerContextPool
protected void execute(CommandContext context) throws IfsException
execute in class IfsCommandcontext - 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 CommandpopulateNestedCommands in class IfsCommandcommandInvoker - the command invokerIfsException - if the operation failsCommandInvokerpublic CommandContext createCommandContext() throws IfsException
createCommandContext in interface CommandcreateCommandContext in class IfsCommandIfsException - if the operation failsCommandContextCopyright © 2025. All rights reserved.