Interface SimpleProcessImageRenderer
- All Superinterfaces:
ADEPT2Service
Service interface for getting template and instance process graphs rendered
as images. The templates and instances are retrieved directly from the provided objects.
-
Method Summary
Modifier and TypeMethodDescriptionrenderInstance(Instance instance, RenderOptions options) Gets the designated process instance as rendered image.renderTemplate(Template template, RenderOptions options) Gets the designated process template as rendered image.Methods inherited from interface de.aristaflow.adept2.base.service.ADEPT2Service
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, start
-
Method Details
-
renderTemplate
Gets the designated process template as rendered image.- Parameters:
template- The process template to render.options- Various options for the rendering implementation. Usenullto use the defaults of this service.- Returns:
- An image representing the designated process template.
-
renderInstance
Gets the designated process instance as rendered image.- Parameters:
instance- The process instance to render. This has to contain the corresponding template.options- Various options for the rendering implementation. Usenullto use the defaults of this service.- Returns:
- An image representing the designated process instance.
-