jBPM distribution 6.2.0.CR4

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

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

public class ProcessDescriptionRepository
extends Object


Constructor Summary
ProcessDescriptionRepository()
           
 
Method Summary
 void addProcessDescription(String processId, ProcessDescRepoHelper repoHelper)
           
 Map<String,String> getGlobalItemDefinitions()
           
 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)

getGlobalItemDefinitions

public Map<String,String> getGlobalItemDefinitions()

addProcessDescription

public void addProcessDescription(String processId,
                                  ProcessDescRepoHelper repoHelper)

removeProcessDescription

public ProcessDescRepoHelper removeProcessDescription(String processId)

jBPM distribution 6.2.0.CR4

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