The method command is used to set parameters for data control plugins and apply the plugins to a database.
To learn more about configuring Data Control plugins, see the documentation on
Data Control in SuperSTAR
.
|
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 |
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> 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. A plugin with a lower number priority will be executed first. If your new priority value is already assigned to an existing plugin, SuperADMIN automatically adjusts the priorities. For example, if plugin A already has a priority of 1 and you set plugin B to priority 1 then SuperADMIN will change the priority of plugin A to 2. In this example plugin B (priority 1) will be executed first, followed by plugin A (new priority 2). |
||||||||
|
method <method_id> <dc_plugin_id> addproperty <property_name> <property_value> |
Adds a property to the specified plugin.
|
||||||||
|
method <method_id> <dc_plugin_id> removeproperty <property_name> |
Removes a property from the specified plugin. Enclose the |
||||||||
|
method <method_id> common <property_name> |
Displays the details of this specific common property. Enclose the |
||||||||
|
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.
|
||||||||
|
method <method_id> common removeproperty <property_name> |
Removes a common property from this method. Enclose the |
||||||||
|
method <method_id> type {mandatory|table} |
Set the type of the specified method to either |