Package org.jbpm.bpmn2.core
Class CorrelationSubscription
- java.lang.Object
-
- org.jbpm.bpmn2.core.CorrelationSubscription
-
- All Implemented Interfaces:
Serializable
public class CorrelationSubscription extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorrelationSubscription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCorrelationKeyRef()StringgetId()StringgetName()Map<String,Expression>getPropertyExpressions()voidsetCorrelationKeyRef(String correlationKeyRef)voidsetId(String id)voidsetName(String name)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCorrelationKeyRef
public String getCorrelationKeyRef()
-
setCorrelationKeyRef
public void setCorrelationKeyRef(String correlationKeyRef)
-
getPropertyExpressions
public Map<String,Expression> getPropertyExpressions()
-
-