org.camunda.bpm.engine.impl.bpmn.parser
Class EventSubscriptionDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
- All Implemented Interfaces:
- Serializable
public class EventSubscriptionDeclaration
- extends Object
- implements Serializable
- Author:
- Daniel Meyer, Falko Menge, Danny Gräf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventName
protected final String eventName
eventType
protected final String eventType
async
protected boolean async
activityId
protected String activityId
eventScopeActivityId
protected String eventScopeActivityId
isStartEvent
protected boolean isStartEvent
isParallelMultiInstance
protected Boolean isParallelMultiInstance
EventSubscriptionDeclaration
public EventSubscriptionDeclaration(String eventName,
String eventType)
getEventName
public String getEventName()
isAsync
public boolean isAsync()
setAsync
public void setAsync(boolean async)
setActivityId
public void setActivityId(String activityId)
getActivityId
public String getActivityId()
setEventScopeActivityId
public void setEventScopeActivityId(String eventScopeActivityId)
getEventScopeActivityId
public String getEventScopeActivityId()
isStartEvent
public boolean isStartEvent()
setStartEvent
public void setStartEvent(boolean isStartEvent)
getEventType
public String getEventType()
createSubscription
public EventSubscriptionEntity createSubscription(ExecutionEntity execution)
getDeclarationsForScope
public static List<EventSubscriptionDeclaration> getDeclarationsForScope(PvmScope scope)
Copyright © 2015 camunda services GmbH. All rights reserved.