Interface WorkflowEntityImageCreator
-
- All Known Implementing Classes:
DefaultWorkflowEntityImageCreator
public interface WorkflowEntityImageCreatorAllows to create svg image forWorkflowEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.hybris.cockpitng.components.visjs.network.data.ImagecreateSvgImage(ItemModel model, java.lang.String velocityTemplateLocation, java.lang.String velocityTemplateLocationIE, java.lang.String cssClass)Creates svg image
-
-
-
Method Detail
-
createSvgImage
com.hybris.cockpitng.components.visjs.network.data.Image createSvgImage(ItemModel model, java.lang.String velocityTemplateLocation, java.lang.String velocityTemplateLocationIE, java.lang.String cssClass)
Creates svg image- Parameters:
model- which contains necessary data for velocity template to render it correctlyvelocityTemplateLocation- the path to velocity template resourcevelocityTemplateLocationIE- the path to velocity template resource which is valid for Internet Explorer browsercssClass- which will be passed to velocity template- Returns:
- svg image
-
-