Class ClearEntityCaches.ClearEntityCachesFactory
java.lang.Object
org.apache.ofbiz.minilang.method.entityops.ClearEntityCaches.ClearEntityCachesFactory
- All Implemented Interfaces:
MethodOperation.Factory<ClearEntityCaches>
- Enclosing class:
- ClearEntityCaches
public static final class ClearEntityCaches.ClearEntityCachesFactory
extends Object
implements MethodOperation.Factory<ClearEntityCaches>
A factory for the <clear-entity-caches> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
ClearEntityCachesFactory
public ClearEntityCachesFactory()
-
-
Method Details
-
createMethodOperation
public ClearEntityCaches createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<ClearEntityCaches>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<ClearEntityCaches>
-