Class DeleteBaselineCommand
- java.lang.Object
-
- com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommandWrapper
-
- com.sodius.mdw.metamodel.integrity.io.command.DeleteBaselineCommand
-
- All Implemented Interfaces:
ExecutableCommand
public class DeleteBaselineCommand extends ExecutableCommandWrapper implements ExecutableCommand
Deletes a baseline on a document
Item
.Usage:
new DeleteBaselineCommand(myItem, "my baseline").execute();
- Since:
- 1.9.3
-
-
Constructor Summary
Constructors Constructor Description DeleteBaselineCommand(Item item, String label)
Instantiates a command to delete 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
-
-