Package org.apache.ofbiz.entityext
Class EntityWatchServices
java.lang.Object
org.apache.ofbiz.entityext.EntityWatchServices
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionwatchEntity
(DispatchContext dctx, Map<String, ? extends Object> context) This service is meant to be called through an Entity ECA (EECA) to watch an entity
-
Constructor Details
-
EntityWatchServices
public EntityWatchServices()
-
-
Method Details
-
watchEntity
public static Map<String,Object> watchEntity(DispatchContext dctx, Map<String, ? extends 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
-