public class ImageServiceBase extends Object
| Constructor and Description |
|---|
ImageServiceBase() |
ImageServiceBase(org.jbpm.services.api.RuntimeDataService dataService,
Map<String,ImageReference> imageReferenceMap,
KieServerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveProcessImage(String containerId,
long procInstId) |
String |
getActiveProcessImage(String containerId,
long procInstId,
String completedNodeColor,
String completedNodeBorderColor,
String activeNodeBorderColor) |
String |
getProcessImage(String containerId,
String processId) |
protected void |
populateSubProcessLink(String containerId,
org.jbpm.services.api.model.NodeInstanceDesc node,
Map<String,String> subProcessLinks) |
public ImageServiceBase()
public ImageServiceBase(org.jbpm.services.api.RuntimeDataService dataService,
Map<String,ImageReference> imageReferenceMap,
KieServerRegistry registry)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.