com.ibm.websphere.wim.pluginmanager.context

Interface ModificationListContext

    • Method Detail

      • getSubscriberExecuteContext

        java.util.List getSubscriberExecuteContext()
        Returns the value of the 'Subscriber Execute Context' containment reference list. The list contents are of type ModificationSubscriberContext.

        If the meaning of the 'Subscriber Execute Context' containment reference list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getModificationListContext_SubscriberExecuteContext()
        Model:
        type="com.ibm.websphere.wim.pluginmanager.context.ModificationSubscriberContext" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Subscriber Execute Context' containment reference list.
      • getSubscriberExecuteContextAsArray

        ModificationSubscriberContext[] getSubscriberExecuteContextAsArray()
        Returns the array value of the 'Subscriber Execute Context' containment reference list.

        If the meaning of the 'Subscriber Execute Context' containment reference list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getModificationListContext_SubscriberExecuteContext()
        Generated:
        Return:
        the array value of the 'Subscriber Execute Context' containment reference list.
      • createSubscriberExecuteContext

        ModificationSubscriberContext createSubscriberExecuteContext()
        This method will return a new ModificationSubscriberContext object that is contained by this object. This is equivalent to calling createDataObject("subscriberExecuteContext").
        Generated:
        Return:
        ModificationSubscriberContext
      • getVetoSubscriberName

        java.lang.String getVetoSubscriberName()
        Returns the value of the 'Veto Subscriber Name' attribute.

        If the meaning of the 'Veto Subscriber Name' attribute isn't clear, there really should be more of a description here...

        See Also:
        setVetoSubscriberName(String), ContextPackage.getModificationListContext_VetoSubscriberName()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Veto Subscriber Name' attribute.
      • setVetoSubscriberName

        void setVetoSubscriberName(java.lang.String value)
        Sets the value of the 'Veto Subscriber Name' attribute.
        Parameters:
        value - the new value of the 'Veto Subscriber Name' attribute.
        See Also:
        getVetoSubscriberName()
        Generated: