Package ca.uhn.fhir.rest.api
Enum RestOperationTypeEnum
- All Implemented Interfaces:
Serializable
,Comparable<RestOperationTypeEnum>
-
Enum Constant Summary
Enum ConstantDescriptionCode Value: createCode Value: deleteE.g.E.g.E.g.Use this value with caution, this may change as the GraphQL interface maturesCode Value: history-instanceCode Value: history-systemCode Value: history-type$meta-add extended operation$meta-add extended operation$meta-delete extended operationLoad the server's metadataPatch operationCode Value: readCode Value: search-systemCode Value: search-typeCode Value: transactionCode Value: updateCode Value: update-rewrite-historyCode Value: validateCode Value: vread -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestOperationTypeEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueboolean
boolean
boolean
static RestOperationTypeEnum
Returns the enum constant of this type with the specified name.static RestOperationTypeEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BATCH
-
ADD_TAGS
-
DELETE_TAGS
-
GET_TAGS
-
GET_PAGE
-
GRAPHQL_REQUEST
Use this value with caution, this may change as the GraphQL interface matures -
EXTENDED_OPERATION_SERVER
E.g. $everything, $validate, etc. -
EXTENDED_OPERATION_TYPE
E.g. $everything, $validate, etc. -
EXTENDED_OPERATION_INSTANCE
E.g. $everything, $validate, etc. -
CREATE
Code Value: create -
DELETE
Code Value: delete -
HISTORY_INSTANCE
Code Value: history-instance -
HISTORY_SYSTEM
Code Value: history-system -
HISTORY_TYPE
Code Value: history-type -
READ
Code Value: read -
SEARCH_SYSTEM
Code Value: search-system -
SEARCH_TYPE
Code Value: search-type -
TRANSACTION
Code Value: transaction -
UPDATE
Code Value: update -
VALIDATE
Code Value: validate -
VREAD
Code Value: vread -
METADATA
Load the server's metadata -
META_ADD
$meta-add extended operation -
META
$meta-add extended operation -
META_DELETE
$meta-delete extended operation -
PATCH
Patch operation -
UPDATE_REWRITE_HISTORY
Code Value: update-rewrite-history
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set: http://hl7.org/fhir/vs/type-restful-operation- See Also:
-
VALUESET_NAME
Name for this Value Set: RestfulOperationType- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forCode
Returns the enumerated value associated with this code -
getCode
Returns the code associated with this enumerated value -
isSystemLevel
-
isTypeLevel
-
isInstanceLevel
-