Uses of Class
de.aristaflow.ilm.model.processmodel.Template
-
Packages that use Template Package Description de.aristaflow.ilm.model.processmodel de.aristaflow.ilm.ws.core.processimagerenderer de.aristaflow.ilm.ws.rest.model.graphical -
-
Uses of Template in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as Template Modifier and Type Field Description @Valid TemplateEmbeddedProcess. templ@Valid TemplateInstance. templFields in de.aristaflow.ilm.model.processmodel with type parameters of type Template Modifier and Type Field Description List<@NotNull @Valid Template>TemplInitialRemoteIteratorData. templsList<@NotNull @Valid Template>TemplRemoteIteratorData. templsMethods in de.aristaflow.ilm.model.processmodel that return Template Modifier and Type Method Description static TemplateTransformation. toIlm(Template templ)Methods in de.aristaflow.ilm.model.processmodel that return types with arguments of type Template Modifier and Type Method Description List<Template>TemplInitialRemoteIteratorData. getContentAbstract()List<Template>TemplRemoteIteratorData. getContentAbstract()Methods in de.aristaflow.ilm.model.processmodel with parameters of type Template Modifier and Type Method Description static InstanceTransformation. fromIlm(ProcessModelFactory pmf, Instance inst, Template templ)static TemplateTransformation. fromIlm(ProcessModelFactory pmf, Template templ)Method parameters in de.aristaflow.ilm.model.processmodel with type arguments of type Template Modifier and Type Method Description voidTemplInitialRemoteIteratorData. setContentAbstract(List<Template> content)voidTemplRemoteIteratorData. setContentAbstract(List<Template> content) -
Uses of Template in de.aristaflow.ilm.ws.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.core.processimagerenderer with parameters of type Template Modifier and Type Method Description @Valid ProcessImageDataProcessImageRendererWebService. renderTemplate(SessionToken session, @Valid Template templ, @Valid RenderOptions options)@Valid ProcessImageDataSimpleProcessImageRendererWebService. renderTemplate(@Valid Template templ, @Valid RenderOptions options) -
Uses of Template in de.aristaflow.ilm.ws.rest.model.graphical
Fields in de.aristaflow.ilm.ws.rest.model.graphical declared as Template Modifier and Type Field Description @NotNull @Valid TemplateTemplateWithRenderOptions. template
-