Uses of Interface
io.camunda.client.protocol.rest.AncestorScopeInstruction
Packages that use AncestorScopeInstruction
-
Uses of AncestorScopeInstruction in io.camunda.client.protocol.rest
Classes in io.camunda.client.protocol.rest that implement AncestorScopeInstructionModifier and TypeClassDescriptionclassProvides a concrete key to use as ancestor scope for the created element instance.classInstructs the engine to derive the ancestor scope key from the source element's hierarchy.classInstructs the engine to use the source's direct parent key as the ancestor scope key for the target element.Methods in io.camunda.client.protocol.rest that return AncestorScopeInstructionModifier and TypeMethodDescriptionProcessInstanceModificationMoveInstruction.getAncestorScopeInstruction()Get ancestorScopeInstructionMethods in io.camunda.client.protocol.rest with parameters of type AncestorScopeInstructionModifier and TypeMethodDescriptionProcessInstanceModificationMoveInstruction.ancestorScopeInstruction(AncestorScopeInstruction ancestorScopeInstruction) voidProcessInstanceModificationMoveInstruction.setAncestorScopeInstruction(AncestorScopeInstruction ancestorScopeInstruction)