org.camunda.bpm.engine.spring
Class SpringArtifactFactory

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

public class SpringArtifactFactory
extends Object
implements ArtifactFactory

Author:
Svetlana Dorokhova

Constructor Summary
SpringArtifactFactory(org.springframework.context.ApplicationContext applicationContext)
           
 
Method Summary
<T> T
getArtifact(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 ArtifactFactory


Copyright © 2017 camunda services GmbH. All rights reserved.