Class MqMessage.AttributeMapPair

java.lang.Object
com.mayam.wf.mq.MqMessage.AttributeMapPair
Enclosing class:
MqMessage

public static class MqMessage.AttributeMapPair extends Object
Describes a change in a task or asset by providing before and after representations. If an attribute is not mentioned in the after, then it was not part of the changes made and remains the same as before.
Author:
Markus MÃ¥rtensson
  • Constructor Details

    • AttributeMapPair

      public AttributeMapPair()
    • AttributeMapPair

      public AttributeMapPair(AttributeMap before, AttributeMap after)
  • Method Details

    • getBefore

      public AttributeMap getBefore()
      Retrieves the task or asset as it was before the change.
    • setBefore

      public void setBefore(AttributeMap before)
    • getAfter

      public AttributeMap getAfter()
      Retrieves the task or asset as it is after the change.
    • setAfter

      public void setAfter(AttributeMap after)