Package org.camunda.bpm.engine.impl
Class EventSubscriptionQueryValue
- java.lang.Object
-
- org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
-
- All Implemented Interfaces:
Serializable
public class EventSubscriptionQueryValue extends Object implements Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionQueryValue(String eventName, String eventType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventName()
String
getEventType()
void
setEventName(String eventName)
void
setEventType(String eventType)
-