Uses of Class
org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
-
Packages that use ParticipantProcess Package Description org.camunda.bpm.engine.impl.pvm.process -
-
Uses of ParticipantProcess in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process declared as ParticipantProcess Modifier and Type Field Description protected ParticipantProcess
ProcessDefinitionImpl. participantProcess
Methods in org.camunda.bpm.engine.impl.pvm.process that return ParticipantProcess Modifier and Type Method Description ParticipantProcess
ProcessDefinitionImpl. getParticipantProcess()
Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ParticipantProcess Modifier and Type Method Description void
ProcessDefinitionImpl. setParticipantProcess(ParticipantProcess participantProcess)
-