print "setting input" removed in setinputparameter methods
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@99779 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bb1f64298c
commit
128e03e0d1
|
@ -158,7 +158,7 @@ public class GetTableDetails extends StandardLocalExternalAlgorithm {
|
|||
@Override
|
||||
protected void setInputParameters() {
|
||||
|
||||
AnalysisLogger.getLogger().debug("In GetTableDetails->setting inputs");
|
||||
// AnalysisLogger.getLogger().debug("In GetTableDetails->setting inputs");
|
||||
|
||||
// parameters specified by the user
|
||||
addStringInput("ResourceName", "The name of the resource", "");
|
||||
|
|
|
@ -180,7 +180,7 @@ public class ListDBInfo extends StandardLocalExternalAlgorithm {
|
|||
@Override
|
||||
protected void setInputParameters() {
|
||||
|
||||
AnalysisLogger.getLogger().debug("In ListDBInfo->setting inputs");
|
||||
// AnalysisLogger.getLogger().debug("In ListDBInfo->setting inputs");
|
||||
|
||||
// resource name specified by the user
|
||||
addStringInput("ResourceName", "The name of the resource", "");
|
||||
|
|
|
@ -127,7 +127,7 @@ public class ListNames extends StandardLocalExternalAlgorithm {
|
|||
@Override
|
||||
protected void setInputParameters() {
|
||||
|
||||
AnalysisLogger.getLogger().debug("In ListNames->setting inputs");
|
||||
// AnalysisLogger.getLogger().debug("In ListNames->setting inputs");
|
||||
addStringInput("MaxNumber", "Max Number of Resources (-1 for all)",
|
||||
"-1");
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ public class ListSchemas extends StandardLocalExternalAlgorithm {
|
|||
@Override
|
||||
protected void setInputParameters() {
|
||||
|
||||
AnalysisLogger.getLogger().debug("In ListSchemas->setting inputs");
|
||||
// AnalysisLogger.getLogger().debug("In ListSchemas->setting inputs");
|
||||
|
||||
// resource and database's name specified by the user
|
||||
|
||||
|
|
|
@ -215,7 +215,7 @@ public class ListTables extends StandardLocalExternalAlgorithm {
|
|||
@Override
|
||||
protected void setInputParameters() {
|
||||
|
||||
AnalysisLogger.getLogger().debug("In ListTables->setting inputs");
|
||||
// AnalysisLogger.getLogger().debug("In ListTables->setting inputs");
|
||||
|
||||
// parameters specified by the user
|
||||
addStringInput("ResourceName", "The name of the resource", "");
|
||||
|
|
Loading…
Reference in New Issue