Uses of Class
de.aristaflow.ilm.model.processmodel.InstanceReference
-
Packages that use InstanceReference Package Description de.aristaflow.ilm.model.processmodel -
-
Uses of InstanceReference in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel with type parameters of type InstanceReference Modifier and Type Field Description List<@NotNull @Valid InstanceReference>
InstRefInitialRemoteIteratorData. instRefs
List<@NotNull @Valid InstanceReference>
InstRefRemoteIteratorData. instRefs
Methods in de.aristaflow.ilm.model.processmodel that return InstanceReference Modifier and Type Method Description static InstanceReference
Transformation. toIlm(InstanceReference ref)
Methods in de.aristaflow.ilm.model.processmodel that return types with arguments of type InstanceReference Modifier and Type Method Description List<InstanceReference>
InstRefInitialRemoteIteratorData. getContentAbstract()
List<InstanceReference>
InstRefRemoteIteratorData. getContentAbstract()
Method parameters in de.aristaflow.ilm.model.processmodel with type arguments of type InstanceReference Modifier and Type Method Description void
InstRefInitialRemoteIteratorData. setContentAbstract(List<InstanceReference> content)
void
InstRefRemoteIteratorData. setContentAbstract(List<InstanceReference> content)
-