com.ebmwebsourcing.petalsbpm.xpdl
Class XPDLAdapter

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.xpdl.XPDLAdapter

public class XPDLAdapter
extends java.lang.Object

Author:
nrajsiri

Field Summary
static java.lang.String BPMN2XPDL_XSLT
           
static java.lang.String MERGED_FILE_NAME
           
static java.lang.String XPDL2BPMN_XSLT
           
static java.lang.String XPDL2DI_XSLT
           
 
Constructor Summary
XPDLAdapter()
           
 
Method Summary
 java.io.File getBPMN2FromXPDL(java.lang.String xpdlPath, java.lang.String savePath)
           
 java.io.File getBPMN2ZipFromAlternativeXPDL(java.lang.String xpdlPath, java.lang.String savePath, java.lang.String alternativeXPDL2BPMNxslt)
           
 java.io.File getXPDL2FromBPMN2(java.lang.String bpmn2xmlPath)
           
 java.lang.String getXpdlFileAbsolutePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MERGED_FILE_NAME

public static java.lang.String MERGED_FILE_NAME

BPMN2XPDL_XSLT

public static java.lang.String BPMN2XPDL_XSLT

XPDL2BPMN_XSLT

public static java.lang.String XPDL2BPMN_XSLT

XPDL2DI_XSLT

public static java.lang.String XPDL2DI_XSLT
Constructor Detail

XPDLAdapter

public XPDLAdapter()
Method Detail

getXPDL2FromBPMN2

public java.io.File getXPDL2FromBPMN2(java.lang.String bpmn2xmlPath)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getBPMN2FromXPDL

public java.io.File getBPMN2FromXPDL(java.lang.String xpdlPath,
                                     java.lang.String savePath)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getBPMN2ZipFromAlternativeXPDL

public java.io.File getBPMN2ZipFromAlternativeXPDL(java.lang.String xpdlPath,
                                                   java.lang.String savePath,
                                                   java.lang.String alternativeXPDL2BPMNxslt)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getXpdlFileAbsolutePath

public java.lang.String getXpdlFileAbsolutePath()


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.