|
DeregisterObject |
DeregisterObject.pl - Script to deregister a new BioMOBY Object
DeregisterObject.pl --central_conf=``list_of_central_config_files'' --object_conf=``list_of_service_config_files''
This script permit to deregister a BioMOBY object using 2 types of configuration files:
* central_conf:
This file contains where to deregister your service,
which mobycentral
You can give a list of config files to register
many centrals in one shot !
* object_conf:
This file contains information on the object,
like, type, description, URI, relationships
You can give a list of config files: in that case,
if a key is duplicated, the last value (in the
same order as your file list) overwrite the previous.
Title : executeDeregistering Usage : &executeDeregistering($ra_input_articles,$ra_output_articles,$rh_secondary) Prerequisite : none Function : Execute object deregistering on each mobycentral given as parameters Returns : undef if OK Args : none Globals : $RH_PARAM
Title : ControlUsage Usage : &ControlUsage() Prerequisite : none Function : Control usage of program Returns : undef if OK Args : $param_name Param to control Globals : $RH_PARAM
Title : PrintUsage Usage : &PrintUsage() Prerequisite : none Function : print usage of the program Returns : none Args : none Globals : none
|
DeregisterObject |