Home > SQL Developer Dialog Boxes ... > Create/Edit Resource Template
This dialog box is displayed if you right-click on the module name in the RESTful Services Administration pane and select New Template, or if you edit an existing template
URI: URI for the resource templates.
Priority: Resource template evaluation order. Lower numbers have higher priority and are evaluated first. Possible values are 0 (the default) to 9.
Entity Tag: Identifies the type of entity tag to be used by the resource template. An entity tag is an HTTP Header that acts as a version identifier for a resource. Use entity tag headers to avoid retrieving previously retrieved resources and to perform optimistic locking when updating resources. Options include:
Secure HASH (default): The contents of the returned resource representation are hashed using a secure digest function to provide a unique fingerprint for a given resource version.
Query: Manually define a query that uniquely identifies a resource version. A manually defined query can often generate an entity tag more efficiently than hashing the entire resource representation.
None: Do not generate an entity tag.
Related Topics: