Class SpringArtifactFactory

  • All Implemented Interfaces:
    org.camunda.bpm.engine.ArtifactFactory

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

      • SpringArtifactFactory

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

      • getArtifact

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