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.BaseElementpublic List<org.eclipse.bpmn2.Documentation> getDocumentation()
getDocumentation in interface org.eclipse.bpmn2.BaseElementpublic List<org.eclipse.bpmn2.ExtensionDefinition> getExtensionDefinitions()
getExtensionDefinitions in interface org.eclipse.bpmn2.BaseElementpublic String getId()
getId in interface org.eclipse.bpmn2.BaseElementpublic void setId(String s)
setId in interface org.eclipse.bpmn2.BaseElementpublic org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
getAnyAttribute in interface org.eclipse.bpmn2.BaseElementpublic org.eclipse.bpmn2.Activity getAttachedToRef()
getAttachedToRef in interface org.eclipse.bpmn2.BoundaryEventpublic void setAttachedToRef(org.eclipse.bpmn2.Activity activity)
setAttachedToRef in interface org.eclipse.bpmn2.BoundaryEventpublic boolean isCancelActivity()
isCancelActivity in interface org.eclipse.bpmn2.BoundaryEventpublic void setCancelActivity(boolean b)
setCancelActivity in interface org.eclipse.bpmn2.BoundaryEventpublic List<org.eclipse.bpmn2.DataOutput> getDataOutputs()
getDataOutputs in interface org.eclipse.bpmn2.CatchEventpublic List<org.eclipse.bpmn2.DataOutputAssociation> getDataOutputAssociation()
getDataOutputAssociation in interface org.eclipse.bpmn2.CatchEventpublic org.eclipse.bpmn2.OutputSet getOutputSet()
getOutputSet in interface org.eclipse.bpmn2.CatchEventpublic void setOutputSet(org.eclipse.bpmn2.OutputSet outputSet)
setOutputSet in interface org.eclipse.bpmn2.CatchEventpublic List<org.eclipse.bpmn2.EventDefinition> getEventDefinitions()
getEventDefinitions in interface org.eclipse.bpmn2.CatchEventpublic List<org.eclipse.bpmn2.EventDefinition> getEventDefinitionRefs()
getEventDefinitionRefs in interface org.eclipse.bpmn2.CatchEventpublic boolean isParallelMultiple()
isParallelMultiple in interface org.eclipse.bpmn2.CatchEventpublic void setParallelMultiple(boolean b)
setParallelMultiple in interface org.eclipse.bpmn2.CatchEventpublic List<org.eclipse.bpmn2.Property> getProperties()
getProperties in interface org.eclipse.bpmn2.Eventpublic List<org.eclipse.bpmn2.SequenceFlow> getIncoming()
getIncoming in interface org.eclipse.bpmn2.FlowNodepublic List<org.eclipse.bpmn2.Lane> getLanes()
getLanes in interface org.eclipse.bpmn2.FlowNodepublic List<org.eclipse.bpmn2.SequenceFlow> getOutgoing()
getOutgoing in interface org.eclipse.bpmn2.FlowNodepublic org.eclipse.bpmn2.Auditing getAuditing()
getAuditing in interface org.eclipse.bpmn2.FlowElementpublic void setAuditing(org.eclipse.bpmn2.Auditing auditing)
setAuditing in interface org.eclipse.bpmn2.FlowElementpublic org.eclipse.bpmn2.Monitoring getMonitoring()
getMonitoring in interface org.eclipse.bpmn2.FlowElementpublic void setMonitoring(org.eclipse.bpmn2.Monitoring monitoring)
setMonitoring in interface org.eclipse.bpmn2.FlowElementpublic List<org.eclipse.bpmn2.CategoryValue> getCategoryValueRef()
getCategoryValueRef in interface org.eclipse.bpmn2.FlowElementpublic String getName()
getName in interface org.eclipse.bpmn2.FlowElementpublic void setName(String s)
setName in interface org.eclipse.bpmn2.FlowElementpublic List<org.eclipse.bpmn2.ConversationLink> getIncomingConversationLinks()
getIncomingConversationLinks in interface org.eclipse.bpmn2.InteractionNodepublic List<org.eclipse.bpmn2.ConversationLink> getOutgoingConversationLinks()
getOutgoingConversationLinks in interface org.eclipse.bpmn2.InteractionNodepublic org.eclipse.emf.ecore.EClass eClass()
eClass in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.ecore.resource.Resource eResource()
eResource in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.ecore.EObject eContainer()
eContainer in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()
eContainingFeature in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.ecore.EReference eContainmentFeature()
eContainmentFeature in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eContents()
eContents in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.common.util.TreeIterator<org.eclipse.emf.ecore.EObject> eAllContents()
eAllContents in interface org.eclipse.emf.ecore.EObjectpublic boolean eIsProxy()
eIsProxy in interface org.eclipse.emf.ecore.EObjectpublic org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eCrossReferences()
eCrossReferences in interface org.eclipse.emf.ecore.EObjectpublic Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature)
eGet in interface org.eclipse.emf.ecore.EObjectpublic Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature, boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObjectpublic void eSet(org.eclipse.emf.ecore.EStructuralFeature feature,
Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjectpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature feature)
eIsSet in interface org.eclipse.emf.ecore.EObjectpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
eUnset in interface org.eclipse.emf.ecore.EObjectpublic Object eInvoke(org.eclipse.emf.ecore.EOperation operation, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
eInvoke in interface org.eclipse.emf.ecore.EObjectInvocationTargetExceptionpublic org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> eAdapters()
eAdapters in interface org.eclipse.emf.common.notify.Notifierpublic boolean eDeliver()
eDeliver in interface org.eclipse.emf.common.notify.Notifierpublic void eSetDeliver(boolean deliver)
eSetDeliver in interface org.eclipse.emf.common.notify.Notifierpublic void eNotify(org.eclipse.emf.common.notify.Notification notification)
eNotify in interface org.eclipse.emf.common.notify.NotifierCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.