public class OperationHandleIdPathParameter extends MessagePathParameter<OperationHandle>
MessagePathParameter
that parses the OperationHandle
.MessageParameter.MessageParameterRequisiteness
Constructor and Description |
---|
OperationHandleIdPathParameter() |
Modifier and Type | Method and Description |
---|---|
protected OperationHandle |
convertFromString(String operationHandleId)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(OperationHandle operationHandle)
Converts the given value to its string representation.
|
String |
getDescription()
Returns a description for REST API HTML documentation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
public static final String KEY
protected OperationHandle convertFromString(String operationHandleId)
MessageParameter
convertFromString
in class MessageParameter<OperationHandle>
operationHandleId
- string representation of parameter valueprotected String convertToString(OperationHandle operationHandle)
MessageParameter
convertToString
in class MessageParameter<OperationHandle>
operationHandle
- parameter valuepublic String getDescription()
MessageParameter
getDescription
in class MessageParameter<OperationHandle>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.