Uses of Class
io.zeebe.engine.state.instance.IndexedRecord
-
Packages that use IndexedRecord Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.state.instance -
-
Uses of IndexedRecord in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior that return types with arguments of type IndexedRecord Modifier and Type Method Description List<IndexedRecord>BpmnDeferredRecordsBehavior. getDeferredRecords(BpmnElementContext context)Methods in io.zeebe.engine.processing.bpmn.behavior with parameters of type IndexedRecord Modifier and Type Method Description voidBpmnDeferredRecordsBehavior. removeDeferredRecord(BpmnElementContext context, IndexedRecord deferredRecord) -
Uses of IndexedRecord in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return IndexedRecord Modifier and Type Method Description IndexedRecordElementInstanceState. getFailedRecord(long key)IndexedRecordStoredRecord. getRecord()IndexedRecordIndexedRecord. setKey(long key)IndexedRecordIndexedRecord. setState(WorkflowInstanceIntent state)IndexedRecordIndexedRecord. setValue(WorkflowInstanceRecord value)Methods in io.zeebe.engine.state.instance that return types with arguments of type IndexedRecord Modifier and Type Method Description List<IndexedRecord>ElementInstanceState. getDeferredRecords(long scopeKey)Methods in io.zeebe.engine.state.instance with parameters of type IndexedRecord Modifier and Type Method Description voidElementInstanceState.RecordVisitor. visitRecord(IndexedRecord indexedRecord)Constructors in io.zeebe.engine.state.instance with parameters of type IndexedRecord Constructor Description StoredRecord(IndexedRecord record, StoredRecord.Purpose purpose)
-