|
Version: ${maven.project.version} | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParamDef | |
---|---|
org.soaplab.services | |
org.soaplab.services.cmdline | |
org.soaplab.services.metadata |
Uses of ParamDef in org.soaplab.services |
---|
Methods in org.soaplab.services with parameters of type ParamDef | |
---|---|
boolean |
Job.isDataReferenceSafe(java.lang.String dataRef,
ParamDef paramDef)
Check if the 'dataRef' (which is a file name or a URL) is safe for this job. |
boolean |
AbstractJob.isDataReferenceSafe(java.lang.String dataRef,
ParamDef paramDef)
Check if the 'dataRef' (which is a file name or a URL) is safe for this job. |
Uses of ParamDef in org.soaplab.services.cmdline |
---|
Methods in org.soaplab.services.cmdline that return ParamDef | |
---|---|
ParamDef |
Parameter.getDefinition()
Return a definition of this parameter. |
Uses of ParamDef in org.soaplab.services.metadata |
---|
Subclasses of ParamDef in org.soaplab.services.metadata | |
---|---|
class |
ChoiceParamDef
A data structure defining a 'boolean' or 'radio-group' parameter. |
class |
IOParamDef
A data structure defining input/output types of an analysis tools. |
class |
StdParamDef
A data structure defining a standard parameter. |
Fields in org.soaplab.services.metadata declared as ParamDef | |
---|---|
ParamDef[] |
ChoiceParamDef.bools
|
Methods in org.soaplab.services.metadata that return ParamDef | |
---|---|
ParamDef[] |
MetadataAccessor.getParamDefs()
Return description of all parameters for an analysis. |
ParamDef[] |
MetadataAccessorXML.getParamDefs()
|
|
Version: ${maven.project.version} | ||||||||
PREV NEXT | FRAMES NO FRAMES |