Uses of Class
ch.ivyteam.ivy.scripting.objects.Tuple
-
Packages that use Tuple Package Description ch.ivyteam.ivy.bpm.engine.client ch.ivyteam.ivy.scripting.objects -
-
Uses of Tuple in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with parameters of type Tuple Modifier and Type Method Description voidMocker.MockedCall. call(Tuple parameters, Tuple results)This operation is executed instead of the Call/UI part of an element. -
Uses of Tuple in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return Tuple Modifier and Type Method Description static TupleTuple. createEmpty()Creates an empty tuple with empty tuple type "<>".TupleTuple. readOnlyTuple()Creates a read-only version of the given tuple.TupleTuple. writableTuple()Creates a writable version of the given tuple.
-