copyxnat.commands.rebuild_catalog_command module

Command which rebuilds the catalog for sessions of specified projects

class copyxnat.commands.rebuild_catalog_command.RebuildCatalogCommand(inputs, scope)[source]

Bases: copyxnat.xnat.commands.Command

Command which rebuilds the catalog for sessions of specified projects

CACHE_TYPE = 'cache'
COMMAND_LINE = 'rebuild-catalog'
HELP = 'Request a rebuild of the XNAT catalog to fix data issues'
MODIFY_DST_SERVER = False
MODIFY_SRC_SERVER = True
NAME = 'Rebuild Catalog'
USE_DST_SERVER = False
VERB = 'rebuild'