public class EventSubscriptionOperations extends Object implements EntityOperationHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<?>,IndexHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>> |
indexHandlers |
| Constructor and Description |
|---|
EventSubscriptionOperations(CassandraPersistenceSession cassandraPersistenceSession) |
| Modifier and Type | Method and Description |
|---|---|
protected com.datastax.driver.core.Statement |
createUpdateStatement(CassandraPersistenceSession session,
org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity) |
void |
delete(CassandraPersistenceSession session,
org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity) |
org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity |
getEntityById(CassandraPersistenceSession session,
String id) |
static IndexHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity> |
getIndexHandler(Class<?> type) |
void |
insert(CassandraPersistenceSession session,
org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity) |
static void |
prepare(CassandraProcessEngineConfiguration config) |
void |
update(CassandraPersistenceSession session,
org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity) |
protected static Map<Class<?>,IndexHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>> indexHandlers
public EventSubscriptionOperations(CassandraPersistenceSession cassandraPersistenceSession)
public static void prepare(CassandraProcessEngineConfiguration config)
public void insert(CassandraPersistenceSession session, org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity)
insert in interface EntityOperationHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>public void delete(CassandraPersistenceSession session, org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity)
delete in interface EntityOperationHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>public void update(CassandraPersistenceSession session, org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity)
update in interface EntityOperationHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>protected com.datastax.driver.core.Statement createUpdateStatement(CassandraPersistenceSession session, org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity entity)
public org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity getEntityById(CassandraPersistenceSession session, String id)
getEntityById in interface EntityOperationHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity>public static IndexHandler<org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity> getIndexHandler(Class<?> type)
Copyright © 2016 camunda services GmbH. All rights reserved.