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 Template
EmbeddedProcess. templ
@Valid Template
Instance. templ
Fields in de.aristaflow.ilm.model.processmodel with type parameters of type Template Modifier and Type Field Description List<@NotNull @Valid Template>
TemplInitialRemoteIteratorData. templs
List<@NotNull @Valid Template>
TemplRemoteIteratorData. templs
Methods in de.aristaflow.ilm.model.processmodel that return Template Modifier and Type Method Description static Template
Transformation. 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 Instance
Transformation. fromIlm(ProcessModelFactory pmf, Instance inst, Template templ)
static Template
Transformation. fromIlm(ProcessModelFactory pmf, Template templ)
Method parameters in de.aristaflow.ilm.model.processmodel with type arguments of type Template Modifier and Type Method Description void
TemplInitialRemoteIteratorData. setContentAbstract(List<Template> content)
void
TemplRemoteIteratorData. 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 ProcessImageData
ProcessImageRendererWebService. renderTemplate(SessionToken session, @Valid Template templ, @Valid RenderOptions options)
@Valid ProcessImageData
SimpleProcessImageRendererWebService. 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 Template
TemplateWithRenderOptions. template
-