Package dev.dsf.bpe.v1.plugin
Class ProcessPluginFactoryImpl
java.lang.Object
dev.dsf.bpe.v1.plugin.ProcessPluginFactoryImpl
- All Implemented Interfaces:
ProcessPluginFactory<ProcessPluginDefinition>,org.springframework.beans.factory.InitializingBean
public class ProcessPluginFactoryImpl
extends Object
implements ProcessPluginFactory<ProcessPluginDefinition>, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateProcessPlugin(ProcessPluginDefinition processPluginDefinition, boolean draft, Path jarFile, ClassLoader classLoader, ca.uhn.fhir.context.FhirContext fhirContext, org.springframework.core.env.ConfigurableEnvironment environment) int
-
Constructor Details
-
ProcessPluginFactoryImpl
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getApiVersion
public int getApiVersion()- Specified by:
getApiVersionin interfaceProcessPluginFactory<ProcessPluginDefinition>
-
getProcessPluginDefinitionType
- Specified by:
getProcessPluginDefinitionTypein interfaceProcessPluginFactory<ProcessPluginDefinition>
-
createProcessPlugin
public ProcessPlugin<ProcessPluginDefinition,?> createProcessPlugin(ProcessPluginDefinition processPluginDefinition, boolean draft, Path jarFile, ClassLoader classLoader, ca.uhn.fhir.context.FhirContext fhirContext, org.springframework.core.env.ConfigurableEnvironment environment) - Specified by:
createProcessPluginin interfaceProcessPluginFactory<ProcessPluginDefinition>
-