Uses of Interface
ch.ivyteam.ivy.casemap.runtime.ICaseMapStarter
-
Packages that use ICaseMapStarter Package Description ch.ivyteam.ivy.casemap.runtime ch.ivyteam.ivy.casemap.runtime.model -
-
Uses of ICaseMapStarter in ch.ivyteam.ivy.casemap.runtime
Methods in ch.ivyteam.ivy.casemap.runtime that return ICaseMapStarter Modifier and Type Method Description ICaseMapStarterICaseMapStarter. param(String key, Object value)Adds one parameter.ICaseMapStarterICaseMapStarter. params(Map<String,Object> parameters)Adds all parameter. -
Uses of ICaseMapStarter in ch.ivyteam.ivy.casemap.runtime.model
Methods in ch.ivyteam.ivy.casemap.runtime.model that return ICaseMapStarter Modifier and Type Method Description ICaseMapStarterICaseMap. starter()Creates a starter for the case map.
-