Package io.camunda.client.protocol.rest
Class JobResultAdHocSubProcess
java.lang.Object
io.camunda.client.protocol.rest.JobResult
io.camunda.client.protocol.rest.JobResultAdHocSubProcess
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class JobResultAdHocSubProcess
extends JobResult
JobResultAdHocSubProcess
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.client.protocol.rest.JobResult
JobResult.TypeEnum -
Field Summary
FieldsFields inherited from class io.camunda.client.protocol.rest.JobResult
JSON_PROPERTY_TYPE, type -
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.inthashCode()isCancelRemainingInstances(Boolean isCancelRemainingInstances) isCompletionConditionFulfilled(Boolean isCompletionConditionFulfilled) voidsetActivateElements(List<JobResultActivateElement> activateElements) voidsetIsCancelRemainingInstances(Boolean isCancelRemainingInstances) voidsetIsCompletionConditionFulfilled(Boolean isCompletionConditionFulfilled) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.type(JobResult.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_ACTIVATE_ELEMENTS
- See Also:
-
JSON_PROPERTY_IS_COMPLETION_CONDITION_FULFILLED
- See Also:
-
JSON_PROPERTY_IS_CANCEL_REMAINING_INSTANCES
- 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
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Overrides:
toUrlQueryStringin classJobResult- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Overrides:
toUrlQueryStringin classJobResult- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-