Uses of Class
ch.ivyteam.ivy.process.model.value.PID
-
Packages that use PID Package Description ch.ivyteam.ivy.bpm.engine.client ch.ivyteam.ivy.bpm.engine.client.element ch.ivyteam.ivy.workflow.signal -
-
Uses of PID in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return types with arguments of type PID Modifier and Type Method Description List<PID>History. elementPids()Returns a list with the pids of all executed process elements -
Uses of PID in ch.ivyteam.ivy.bpm.engine.client.element
Methods in ch.ivyteam.ivy.bpm.engine.client.element with parameters of type PID Modifier and Type Method Description static BpmElementBpmElement. pid(PID pid)Selects a process element by the given process identifier (pid). -
Uses of PID in ch.ivyteam.ivy.workflow.signal
Methods in ch.ivyteam.ivy.workflow.signal that return PID Modifier and Type Method Description PIDISignalEvent. getSentByProcessElementId()
-