Uses of Interface
de.mid.innovator.srv2api.icw2ia.IALostAndFound
-
Packages that use IALostAndFound Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IALostAndFound in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IALostAndFound Modifier and Type Method Description static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lost and Found with template and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lost and Found with stereotype and container.Methods in de.mid.innovator.srv2api.icw2ia that return types with arguments of type IALostAndFound Modifier and Type Method Description java.util.List<IALostAndFound>
IAInteraction. getLostAndFound(K_CONTROL_OPTION... behaviourFlags)
The occurrences of lost or found messages contained in this interaction.
-