Uses of Interface
ch.ivyteam.ivy.workflow.businesscase.IBusinessCase
Packages that use IBusinessCase
Package
Description
-
Uses of IBusinessCase in ch.ivyteam.ivy.business.data.store
Methods in ch.ivyteam.ivy.business.data.store with parameters of type IBusinessCaseModifier and TypeMethodDescription<T> TBusinessDataRepository.find(IBusinessCase businessCase, Class<T> type) Retrieves a business data value from a given business case. -
Uses of IBusinessCase in ch.ivyteam.ivy.casemap.runtime
Methods in ch.ivyteam.ivy.casemap.runtime that return IBusinessCaseModifier and TypeMethodDescriptionCaseMapStartResult.getBusinessCase()Returns the started business case.Methods in ch.ivyteam.ivy.casemap.runtime with parameters of type IBusinessCaseModifier and TypeMethodDescriptionICaseMapFinder.byBusinessCase(IBusinessCase businessCase) Get the case map of the given business case.ICaseMapService.getCaseMapService(IBusinessCase businessCase) Get the case map service for the given contextICaseMapService.getCaseMapService(IBusinessCase businessCase, IUserToken userToken) Get the case map service for the given context -
Uses of IBusinessCase in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IBusinessCaseModifier and TypeMethodDescriptionICase.getBusinessCase()Gets thebusiness casethis case belongs to.