jBPM distribution 6.0.0.Beta3

org.jbpm.kie.services.impl.bpmn2
Class ProcessDescriptionRepository

java.lang.Object
  extended by org.jbpm.kie.services.impl.bpmn2.ProcessDescriptionRepository

@Singleton
public class ProcessDescriptionRepository
extends Object


Constructor Summary
ProcessDescriptionRepository()
           
 
Method Summary
 void addProcessDescription(String processId, ProcessDescRepoHelper repoHelper)
           
 ProcessDescRepoHelper getProcessDesc(String processId)
           
 ProcessDescRepoHelper removeProcessDescription(String processId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDescriptionRepository

public ProcessDescriptionRepository()
Method Detail

getProcessDesc

public ProcessDescRepoHelper getProcessDesc(String processId)

addProcessDescription

public void addProcessDescription(String processId,
                                  ProcessDescRepoHelper repoHelper)

removeProcessDescription

public ProcessDescRepoHelper removeProcessDescription(String processId)

jBPM distribution 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.