public class CassandraProcessInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity> |
eventSubscriptions |
protected Map<String,org.camunda.bpm.engine.impl.db.DbEntity> |
executions |
| Constructor and Description |
|---|
CassandraProcessInstance() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity> |
getEventSubscriptions() |
Map<String,org.camunda.bpm.engine.impl.db.DbEntity> |
getExecutions() |
void |
setEventSubscriptions(Map<String,org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity> eventSubscriptions) |
void |
setExecutions(Map<String,org.camunda.bpm.engine.impl.db.DbEntity> executions) |
Copyright © 2016 camunda services GmbH. All rights reserved.