org.camunda.bpm.cycle.roundtrip
Class XsltTransformer

java.lang.Object
  extended by org.camunda.bpm.cycle.roundtrip.XsltTransformer

public class XsltTransformer
extends Object


Method Summary
 ByteArrayOutputStream developerFriendly(InputStream bpmn, String enginePoolId, boolean keepLanes)
           
static XsltTransformer instance()
          Return instance of this transformer
 ByteArrayOutputStream poolExtraction(InputStream bpmn, boolean keepLanes)
           
 ByteArrayOutputStream poolExtraction(InputStream bpmn, boolean keepLanes, String offsetX, String offsetY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static XsltTransformer instance()
Return instance of this transformer


developerFriendly

public ByteArrayOutputStream developerFriendly(InputStream bpmn,
                                               String enginePoolId,
                                               boolean keepLanes)

poolExtraction

public ByteArrayOutputStream poolExtraction(InputStream bpmn,
                                            boolean keepLanes)

poolExtraction

public ByteArrayOutputStream poolExtraction(InputStream bpmn,
                                            boolean keepLanes,
                                            String offsetX,
                                            String offsetY)


Copyright © 2014 camunda services GmbH. All rights reserved.