Hdsi |
The HdsiServiceBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| HdsiServiceBehavior | For REST service initialization | |
| HdsiServiceBehavior(IDataCachingService, ILocalizationService, IPatchService, IPolicyEnforcementService, IBarcodeProviderService, IResourcePointerService, IServiceManager, IConfigurationManager, IAuditService) | HDSI Service Behavior |
| Name | Description | |
|---|---|---|
| AssociationCreate | Assigns the child object as a child (or link) of the parent | |
| AssociationGet(String, String, String) | Performs a linked or chained search on a sub-property | |
| AssociationGet(String, String, String, String) | Performs a linked or chained search on a sub-property | |
| AssociationRemove(String, String, String) | Removes a child resource instance from the parent container | |
| AssociationRemove(String, String, String, String) | Removes a child resource instance from the parent container | |
| AssociationSearch(String, String) | Performs a linked or chained search on a sub-property | |
| AssociationSearch(String, String, String) | Performs a linked or chained search on a sub-property | |
| CheckIn | Releases an edit lock on the specified object | |
| CheckOut | Acquires an edit lock on the specified object | |
| Copy | Downloads a copy of the specified resource and all dependent objects from another cdr to this CDR | |
| Create | Creates the resource. If the resource already exists, then a 409 is thrown | |
| CreateContentLocation | Create content location | |
| CreateUpdate | Creates or updates a resource. That is, creates the resource if it does not exist, or updates it if it does | |
| Delete | Deletes the specified resource from the server | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| Get | Retrieves the current version of the specified resource | |
| GetBarcode | Gets the specified barcode for the resource | |
| GetDataset | Get the dataset for the specified object | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetResourceHandler | Get the resource handler for the named resource | |
| GetSchema | Get the schema of the HDSI API for use in code generation frameworks | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetVersion | Retrieves a specific version of the specified resource | |
| GetVrpPointerData | Gets the digitally signed pointer (in JWS format) for the resource | |
| Head | Get just the headers | |
| HeadSearch | Perform a search (query) and return only the headers | |
| History | Gets a complete history of all changes made to the specified resource | |
| InvokeMethod(String, String, ParameterCollection) | Invokes the specified operation | |
| InvokeMethod(String, String, String, ParameterCollection) | Invokes the specified operation | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Options | Returns a service capability statement of the HDSI | |
| Patch | Updates the specified resource according to the instructions in the PATCH file | |
| PatchAll | Performs a patch on all resources in the resourceType collection | |
| Ping | Performs a minimal PING request to test service availability | |
| ResolvePointer | Resolve a code to a resource by posting a form-encoded search to the API | |
| ResourceOptions | Returns specific options for a single resource | |
| Search | Perform a search (query) for resourceType matching the HTTP query parameters provided | |
| ThrowIfNotReady | Throw if the service is not ready | |
| Time | Gets the current server time from the API allowing for time synchronization | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Touch | Touch the resource (update its timestamp) without modifying the resource itself | |
| Update | Update the specified resource |
| Name | Description | |
|---|---|---|
| m_configuration | The configuration loaded/injected into the HDSI | |
| m_dataCachingService | Ad-hoc cache method | |
| m_localeService | Locale service | |
| m_traceSource | The trace source for HDSI based implementations |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |