Class AddBaselineCommand
- java.lang.Object
-
- com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommandWrapper
-
- com.sodius.mdw.metamodel.integrity.io.command.AddBaselineCommand
-
- All Implemented Interfaces:
ExecutableCommand
public class AddBaselineCommand extends ExecutableCommandWrapper implements ExecutableCommand
Adds a baseline to a document
Item
based on its current state.Usage:
new AddBaselineCommand(myItem, "my baseline").execute();
- Since:
- 1.9.3
-
-
Constructor Summary
Constructors Constructor Description AddBaselineCommand(Item item, String label)
Instantiates a command to add a baseline.AddBaselineCommand(Item item, String label, String asOfLabel)
Instantiates a command to add a baseline.
-
Method Summary
-
Methods inherited from class com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommandWrapper
execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommand
execute
-
-