Interface IScriptImmutable
- All Superinterfaces:
IAbstractType
- All Known Subinterfaces:
IScript
- All Known Implementing Classes:
Script,ScriptImmutable
Read-only interface to an existing Script.
-
Method Summary
Modifier and TypeMethodDescriptionGet the description for this script.Get the entity of the script.getName()Get the name for this script.Get the script itself.Get the type of script.Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode
-
Method Details
-
getEntity
String getEntity()Get the entity of the script. The values can be EXPERIMENT, SAMPLE, DATA_SET, MATERIAL. -
getScriptType
String getScriptType()Get the type of script. The values can be either DYNAMIC or MANAGED -
getDescription
String getDescription()Get the description for this script.- Specified by:
getDescriptionin interfaceIAbstractType
-
getName
String getName()Get the name for this script. -
getScript
String getScript()Get the script itself.
-