public class JobCancellationMessageParameters extends MessageParameters
A job related REST handler always requires a JobIDPathParameter
.
Constructor and Description |
---|
JobCancellationMessageParameters() |
Modifier and Type | Method and Description |
---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
Collection<MessageQueryParameter<?>> |
getQueryParameters()
Returns the collection of
MessageQueryParameter that the request supports. |
JobCancellationMessageParameters |
resolveJobId(JobID jobId) |
JobCancellationMessageParameters |
resolveTerminationMode(TerminationModeQueryParameter.TerminationMode terminationMode) |
isResolved, resolveUrl
public Collection<MessagePathParameter<?>> getPathParameters()
MessageParameters
MessagePathParameter
that the request supports. The
collection should not be modifiable.getPathParameters
in class MessageParameters
public Collection<MessageQueryParameter<?>> getQueryParameters()
MessageParameters
MessageQueryParameter
that the request supports. The
collection should not be modifiable.getQueryParameters
in class MessageParameters
public JobCancellationMessageParameters resolveJobId(JobID jobId)
public JobCancellationMessageParameters resolveTerminationMode(TerminationModeQueryParameter.TerminationMode terminationMode)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.