Uses of Class
de.aristaflow.ilm.model.processmodel.TemplateReference
-
Packages that use TemplateReference Package Description de.aristaflow.ilm.model.processmodel -
-
Uses of TemplateReference in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as TemplateReference Modifier and Type Field Description @NotNull @Valid TemplateReferenceInstanceReference. templRefFields in de.aristaflow.ilm.model.processmodel with type parameters of type TemplateReference Modifier and Type Field Description List<@NotNull @Valid TemplateReference>TemplRefInitialRemoteIteratorData. templRefsList<@NotNull @Valid TemplateReference>TemplRefRemoteIteratorData. templRefsMethods in de.aristaflow.ilm.model.processmodel that return TemplateReference Modifier and Type Method Description static TemplateReferenceTransformation. toIlm(TemplateReference ref)Methods in de.aristaflow.ilm.model.processmodel that return types with arguments of type TemplateReference Modifier and Type Method Description List<TemplateReference>TemplRefInitialRemoteIteratorData. getContentAbstract()List<TemplateReference>TemplRefRemoteIteratorData. getContentAbstract()Method parameters in de.aristaflow.ilm.model.processmodel with type arguments of type TemplateReference Modifier and Type Method Description voidTemplRefInitialRemoteIteratorData. setContentAbstract(List<TemplateReference> content)voidTemplRefRemoteIteratorData. setContentAbstract(List<TemplateReference> content)
-