Uses of Class
dev.dsf.bpe.plugin.ProcessIdAndVersion
Packages that use ProcessIdAndVersion
-
Uses of ProcessIdAndVersion in dev.dsf.bpe.camunda
Methods in dev.dsf.bpe.camunda with parameters of type ProcessIdAndVersionModifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextDelegateProvider.getApplicationContext(ProcessIdAndVersion processIdAndVersion) org.springframework.context.ApplicationContextDelegateProviderImpl.getApplicationContext(ProcessIdAndVersion processIdAndVersion) DelegateProvider.getClassLoader(ProcessIdAndVersion processIdAndVersion) DelegateProviderImpl.getClassLoader(ProcessIdAndVersion processIdAndVersion) protected org.camunda.bpm.engine.delegate.ExecutionListenerMultiVersionClassDelegateExecutionListener.getExecutionListenerInstance(ProcessIdAndVersion processKeyAndVersion) protected org.camunda.bpm.engine.delegate.TaskListenerMultiVersionClassDelegateTaskListener.getTaskListenerInstance(ProcessIdAndVersion processKeyAndVersion) -
Uses of ProcessIdAndVersion in dev.dsf.bpe.dao
Methods in dev.dsf.bpe.dao that return types with arguments of type ProcessIdAndVersionModifier and TypeMethodDescriptionProcessPluginResourcesDao.getResources()ProcessPluginResourcesDaoJdbc.getResources()ProcessStateDao.getStates()ProcessStateDaoJdbc.getStates()Method parameters in dev.dsf.bpe.dao with type arguments of type ProcessIdAndVersionModifier and TypeMethodDescriptionvoidProcessStateDao.updateStates(Map<ProcessIdAndVersion, ProcessState> states) voidProcessStateDaoJdbc.updateStates(Map<ProcessIdAndVersion, ProcessState> states) -
Uses of ProcessIdAndVersion in dev.dsf.bpe.plugin
Methods in dev.dsf.bpe.plugin that return ProcessIdAndVersionModifier and TypeMethodDescriptionstatic ProcessIdAndVersionProcessIdAndVersion.fromDefinition(org.camunda.bpm.engine.repository.ProcessDefinition definition) static ProcessIdAndVersionProcessIdAndVersion.fromModel(org.camunda.bpm.model.bpmn.BpmnModelInstance model) static ProcessIdAndVersionProcessIdAndVersion.fromString(String idAndVersion) BpmnFileAndModel.getProcessIdAndVersion()ProcessStateChangeOutcome.getProcessKeyAndVersion()Methods in dev.dsf.bpe.plugin that return types with arguments of type ProcessIdAndVersionModifier and TypeMethodDescriptionstatic List<ProcessIdAndVersion>ProcessIdAndVersion.fromStrings(List<String> idAndVersions) Map<ProcessIdAndVersion,List<org.hl7.fhir.r4.model.Resource>> AbstractProcessPlugin.getFhirResources()Map<ProcessIdAndVersion,List<org.hl7.fhir.r4.model.Resource>> ProcessPlugin.getFhirResources()ProcessesResource.getProcesses()AbstractProcessPlugin.getProcessKeysAndVersions()ProcessPlugin.getProcessKeysAndVersions()Methods in dev.dsf.bpe.plugin with parameters of type ProcessIdAndVersionModifier and TypeMethodDescriptionProcessesResource.add(ProcessIdAndVersion process) intProcessIdAndVersion.compareTo(ProcessIdAndVersion o) Method parameters in dev.dsf.bpe.plugin with type arguments of type ProcessIdAndVersionModifier and TypeMethodDescriptionvoidProcessesResource.addAll(Set<ProcessIdAndVersion> processes) voidFhirResourceHandler.applyStateChangesAndStoreNewResourcesInDb(Map<ProcessIdAndVersion, List<org.hl7.fhir.r4.model.Resource>> resources, List<ProcessStateChangeOutcome> changes) voidFhirResourceHandlerImpl.applyStateChangesAndStoreNewResourcesInDb(Map<ProcessIdAndVersion, List<org.hl7.fhir.r4.model.Resource>> pluginResources, List<ProcessStateChangeOutcome> changes) Constructors in dev.dsf.bpe.plugin with parameters of type ProcessIdAndVersionModifierConstructorDescriptionProcessStateChangeOutcome(ProcessIdAndVersion processKeyAndVersion, ProcessState oldProcessState, ProcessState newProcessState) Constructor parameters in dev.dsf.bpe.plugin with type arguments of type ProcessIdAndVersionModifierConstructorDescriptionBpmnProcessStateChangeServiceImpl(org.camunda.bpm.engine.RepositoryService repositoryService, ProcessStateDao processStateDao, List<ProcessIdAndVersion> excluded, List<ProcessIdAndVersion> retired)