Class EntityWatchServices


  • public class EntityWatchServices
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • EntityWatchServices

        public EntityWatchServices()
    • 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 context
        context - the context
        Returns:
        the result of the service execution