Class GroovyParameter
java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.businesslogic.util.scriptable.GroovyParameter
- All Implemented Interfaces:
groovy.lang.GroovyObject
@Scriptable
public class GroovyParameter
extends groovy.lang.GroovyObjectSupport
In a workflow environment: g_parameter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsParameter
(String p_strKey) Returns the value of a parameter.Returns the value of a parameter.getProperty
(String p_strKey) void
Deprecated.DO ABSOLUTELY NOT USE THIS METHOD!void
setProperty
(String p_strKey, Object p_value) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
GroovyParameter
-
GroovyParameter
public GroovyParameter(de.uplanet.lucy.server.binding.IBinding p_ctx)
-
-
Method Details
-
get
Returns the value of a parameter.- Parameters:
p_strKey
- The parameter name- Returns:
- The parameter value or
null
if no parameter found or no value was set.
-
get
Returns the value of a parameter.- Parameters:
p_strKey
- The parameter namep_fallback
- The fallback value. Will returned when no parameter found or the parameter value isnull
.- Returns:
- The parameter value or the given fallback value for a not existing or an
null
parameter value.
-
containsParameter
- Parameters:
p_strKey
- The parameter name- Returns:
- Returns
true
if an parameter with the given name exists otherwisefalse
-
getProperty
-
setProperty
-
getAt
-
putAt
Deprecated.DO ABSOLUTELY NOT USE THIS METHOD!
-