Class SpringArtifactFactory

java.lang.Object
org.camunda.bpm.engine.spring.SpringArtifactFactory
All Implemented Interfaces:
org.camunda.bpm.engine.ArtifactFactory

public class SpringArtifactFactory extends Object implements org.camunda.bpm.engine.ArtifactFactory
Author:
Svetlana Dorokhova
  • Constructor Details

    • SpringArtifactFactory

      public SpringArtifactFactory(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • getArtifact

      public <T> T getArtifact(Class<T> clazz)
      Specified by:
      getArtifact in interface org.camunda.bpm.engine.ArtifactFactory