Uses of Interface
ch.ivyteam.ivy.workflow.IWorkflowContext
-
Packages that use IWorkflowContext Package Description ch.ivyteam.ivy.environment ch.ivyteam.ivy.process.extension.impl ch.ivyteam.ivy.workflow -
-
Uses of IWorkflowContext in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IWorkflowContext Modifier and Type Field Description IWorkflowContextIvy. wfProvides access to runtime information of theworkflow subsystem(with respect to the current session).Methods in ch.ivyteam.ivy.environment that return IWorkflowContext Modifier and Type Method Description static IWorkflowContextIvy. wf()Returns theworkflow context(with respect to the current session) to access runtime information of the workflow subsystem. -
Uses of IWorkflowContext in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that return IWorkflowContext Modifier and Type Method Description protected IWorkflowContextAbstractProcessExtension. getWf(IIvyScriptContext context)Gets the workflow context -
Uses of IWorkflowContext in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IWorkflowContext Modifier and Type Method Description static IWorkflowContextIWorkflowContext. current()Gets the current workflow context.IWorkflowContextICase. getWorkflowContext()Gets the workflow context this case belongs toIWorkflowContextITask. getWorkflowContext()Gets the workflow context this case belongs toIWorkflowContextIWorkflowProcessModelVersion. getWorkflowContext()Gets the workflow contextIWorkflowContextIWorkflowSession. getWorkflowContext()Gets the workflow context
-