Class ImageServiceBase


  • public class ImageServiceBase
    extends Object
    • Constructor Detail

      • ImageServiceBase

        public ImageServiceBase()
      • ImageServiceBase

        public ImageServiceBase​(org.jbpm.services.api.RuntimeDataService dataService,
                                Map<String,​ImageReference> imageReferenceMap,
                                org.kie.server.services.api.KieServerRegistry registry)
    • Method Detail

      • getProcessImage

        public String getProcessImage​(String containerId,
                                      String processId)
      • getActiveProcessImage

        public String getActiveProcessImage​(String containerId,
                                            long procInstId)
      • getActiveProcessImage

        public String getActiveProcessImage​(String containerId,
                                            long procInstId,
                                            String completedNodeColor,
                                            String completedNodeBorderColor,
                                            String activeNodeBorderColor,
                                            Boolean showBadges,
                                            String activeAsyncNodeBorderColor)
      • populateSubProcessLink

        protected void populateSubProcessLink​(String containerId,
                                              org.jbpm.services.api.model.NodeInstanceDesc node,
                                              Map<String,​String> subProcessLinks)