com.ibm.tivoli.maximo.fwm.unittest.cover.mapman

Class MapManagerLibrary

  • java.lang.Object
    • com.ibm.tivoli.maximo.fwm.unittest.cover.mapman.MapManagerLibrary


  • public class MapManagerLibrary
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static MapManager createBasicMapManager()
      Use this method to create a Item with the following options: Lot Type: No Lot Non-rotating non-capitalized Use this method only for a an mapmanager that is only needed for one JUnit
      static MapManager createMapManager(java.lang.String name)
      Use this method to create a workorder that will spawn over multiple unittest.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapManagerLibrary

        public MapManagerLibrary()
    • Method Detail

      • createBasicMapManager

        public static MapManager createBasicMapManager()
        Use this method to create a Item with the following options: Lot Type: No Lot Non-rotating non-capitalized Use this method only for a an mapmanager that is only needed for one JUnit
        Returns:
      • createMapManager

        public static MapManager createMapManager(java.lang.String name)
        Use this method to create a workorder that will spawn over multiple unittest.
        Parameters:
        name - The name you want to give the mbo
        Returns:
        Either the created WO or a saved WO, if one exists.