org.camunda.bpm.engine.cdi
Class CdiArtifactFactory

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.CdiArtifactFactory
All Implemented Interfaces:
ArtifactFactory

public class CdiArtifactFactory
extends Object
implements ArtifactFactory

Author:
Mark Struberg

Constructor Summary
CdiArtifactFactory()
           
 
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

CdiArtifactFactory

public CdiArtifactFactory()
Method Detail

getArtifact

public <T> T getArtifact(Class<T> clazz)
Specified by:
getArtifact in interface ArtifactFactory


Copyright © 2015 camunda services GmbH. All rights reserved.