Package io.zeebe.exporter.proto
Interface Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationActivateInstructionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationActivateInstruction,Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationActivateInstruction.Builder
- Enclosing class:
- Schema.ProcessInstanceModificationRecord
public static interface Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationActivateInstructionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAncestorScopeKey()int64 ancestorScopeKey = 2;longgetAncestorScopeKeys(int index)repeated int64 ancestorScopeKeys = 4;intgetAncestorScopeKeysCount()repeated int64 ancestorScopeKeys = 4;List<Long>getAncestorScopeKeysList()repeated int64 ancestorScopeKeys = 4;StringgetElementId()string elementId = 1;com.google.protobuf.ByteStringgetElementIdBytes()string elementId = 1;Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructiongetVariableInstructions(int index)repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;intgetVariableInstructionsCount()repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;List<Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction>getVariableInstructionsList()repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuildergetVariableInstructionsOrBuilder(int index)repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;List<? extends Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuilder>getVariableInstructionsOrBuilderList()repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getElementId
String getElementId()
string elementId = 1;
-
getElementIdBytes
com.google.protobuf.ByteString getElementIdBytes()
string elementId = 1;
-
getAncestorScopeKey
long getAncestorScopeKey()
int64 ancestorScopeKey = 2;
-
getVariableInstructionsList
List<Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction> getVariableInstructionsList()
repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;
-
getVariableInstructions
Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction getVariableInstructions(int index)
repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;
-
getVariableInstructionsCount
int getVariableInstructionsCount()
repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;
-
getVariableInstructionsOrBuilderList
List<? extends Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuilder> getVariableInstructionsOrBuilderList()
repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;
-
getVariableInstructionsOrBuilder
Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuilder getVariableInstructionsOrBuilder(int index)
repeated .exporter_protocol.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstruction variableInstructions = 3;
-
getAncestorScopeKeysList
List<Long> getAncestorScopeKeysList()
repeated int64 ancestorScopeKeys = 4;
-
getAncestorScopeKeysCount
int getAncestorScopeKeysCount()
repeated int64 ancestorScopeKeys = 4;
-
getAncestorScopeKeys
long getAncestorScopeKeys(int index)
repeated int64 ancestorScopeKeys = 4;
-
-