Class MCRObjectInfoCommands

java.lang.Object
org.mycore.datamodel.objectinfo.MCRObjectInfoCommands

@MCRCommandGroup(name="Object Info Commands") public class MCRObjectInfoCommands extends Object
  • Constructor Details

    • MCRObjectInfoCommands

      public MCRObjectInfoCommands()
  • Method Details

    • deleteAllObjectInfo

      @MCRCommand(syntax="remove all objectinfo", help="deletes the objectinfo for all objects") public static void deleteAllObjectInfo()
    • createAllObjectInfo

      @MCRCommand(syntax="create all objectinfo", help="reads all objects and creates the corresponding objectinfo", order=10) public static List<String> createAllObjectInfo()
    • createObjectInfoForBase

      @MCRCommand(syntax="create objectinfo for base {0}", help="reads all objects with base id {0} and creates the corresponding objectinfo") public static List<String> createObjectInfoForBase(String baseId)
    • createObjectInfoForObject

      @MCRCommand(syntax="create objectinfo for object {0}", help="creates the corresponding objectinfo for MCRObject {0}") public static void createObjectInfoForObject(String idStr)