Klasse GroovyParameter
java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.businesslogic.util.scriptable.GroovyParameter
- Alle implementierten Schnittstellen:
groovy.lang.GroovyObject
@Scriptable
public class GroovyParameter
extends groovy.lang.GroovyObjectSupport
In a workflow environment: g_parameter
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontainsParameter(String p_strKey) Returns the value of a parameter.Returns the value of a parameter.getProperty(String p_strKey) voidVeraltet.DO ABSOLUTELY NOT USE THIS METHOD!voidsetProperty(String p_strKey, Object p_value) Von Klasse geerbte Methoden groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden groovy.lang.GroovyObject
invokeMethod
-
Konstruktordetails
-
GroovyParameter
-
GroovyParameter
public GroovyParameter(de.uplanet.lucy.server.binding.IBinding p_ctx)
-
-
Methodendetails
-
get
Returns the value of a parameter.- Parameter:
p_strKey- The parameter name- Gibt zurück:
- The parameter value or
nullif no parameter found or no value was set.
-
get
Returns the value of a parameter.- Parameter:
p_strKey- The parameter namep_fallback- The fallback value. Will returned when no parameter found or the parameter value isnull.- Gibt zurück:
- The parameter value or the given fallback value for a not existing or an
nullparameter value.
-
containsParameter
- Parameter:
p_strKey- The parameter name- Gibt zurück:
- Returns
trueif an parameter with the given name exists otherwisefalse
-
getProperty
-
setProperty
-
getAt
-
putAt
Veraltet.DO ABSOLUTELY NOT USE THIS METHOD!
-