Uses of Class
ext.api.centrallog.model.ProcessLogEvent
-
Packages that use ProcessLogEvent Package Description ext.api.centrallog.model -
-
Uses of ProcessLogEvent in ext.api.centrallog.model
Subclasses of ProcessLogEvent in ext.api.centrallog.model Modifier and Type Class Description classActivityEventThe type Activity event.classIncidentEventThe type Incident event.classMessageEventThe type Message event.classNodeEndEventThe type Node end event.classNodeEventThe type Node event.classNodeStartEventThe type Node start event.classOpenIncidentEventThe type Open incident event.classProcessEndEventThe type Process end event.classProcessStartEventThe type Process start event.classResolvedIncidentEventThe type Resolved incident event.Methods in ext.api.centrallog.model that return ProcessLogEvent Modifier and Type Method Description ProcessLogEventProcessLogEvent. correlationId(String correlationId)Correlation id process log event.ProcessLogEventProcessLogEvent. eventTime(Date eventTime)Event time process log event.ProcessLogEventProcessLogEvent. executionId(String executionId)Execution id process log event.ProcessLogEventProcessLogEvent. metadata(Map<String,Object> metadata)Metadata process log event.ProcessLogEventProcessLogEvent. processEventType(EventType processEventType)Process event type process log event.ProcessLogEventProcessLogEvent. processId(String processId)Process id process log event.ProcessLogEventProcessLogEvent. processInstanceId(String processInstanceId)Process instance id process log event.
-