jBPM distribution 6.2.0.Beta2

Uses of Class
org.jbpm.kie.services.impl.bpmn2.ProcessDescRepoHelper

Packages that use ProcessDescRepoHelper
org.jbpm.kie.services.impl.bpmn2   
 

Uses of ProcessDescRepoHelper in org.jbpm.kie.services.impl.bpmn2
 

Methods in org.jbpm.kie.services.impl.bpmn2 that return ProcessDescRepoHelper
 ProcessDescRepoHelper ProcessDescriptionRepository.getProcessDesc(String processId)
           
 ProcessDescRepoHelper BPMN2DataServiceSemanticModule.getRepoHelper()
           
 ProcessDescRepoHelper ProcessDescriptionRepository.removeProcessDescription(String processId)
           
 

Methods in org.jbpm.kie.services.impl.bpmn2 with parameters of type ProcessDescRepoHelper
 void ProcessDescriptionRepository.addProcessDescription(String processId, ProcessDescRepoHelper repoHelper)
           
 void BPMN2DataServiceSemanticModule.setRepoHelper(ProcessDescRepoHelper repoHelper)
           
 void ProcessGetInputHandler.setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 void ProcessGetInformationHandler.setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 void HumanTaskGetInformationHandler.setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 void GetReusableSubProcessesHandler.setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 void DataServiceItemDefinitionHandler.setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 void AbstractTaskGetInformationHandler.setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 

Constructors in org.jbpm.kie.services.impl.bpmn2 with parameters of type ProcessDescRepoHelper
AbstractTaskGetInformationHandler(ProcessDescRepoHelper repoHelper, ProcessDescriptionRepository repo)
           
DataServiceItemDefinitionHandler(ProcessDescRepoHelper repositoryHelper, ProcessDescriptionRepository repository)
           
GetReusableSubProcessesHandler(ProcessDescRepoHelper repoHelper, ProcessDescriptionRepository repo)
           
HumanTaskGetInformationHandler(ProcessDescRepoHelper repoHelper, ProcessDescriptionRepository repo)
           
ProcessGetInformationHandler(ProcessDescRepoHelper repoHelper, ProcessDescriptionRepository repo)
           
ProcessGetInputHandler(ProcessDescRepoHelper repoHelper, ProcessDescriptionRepository repo)
           
 


jBPM distribution 6.2.0.Beta2

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