com.ibm.websphere.wim.pluginmanager.context
Interface ModificationListContext


public interface ModificationListContext

A representation of the model object 'Modification List Context'.

The following features are supported:

See Also:
ContextPackage.getModificationListContext()
Model:
Generated:

Method Summary
 ModificationSubscriberContext createSubscriberExecuteContext()
          This method will return a new ModificationSubscriberContext object that is contained by this object.
 java.util.List getSubscriberExecuteContext()
          Returns the value of the 'Subscriber Execute Context' containment reference list.
 ModificationSubscriberContext getSubscriberExecuteContext(java.lang.String subName)
           
 ModificationSubscriberContext[] getSubscriberExecuteContextAsArray()
          Returns the array value of the 'Subscriber Execute Context' containment reference list.
 java.lang.String getVetoSubscriberName()
          Returns the value of the 'Veto Subscriber Name' attribute.
 boolean isSetVetoed()
          Returns whether the value of the 'Vetoed' attribute is set.
 boolean isVetoed()
          Returns the value of the 'Vetoed' attribute.
 void setVetoed(boolean value)
          Sets the value of the 'Vetoed' attribute.
 void setVetoSubscriberName(java.lang.String value)
          Sets the value of the 'Veto Subscriber Name' attribute.
 void unsetVetoed()
          Unsets the value of the 'Vetoed' attribute.
 

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.

getSubscriberExecuteContext

ModificationSubscriberContext getSubscriberExecuteContext(java.lang.String subName)

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

isVetoed

boolean isVetoed()
Returns the value of the 'Vetoed' attribute.

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

See Also:
isSetVetoed(), unsetVetoed(), setVetoed(boolean), ContextPackage.getModificationListContext_Vetoed()
Model:
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Vetoed' attribute.

setVetoed

void setVetoed(boolean value)
Sets the value of the 'Vetoed' attribute.

Parameters:
value - the new value of the 'Vetoed' attribute.
See Also:
isSetVetoed(), unsetVetoed(), isVetoed()
Generated:

unsetVetoed

void unsetVetoed()
Unsets the value of the 'Vetoed' attribute.

See Also:
isSetVetoed(), isVetoed(), setVetoed(boolean)
Generated:

isSetVetoed

boolean isSetVetoed()
Returns whether the value of the 'Vetoed' attribute is set.

See Also:
unsetVetoed(), isVetoed(), setVetoed(boolean)
Generated:
Return:
whether the value of the 'Vetoed' attribute is set.

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: