Uses of Interface
ch.ivyteam.ivy.workflow.IProcessStart
Packages that use IProcessStart
Package
Description
-
Uses of IProcessStart in ch.ivyteam.ivy.process.eventstart
Methods in ch.ivyteam.ivy.process.eventstart that return IProcessStartModifier and TypeMethodDescriptionIProcessStartEventBeanRuntime.getProcessStart()Gets the start of the process from which cases are started when the process start event bean fires an event. -
Uses of IProcessStart in ch.ivyteam.ivy.workflow
Subinterfaces of IProcessStart in ch.ivyteam.ivy.workflowModifier and TypeInterfaceDescriptioninterfaceInterface of a start elementinterfaceConfiguration of a start event elementinterfaceConfiguration of a web service process start element.Methods in ch.ivyteam.ivy.workflow that return IProcessStartModifier and TypeMethodDescriptionIWorkflowProcessModelVersion.findProcessStart(String requestPath) Finds a process startICase.getProcessStart()Get the process start the case was started onMethods in ch.ivyteam.ivy.workflow that return types with arguments of type IProcessStartModifier and TypeMethodDescriptionIWorkflowContext.findProcessStartsBySignature(String signature) Finds all process starts that have the given signature.IWorkflowProcessModelVersion.getProcessStarts()Gets all process startsIWorkflowContext.getStartableProcessStarts(IUser user) Returns all process start elements which the given user can start.IWorkflowSession.getStartableProcessStarts()Returns all process start elements which the current user can start.Methods in ch.ivyteam.ivy.workflow with parameters of type IProcessStartModifier and TypeMethodDescriptionIWorkflowSession.createTaskAndCase(IProcessStart processStart) Starts a new task and creates a case for a process. -
Uses of IProcessStart in ch.ivyteam.ivy.workflow.signal
Subinterfaces of IProcessStart in ch.ivyteam.ivy.workflow.signalModifier and TypeInterfaceDescriptioninterfaceA Signal Start element that is waiting for a signal pattern.