java.lang.Object
ch.ivyteam.ivy.model.SimpleValueObject<String>
ch.ivyteam.ivy.process.model.value.PID
All Implemented Interfaces:
Serializable

public class PID extends SimpleValueObject<String>
The Unique ID of a process {BaseElement entity}.

The PID starts with the process GUID and can continue with field IDs. Samples:

  • the process itself: 1478B7E447CD01B2
  • a simple root element: 1478B7E447CD01B2-f2
  • an element within an {EmbeddedProcessElement} 1478B7E447CD01B2-S10-f2
See Also:
API:
This is a public API.