[This is preliminary documentation and is subject to change.]
The ItemService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateItem |
Method for creating a new item in MultiArchive.
The method makes sure that the ItemSpecification contains both field- and content-specifications and then makes an asynchronous call to the MultiArchive webservice. It then waits for the asynchronous call to return before it itself returns the URN of the newly created item. |
|
CreateItemAsync |
Method for creating a new item in MultiArchive.
The method makes sure that the ItemSpecification contains both field- and content-specifications and then makes an asynchronous call to the MultiArchive webservice. The return from the web service is not handled by this method but instead by the callback method provided via the parameter callback. |
|
CreateItemEventbased |
Method for creating a new item in MultiArchive.
The method makes sure that the ItemSpecification contains both field- and content-specifications and then makes an asynchronous call to the MultiArchive webservice. The return from the web service is not handled by this method but instead by the ItemOperationEventHandler which should be handled by the client code. |
|
Dispose()()()() |
Public method for closing the connection to the ItemPortTypeClient correctly.
|
|
Dispose(Boolean) | ||
EndcreateItem |
Method for handling the call to MultiArchive web service to end the creation of a new item.
This method wraps the call to the proxy and is used when the asynchronous call to CreateItem is used. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |