Package io.camunda.client.protocol.rest
Class JobResultAdHocSubProcess
java.lang.Object
io.camunda.client.protocol.rest.JobResultAdHocSubProcess
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class JobResultAdHocSubProcess
extends Object
Job result details for an ad‑hoc sub‑process, including elements to activate and flags indicating completion or cancellation behavior.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivateElements(List<JobResultActivateElement> activateElements) addActivateElementsItem(JobResultActivateElement activateElementsItem) booleanIndicates which elements need to be activated in the ad-hoc subprocess.Indicates whether the remaining instances of the ad-hoc subprocess should be canceled.Indicates whether the completion condition of the ad-hoc subprocess is fulfilled.getType()Used to distinguish between different types of job results.inthashCode()isCancelRemainingInstances(Boolean isCancelRemainingInstances) isCompletionConditionFulfilled(Boolean isCompletionConditionFulfilled) voidsetActivateElements(List<JobResultActivateElement> activateElements) voidsetIsCancelRemainingInstances(Boolean isCancelRemainingInstances) voidsetIsCompletionConditionFulfilled(Boolean isCompletionConditionFulfilled) voidtoString()
-
Field Details
-
JSON_PROPERTY_ACTIVATE_ELEMENTS
- See Also:
-
JSON_PROPERTY_IS_COMPLETION_CONDITION_FULFILLED
- See Also:
-
JSON_PROPERTY_IS_CANCEL_REMAINING_INSTANCES
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
JobResultAdHocSubProcess
public JobResultAdHocSubProcess()
-
-
Method Details
-
activateElements
public JobResultAdHocSubProcess activateElements(@Nullable List<JobResultActivateElement> activateElements) -
addActivateElementsItem
public JobResultAdHocSubProcess addActivateElementsItem(JobResultActivateElement activateElementsItem) -
getActivateElements
Indicates which elements need to be activated in the ad-hoc subprocess.- Returns:
- activateElements
-
setActivateElements
-
isCompletionConditionFulfilled
public JobResultAdHocSubProcess isCompletionConditionFulfilled(@Nullable Boolean isCompletionConditionFulfilled) -
getIsCompletionConditionFulfilled
Indicates whether the completion condition of the ad-hoc subprocess is fulfilled.- Returns:
- isCompletionConditionFulfilled
-
setIsCompletionConditionFulfilled
-
isCancelRemainingInstances
public JobResultAdHocSubProcess isCancelRemainingInstances(@Nullable Boolean isCancelRemainingInstances) -
getIsCancelRemainingInstances
Indicates whether the remaining instances of the ad-hoc subprocess should be canceled.- Returns:
- isCancelRemainingInstances
-
setIsCancelRemainingInstances
-
type
-
getType
Used to distinguish between different types of job results.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-