public class WrappedBoundaryEvent extends Object implements org.eclipse.bpmn2.BoundaryEvent
Constructor and Description |
---|
WrappedBoundaryEvent(org.eclipse.bpmn2.BoundaryEvent delegate) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> |
eAdapters() |
org.eclipse.emf.common.util.TreeIterator<org.eclipse.emf.ecore.EObject> |
eAllContents() |
org.eclipse.emf.ecore.EClass |
eClass() |
org.eclipse.emf.ecore.EObject |
eContainer() |
org.eclipse.emf.ecore.EStructuralFeature |
eContainingFeature() |
org.eclipse.emf.ecore.EReference |
eContainmentFeature() |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
eContents() |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
eCrossReferences() |
boolean |
eDeliver() |
Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature feature) |
Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature feature,
boolean resolve) |
Object |
eInvoke(org.eclipse.emf.ecore.EOperation operation,
org.eclipse.emf.common.util.EList<?> arguments) |
boolean |
eIsProxy() |
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature feature) |
void |
eNotify(org.eclipse.emf.common.notify.Notification notification) |
org.eclipse.emf.ecore.resource.Resource |
eResource() |
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature feature,
Object newValue) |
void |
eSetDeliver(boolean deliver) |
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature feature) |
org.eclipse.emf.ecore.util.FeatureMap |
getAnyAttribute() |
org.eclipse.bpmn2.Activity |
getAttachedToRef() |
org.eclipse.bpmn2.Auditing |
getAuditing() |
List<org.eclipse.bpmn2.CategoryValue> |
getCategoryValueRef() |
List<org.eclipse.bpmn2.DataOutputAssociation> |
getDataOutputAssociation() |
List<org.eclipse.bpmn2.DataOutput> |
getDataOutputs() |
List<org.eclipse.bpmn2.Documentation> |
getDocumentation() |
List<org.eclipse.bpmn2.EventDefinition> |
getEventDefinitionRefs() |
List<org.eclipse.bpmn2.EventDefinition> |
getEventDefinitions() |
List<org.eclipse.bpmn2.ExtensionDefinition> |
getExtensionDefinitions() |
List<org.eclipse.bpmn2.ExtensionAttributeValue> |
getExtensionValues() |
String |
getId() |
List<org.eclipse.bpmn2.SequenceFlow> |
getIncoming() |
List<org.eclipse.bpmn2.ConversationLink> |
getIncomingConversationLinks() |
List<org.eclipse.bpmn2.Lane> |
getLanes() |
org.eclipse.bpmn2.Monitoring |
getMonitoring() |
String |
getName() |
List<org.eclipse.bpmn2.SequenceFlow> |
getOutgoing() |
List<org.eclipse.bpmn2.ConversationLink> |
getOutgoingConversationLinks() |
org.eclipse.bpmn2.OutputSet |
getOutputSet() |
List<org.eclipse.bpmn2.Property> |
getProperties() |
boolean |
isCancelActivity() |
boolean |
isParallelMultiple() |
void |
setAttachedToRef(org.eclipse.bpmn2.Activity activity) |
void |
setAuditing(org.eclipse.bpmn2.Auditing auditing) |
void |
setCancelActivity(boolean b) |
void |
setId(String s) |
void |
setMonitoring(org.eclipse.bpmn2.Monitoring monitoring) |
void |
setName(String s) |
void |
setOutputSet(org.eclipse.bpmn2.OutputSet outputSet) |
void |
setParallelMultiple(boolean b) |
public WrappedBoundaryEvent(org.eclipse.bpmn2.BoundaryEvent delegate)
public List<org.eclipse.bpmn2.ExtensionAttributeValue> getExtensionValues()
getExtensionValues
in interface org.eclipse.bpmn2.BaseElement
public List<org.eclipse.bpmn2.Documentation> getDocumentation()
getDocumentation
in interface org.eclipse.bpmn2.BaseElement
public List<org.eclipse.bpmn2.ExtensionDefinition> getExtensionDefinitions()
getExtensionDefinitions
in interface org.eclipse.bpmn2.BaseElement
public String getId()
getId
in interface org.eclipse.bpmn2.BaseElement
public void setId(String s)
setId
in interface org.eclipse.bpmn2.BaseElement
public org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
getAnyAttribute
in interface org.eclipse.bpmn2.BaseElement
public org.eclipse.bpmn2.Activity getAttachedToRef()
getAttachedToRef
in interface org.eclipse.bpmn2.BoundaryEvent
public void setAttachedToRef(org.eclipse.bpmn2.Activity activity)
setAttachedToRef
in interface org.eclipse.bpmn2.BoundaryEvent
public boolean isCancelActivity()
isCancelActivity
in interface org.eclipse.bpmn2.BoundaryEvent
public void setCancelActivity(boolean b)
setCancelActivity
in interface org.eclipse.bpmn2.BoundaryEvent
public List<org.eclipse.bpmn2.DataOutput> getDataOutputs()
getDataOutputs
in interface org.eclipse.bpmn2.CatchEvent
public List<org.eclipse.bpmn2.DataOutputAssociation> getDataOutputAssociation()
getDataOutputAssociation
in interface org.eclipse.bpmn2.CatchEvent
public org.eclipse.bpmn2.OutputSet getOutputSet()
getOutputSet
in interface org.eclipse.bpmn2.CatchEvent
public void setOutputSet(org.eclipse.bpmn2.OutputSet outputSet)
setOutputSet
in interface org.eclipse.bpmn2.CatchEvent
public List<org.eclipse.bpmn2.EventDefinition> getEventDefinitions()
getEventDefinitions
in interface org.eclipse.bpmn2.CatchEvent
public List<org.eclipse.bpmn2.EventDefinition> getEventDefinitionRefs()
getEventDefinitionRefs
in interface org.eclipse.bpmn2.CatchEvent
public boolean isParallelMultiple()
isParallelMultiple
in interface org.eclipse.bpmn2.CatchEvent
public void setParallelMultiple(boolean b)
setParallelMultiple
in interface org.eclipse.bpmn2.CatchEvent
public List<org.eclipse.bpmn2.Property> getProperties()
getProperties
in interface org.eclipse.bpmn2.Event
public List<org.eclipse.bpmn2.SequenceFlow> getIncoming()
getIncoming
in interface org.eclipse.bpmn2.FlowNode
public List<org.eclipse.bpmn2.Lane> getLanes()
getLanes
in interface org.eclipse.bpmn2.FlowNode
public List<org.eclipse.bpmn2.SequenceFlow> getOutgoing()
getOutgoing
in interface org.eclipse.bpmn2.FlowNode
public org.eclipse.bpmn2.Auditing getAuditing()
getAuditing
in interface org.eclipse.bpmn2.FlowElement
public void setAuditing(org.eclipse.bpmn2.Auditing auditing)
setAuditing
in interface org.eclipse.bpmn2.FlowElement
public org.eclipse.bpmn2.Monitoring getMonitoring()
getMonitoring
in interface org.eclipse.bpmn2.FlowElement
public void setMonitoring(org.eclipse.bpmn2.Monitoring monitoring)
setMonitoring
in interface org.eclipse.bpmn2.FlowElement
public List<org.eclipse.bpmn2.CategoryValue> getCategoryValueRef()
getCategoryValueRef
in interface org.eclipse.bpmn2.FlowElement
public String getName()
getName
in interface org.eclipse.bpmn2.FlowElement
public void setName(String s)
setName
in interface org.eclipse.bpmn2.FlowElement
public List<org.eclipse.bpmn2.ConversationLink> getIncomingConversationLinks()
getIncomingConversationLinks
in interface org.eclipse.bpmn2.InteractionNode
public List<org.eclipse.bpmn2.ConversationLink> getOutgoingConversationLinks()
getOutgoingConversationLinks
in interface org.eclipse.bpmn2.InteractionNode
public org.eclipse.emf.ecore.EClass eClass()
eClass
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.ecore.resource.Resource eResource()
eResource
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.ecore.EObject eContainer()
eContainer
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()
eContainingFeature
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.ecore.EReference eContainmentFeature()
eContainmentFeature
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eContents()
eContents
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.common.util.TreeIterator<org.eclipse.emf.ecore.EObject> eAllContents()
eAllContents
in interface org.eclipse.emf.ecore.EObject
public boolean eIsProxy()
eIsProxy
in interface org.eclipse.emf.ecore.EObject
public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eCrossReferences()
eCrossReferences
in interface org.eclipse.emf.ecore.EObject
public Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature)
eGet
in interface org.eclipse.emf.ecore.EObject
public Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature, boolean resolve)
eGet
in interface org.eclipse.emf.ecore.EObject
public void eSet(org.eclipse.emf.ecore.EStructuralFeature feature, Object newValue)
eSet
in interface org.eclipse.emf.ecore.EObject
public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature feature)
eIsSet
in interface org.eclipse.emf.ecore.EObject
public void eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
eUnset
in interface org.eclipse.emf.ecore.EObject
public Object eInvoke(org.eclipse.emf.ecore.EOperation operation, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
eInvoke
in interface org.eclipse.emf.ecore.EObject
InvocationTargetException
public org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> eAdapters()
eAdapters
in interface org.eclipse.emf.common.notify.Notifier
public boolean eDeliver()
eDeliver
in interface org.eclipse.emf.common.notify.Notifier
public void eSetDeliver(boolean deliver)
eSetDeliver
in interface org.eclipse.emf.common.notify.Notifier
public void eNotify(org.eclipse.emf.common.notify.Notification notification)
eNotify
in interface org.eclipse.emf.common.notify.Notifier
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.