Uses of Interface
ch.ivyteam.ivy.workflow.IWorkflowSession
-
Packages that use IWorkflowSession Package Description ch.ivyteam.ivy.bpm.engine.client ch.ivyteam.ivy.environment ch.ivyteam.ivy.process.extension.impl ch.ivyteam.ivy.request ch.ivyteam.ivy.workflow -
-
Uses of IWorkflowSession in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return IWorkflowSession Modifier and Type Method Description IWorkflowSessionWorkflow. session()Provides the current workflow session. -
Uses of IWorkflowSession in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IWorkflowSession Modifier and Type Field Description IWorkflowSessionIvy. sessionProvides information about the currently activesession.Methods in ch.ivyteam.ivy.environment that return IWorkflowSession Modifier and Type Method Description static IWorkflowSessionIvy. session()Returns the currently activesession. -
Uses of IWorkflowSession in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that return IWorkflowSession Modifier and Type Method Description protected IWorkflowSessionAbstractProcessExtension. getSession(IIvyScriptContext context)Gets the current workflow session -
Uses of IWorkflowSession in ch.ivyteam.ivy.request
Methods in ch.ivyteam.ivy.request that return IWorkflowSession Modifier and Type Method Description IWorkflowSessionITaskRequest. getWorkflowSession()Gets the workflow session, the current request belongs to -
Uses of IWorkflowSession in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IWorkflowSession Modifier and Type Method Description static IWorkflowSessionIWorkflowSession. current()Gets the current workflow session.IWorkflowSessionITask. getWorkerSession()Gets the worker session of this task.IWorkflowSessionIWorkflowContext. getWorkflowSession(ISession session)Gets the workflow session that belongs to the given security session.Methods in ch.ivyteam.ivy.workflow with parameters of type IWorkflowSession Modifier and Type Method Description INoteINoteable. createNote(IWorkflowSession session, String message)Creates a new note associated with this object.
-