Interface | Description |
---|---|
IAsset |
Unique item to which a device may be associated.
|
IAssetCategory |
Groups related assets of a given type.
|
IAssetManagement |
Asset management interface implemented by datastores that can store assets.
|
IAssetManagementCacheProvider |
Interface for entity that provides caching for asset management objects.
|
IAssetModule<T extends IAsset> |
Interface for a module that provides access to assets of a given type.
|
IAssetModuleManager |
Interface for interacting with the asset module manager.
|
IAssetSearchCriteria |
Criteria used to search for assets.
|
ICachingAssetManagement |
Implemented by
IAssetManagement implementations that support caching. |
IHardwareAsset |
Interface for an asset that is a piece of hardware.
|
ILocationAsset |
Interface for an asset that represents a location.
|
IPersonAsset |
Interface for an asset that is a person.
|
Enum | Description |
---|---|
AssetType |
Indicates the general type of an asset.
|