Package io.camunda.client.protocol.rest
Class InferredAncestorKeyInstruction
java.lang.Object
io.camunda.client.protocol.rest.InferredAncestorKeyInstruction
- All Implemented Interfaces:
AncestorScopeInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class InferredAncestorKeyInstruction
extends Object
implements AncestorScopeInstruction
Instructs the engine to derive the ancestor scope key from the source
element's hierarchy. The engine traverses the source element's
ancestry to find an instance that matches one of the target element's
flow scopes, ensuring the target is activated in the correct scope.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionancestorScopeType(String ancestorScopeType) booleanThe type of ancestor scope instruction.inthashCode()voidsetAncestorScopeType(String ancestorScopeType) toString()
-
Field Details
-
JSON_PROPERTY_ANCESTOR_SCOPE_TYPE
- See Also:
-
-
Constructor Details
-
InferredAncestorKeyInstruction
public InferredAncestorKeyInstruction()
-
-
Method Details
-
ancestorScopeType
-
getAncestorScopeType
The type of ancestor scope instruction.- Specified by:
getAncestorScopeTypein interfaceAncestorScopeInstruction- Returns:
- ancestorScopeType
-
setAncestorScopeType
-
equals
-
hashCode
public int hashCode() -
toString
-