org.ofbiz.minilang.method.envops
Class EnvToField
java.lang.Object
org.ofbiz.minilang.method.MethodOperation
org.ofbiz.minilang.method.envops.EnvToField
Deprecated.
@Deprecated
public class EnvToField
- extends MethodOperation
Copies an environment field to a map field
Field Summary |
static java.lang.String |
module
Deprecated. |
Method Summary |
boolean |
exec(MethodContext methodContext)
Deprecated. Execute the operation; if false is returned then no further operations will be executed |
java.lang.String |
expandedString(MethodContext methodContext)
Deprecated. Create an expanded string representation of the operation, is for the current context |
java.lang.String |
rawString()
Deprecated. Create a raw string representation of the operation, would be similar to original XML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
- Deprecated.
EnvToField
public EnvToField(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
- Deprecated.
exec
public boolean exec(MethodContext methodContext)
- Deprecated.
- Description copied from class:
MethodOperation
- Execute the operation; if false is returned then no further operations will be executed
- Specified by:
exec
in class MethodOperation
rawString
public java.lang.String rawString()
- Deprecated.
- Description copied from class:
MethodOperation
- Create a raw string representation of the operation, would be similar to original XML
- Specified by:
rawString
in class MethodOperation
expandedString
public java.lang.String expandedString(MethodContext methodContext)
- Deprecated.
- Description copied from class:
MethodOperation
- Create an expanded string representation of the operation, is for the current context
- Specified by:
expandedString
in class MethodOperation