Uses of Class
io.zeebe.engine.state.instance.StoredRecord.Purpose
-
Packages that use StoredRecord.Purpose Package Description io.zeebe.engine.state.instance -
-
Uses of StoredRecord.Purpose in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return StoredRecord.Purpose Modifier and Type Method Description StoredRecord.PurposeStoredRecord. getPurpose()static StoredRecord.PurposeStoredRecord.Purpose. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredRecord.Purpose[]StoredRecord.Purpose. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.engine.state.instance with parameters of type StoredRecord.Purpose Modifier and Type Method Description voidElementInstanceState. removeStoredRecord(long scopeKey, long recordKey, StoredRecord.Purpose purpose)voidElementInstanceState. storeRecord(long key, long scopeKey, WorkflowInstanceRecord value, WorkflowInstanceIntent intent, StoredRecord.Purpose purpose)Constructors in io.zeebe.engine.state.instance with parameters of type StoredRecord.Purpose Constructor Description StoredRecord(IndexedRecord record, StoredRecord.Purpose purpose)
-