com.ibm.events.access

Class AddContextDataElement

  • java.lang.Object
    • com.ibm.events.access.AddContextDataElement
  • All Implemented Interfaces:
    EventChangeRequest, java.io.Serializable


    public class AddContextDataElement
    extends java.lang.Object
    implements EventChangeRequest
    A change request used for adding context data elements.
    Since:
    6.0.0
    Version:
    1.2 5/28/14
    See Also:
    Serialized Form
    • Constructor Detail

      • AddContextDataElement

        public AddContextDataElement(java.lang.String globalInstanceId,
                             org.eclipse.hyades.logging.events.cbe.ContextDataElement contextDataElement)
        Creates a new AddContextDataElement object.
        Parameters:
        globalInstanceId - The global instance ID of the event whose attributes will be updated.
        contextDataElement - The context data element to add.
        Throws:
        java.lang.IllegalArgumentException - If one of the following conditions occur
        1. any of the parameters are null
        2. contextDataElement is not valid.
    • Method Detail

      • getContextDataElement

        public org.eclipse.hyades.logging.events.cbe.ContextDataElement getContextDataElement()
        Get the context data element that is being added to the event.
        Returns:
        The context data element being added to the event.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
IBM Business Process ManagerTM
Release 8