org.camunda.bpm.cycle.repository
Class BpmnDiagramRepository

java.lang.Object
  extended by org.camunda.bpm.cycle.repository.AbstractRepository<BpmnDiagram>
      extended by org.camunda.bpm.cycle.repository.BpmnDiagramRepository

@Repository
public class BpmnDiagramRepository
extends AbstractRepository<BpmnDiagram>

Author:
nico.rehwaldt

Field Summary
 
Fields inherited from class org.camunda.bpm.cycle.repository.AbstractRepository
em
 
Constructor Summary
BpmnDiagramRepository()
           
 
Method Summary
 List<String> findAllModelerNames()
           
 
Methods inherited from class org.camunda.bpm.cycle.repository.AbstractRepository
countAll, delete, delete, deleteAll, findAll, findById, saveAndFlush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BpmnDiagramRepository

public BpmnDiagramRepository()
Method Detail

findAllModelerNames

public List<String> findAllModelerNames()


Copyright © 2014 camunda services GmbH. All rights reserved.