|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.minilang.method.MethodOperation
org.ofbiz.minilang.method.callops.CallSimpleMapProcessor
public class CallSimpleMapProcessor
An event operation that calls a simple map processor inlined or from a separate file
| Nested Class Summary | |
|---|---|
static class |
CallSimpleMapProcessor.CallSimpleMapProcessorFactory
|
| Nested classes/interfaces inherited from class org.ofbiz.minilang.method.MethodOperation |
|---|
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation> |
| Field Summary |
|---|
| Fields inherited from class org.ofbiz.minilang.method.MethodOperation |
|---|
simpleMethod |
| Constructor Summary | |
|---|---|
CallSimpleMapProcessor(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
|
| Method Summary | |
|---|---|
boolean |
exec(MethodContext methodContext)
Execute the operation; if false is returned then no further operations will be executed |
java.lang.String |
expandedString(MethodContext methodContext)
Create an expanded string representation of the operation, is for the current context |
java.lang.String |
rawString()
Create a raw string representation of the operation, would be similar to original XML |
| Methods inherited from class org.ofbiz.minilang.method.MethodOperation |
|---|
getSimpleMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallSimpleMapProcessor(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
| Method Detail |
|---|
public boolean exec(MethodContext methodContext)
MethodOperation
exec in class MethodOperationpublic java.lang.String rawString()
MethodOperation
rawString in class MethodOperationpublic java.lang.String expandedString(MethodContext methodContext)
MethodOperation
expandedString in class MethodOperation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||