Uses of Class
ch.ivyteam.ivy.model.value.WebLink
Packages that use WebLink
Package
Description
-
Uses of WebLink in ch.ivyteam.ivy.casemap.runtime.model
Methods in ch.ivyteam.ivy.casemap.runtime.model that return WebLinkModifier and TypeMethodDescriptionIStartableSideStep.getStartLink()Get the start link of the sidestep Example: -
Uses of WebLink in ch.ivyteam.ivy.model.value
Methods in ch.ivyteam.ivy.model.value that return WebLinkModifier and TypeMethodDescriptionWebLink.queryParam(String name, String value) Adds a new query parameter to the uri.WebLink.queryParams(Map<String, String> params) Adds the query parameters to the uri. -
Uses of WebLink in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return WebLinkModifier and TypeMethodDescriptionIProcessStart.getLink()Gets a link to start the process.IProcessStart.getLinkEmbedded()Gets a link to start the process embedded in a frame.ITask.getStartLink()Gets the start link of this task.ITask.getStartLinkEmbedded()Gets the start link of this task to embed in frame. -
Uses of WebLink in ch.ivyteam.ivy.workflow.start
Methods in ch.ivyteam.ivy.workflow.start that return WebLinkModifier and TypeMethodDescriptionIWebStartable.getLink()Returns the link of thisIWebStartable.IWebStartable.getLinkEmbedded()Returns the link of thisIWebStartablefor frame mode.