|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.minilang.method.MethodOperation
public abstract class MethodOperation
A single operation, does the specified operation on the given field
Nested Class Summary | |
---|---|
static interface |
MethodOperation.DeprecatedOperation
|
static interface |
MethodOperation.Factory<M extends MethodOperation>
|
Field Summary | |
---|---|
protected SimpleMethod |
simpleMethod
|
Constructor Summary | |
---|---|
MethodOperation(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
Method Summary | |
---|---|
abstract boolean |
exec(MethodContext methodContext)
Execute the operation; if false is returned then no further operations will be executed |
abstract java.lang.String |
expandedString(MethodContext methodContext)
Create an expanded string representation of the operation, is for the current context |
SimpleMethod |
getSimpleMethod()
|
abstract java.lang.String |
rawString()
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 |
Field Detail |
---|
protected SimpleMethod simpleMethod
Constructor Detail |
---|
public MethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
Method Detail |
---|
public SimpleMethod getSimpleMethod()
public abstract boolean exec(MethodContext methodContext)
public abstract java.lang.String rawString()
public abstract java.lang.String expandedString(MethodContext methodContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |