jBPM :: KIE Services 6.0.1-SNAPSHOT

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)
           
 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 :: KIE Services 6.0.1-SNAPSHOT

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