method
The method command is used to set parameters for data control plugins and apply the plugins to a database.
Usage | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
method | Displays a list of all the methods available to assign to a database. | ||||||||
method <method_id> | Displays details of the specified method, including the:
| ||||||||
method methods | Displays details of all the configured methods. | ||||||||
method addmethod <method_id> <type> <display_name> | Creates a new method.
| ||||||||
method <method_id> displayName <new_display_name> | Changes the display name of the specified method. | ||||||||
method <method_id> remove | Deletes the specified method. You can only delete a method using this command if it is not assigned to any databases. To delete a method that is assigned to a database, use the command method <method_id> remove increfs . | ||||||||
method <method_id> remove increfs | Deletes the specified method. This command will delete the method even if it is assigned to a database. | ||||||||
method removeall | Deletes all methods from the catalogue. You can only use this command if the methods are not assigned to any databases. To delete a method that is assigned to a database, use the command method <method_id> remove increfs . | ||||||||
method <method_id> dcplugins | Displays all the data control plugins assigned to this method. | ||||||||
method <method_id> <dc_plugin_id> | Displays the details of the specified data control plugin. | ||||||||
method <method_id> adddcplugin <dc_plugin_id> <library_name> <priority> | Assigns a data control plugin to this method.
| ||||||||
method <method_id> <dc_plugin_id> remove | Deletes the specified plugin from this method. | ||||||||
method <method_id> <dc_plugin_id> properties | Display the properties for the specified plugin | ||||||||
method <method_id> <dc_plugin_id> dcpluginid <new_id> | Changes the ID of the specified data control plugin. | ||||||||
method <method_id> <dc_plugin_id> libraryName <new_library_name> | Changes the library name of the specified data control plugin. | ||||||||
method <method_id> <dc_plugin_id> priority <priority> | Changes the priority of the specified data control plugin. If another plugin assigned to this method previously had this priority, then SuperADMIN changes that plugin's priority to be the next highest (i.e. the plugin whose priority you have just changed will be executed before the one that previously had this priority). | ||||||||
method <method_id> <dc_plugin_id> addproperty <property_name> <property_value> | Adds a property to the specified plugin. Notes:
| ||||||||
method <method_id> <dc_plugin_id> removeproperty <property_name> | Removes a property from the specified plugin. Enclose the <property_name> with double quotes. | ||||||||
method <method_id> common <property_name> | Displays the details of this specific common property. Enclose the <property_name> with double quotes. | ||||||||
method <method_id> common properties | Displays the common properties defined for this method. | ||||||||
method <method_id> common addproperty <property_name> <property_value> | Adds a common property to the specified method. Notes:
| ||||||||
method <method_id> common removeproperty <property_name> | Removes a common property from this method. Enclose the <property_name> with double quotes. | ||||||||
method <method_id> type {mandatory|table} | Set the type of the specified method to either mandatory or table . |