Class OroEventNewInstances

    • Constructor Summary

      Constructors 
      Constructor Description
      OroEventNewInstances​(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> matchedId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEventContext()
      Returns the context of the event (for instance, the facts that triggered the event) in a serializable form.
      java.lang.String getMatchingId()  
      java.util.Set<java.lang.String> getMatchingIds()  
      • Methods inherited from class java.lang.Object

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

      • OroEventNewInstances

        public OroEventNewInstances​(java.util.Set<com.hp.hpl.jena.rdf.model.Resource> matchedId)
    • Method Detail

      • getEventContext

        public java.lang.String getEventContext()
        Description copied from interface: OroEvent
        Returns the context of the event (for instance, the facts that triggered the event) in a serializable form. The actual content depends on the event type, as described here: EventType
        Specified by:
        getEventContext in interface OroEvent
        Overrides:
        getEventContext in class OroEventImpl
        Returns:
        A serializable form of the event context.
        See Also:
        EventType
      • getMatchingId

        public java.lang.String getMatchingId()
      • getMatchingIds

        public java.util.Set<java.lang.String> getMatchingIds()