Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
import java.io.File; import org.joget.workflow.util.XpdlImageUtil; //Get the XPDL image String processDefId = "crm#2#process1"; File xpdlImg = XpdlImageUtil.getXpdlImage(null, processDefId);
public static final String IMAGE_EXTENSION = ".jpg";
ไฟล์นามสกุลของอิมเมจ XPDL ที่สร้างขึ้น
public static final String IMAGE_FOLDER = "app_xpdlImages";
The folder name in wflow folder which stores all the XPDL images.
ชื่อโฟลเดอร์ในโฟลเดอร์ wflow ซึ่งเก็บอิมเมจ XPDL ทั้งหมด
public static final String THUMBNAIL_PREFIX = "thumb-";
Prefix of the file name for the generated thumbnail image.
คำนำหน้าของชื่อไฟล์สำหรับภาพขนาดย่อที่สร้างขึ้น
public static final int THUMBNAIL_SIZE = 400;
Default size used to generate the thumbnail image.
ขนาดเริ่มต้นที่ใช้ในการสร้างภาพขนาดย่อ
public static void createThumbnail(java.lang.String path, java.lang.String processDefId)
Create the XPDL image thumbnail.
Deprecated this is not used in v5 since the Workflow Designer is replaced by a web-based Process Builder
สร้างภาพขนาดย่อของ XPDL
เลิกใช้สิ่งนี้ไม่ได้ใช้ใน v5 เนื่องจาก Workflow Designer ถูกแทนที่ด้วยเครื่องมือสร้างกระบวนการทางเว็บ
public static void createXpdlImage(java.lang.String designerwebBaseUrl, java.lang.String processDefId)
Create the XDPL image.
Deprecated this is not used in v5 since the Workflow Designer is replaced by a web-based Process Builder
สร้างอิมเมจ XDPL
เลิกใช้สิ่งนี้ไม่ได้ใช้ใน v5 เนื่องจาก Workflow Designer ถูกแทนที่ด้วยเครื่องมือสร้างกระบวนการทางเว็บ
public static void generateXpdlImage(final java.lang.String designerwebBaseUrl, final java.lang.String processDefId)
Queue a task for XPDL image generation.
Deprecated this is not used in v5 since the Workflow Designer is replaced by a web-based Process Builder
จัดคิวงานสำหรับการสร้างอิมเมจ XPDL
เลิกใช้สิ่งนี้ไม่ได้ใช้ใน v5 เนื่องจาก Workflow Designer ถูกแทนที่ด้วยเครื่องมือสร้างกระบวนการทางเว็บ
public static void generateXpdlImage(final java.lang.String designerwebBaseUrl, final java.lang.String processDefId, boolean asynchronous)
Queue a task for XPDL image generation.
Deprecated this is not used in v5 since the Workflow Designer is replaced by a web-based Process Builder
จัดคิวงานสำหรับการสร้างอิมเมจ XPDL
เลิกใช้สิ่งนี้ไม่ได้ใช้ใน v5 เนื่องจาก Workflow Designer ถูกแทนที่ด้วยเครื่องมือสร้างกระบวนการทางเว็บ
public static java.io.File getXpdlImage(java.lang.String designerwebBaseUrl, java.lang.String processDefId)
Gets the XPDL image.
Parameters:
designerwebBaseUrl - is not used
รับอิมเมจ XPDL
พารามิเตอร์:
designerwebBaseUrl - ไม่ได้ใช้
public static java.lang.String getXpdlImagePath(java.lang.String processDefId)
Gets the XPDL image path in wflow/app_xpdlImages folder
รับเส้นทางรูปภาพ XPDL ในโฟลเดอร์ wflow / app_xpdlImages
public static java.io.File getXpdlThumbnail(java.lang.String designerwebBaseUrl, java.lang.String processDefId)
Gets the XPDL thumbnail image.
Parameters:
designerwebBaseUrl - is not used
รับภาพขนาดย่อ XPDL
พารามิเตอร์:
designerwebBaseUrl - ไม่ได้ใช้