Uses of Class
ch.ivyteam.ivy.workflow.businesscase.StageId
-
Packages that use StageId Package Description ch.ivyteam.ivy.workflow.businesscase -
-
Uses of StageId in ch.ivyteam.ivy.workflow.businesscase
Methods in ch.ivyteam.ivy.workflow.businesscase that return StageId Modifier and Type Method Description StageIdBusinessCaseStage. getId()Unique id of this stage.StageIdIBusinessCase. getStageId()Returns the id of the current stage of thisIBusinessCase.Methods in ch.ivyteam.ivy.workflow.businesscase with parameters of type StageId Modifier and Type Method Description voidIBusinessCase. setStageId(StageId stageId)Sets the current stage of thisIBusinessCaseto the given stage id.
-