Package org.apache.ofbiz.entityext
Class EntityWatchServices
- java.lang.Object
-
- org.apache.ofbiz.entityext.EntityWatchServices
-
public class EntityWatchServices extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description EntityWatchServices()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>
watchEntity(DispatchContext dctx, java.util.Map<java.lang.String,? extends java.lang.Object> context)
This service is meant to be called through an Entity ECA (EECA) to watch an entity
-
-
-
Method Detail
-
watchEntity
public static java.util.Map<java.lang.String,java.lang.Object> watchEntity(DispatchContext dctx, java.util.Map<java.lang.String,? extends java.lang.Object> context)
This service is meant to be called through an Entity ECA (EECA) to watch an entity- Parameters:
dctx
- the dispatch contextcontext
- the context- Returns:
- the result of the service execution
-
-