| Modifier and Type | Method and Description |
|---|---|
static Asset |
AssetMapper.mapOmrsEntityDetailToAsset(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
AssetMapper.mapAssetToOmrsEntityDetail(Asset asset)
Map (convert) the supplied Asset to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Asset |
AssetReference.asset |
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetReference.getAsset() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssetReference.setAsset(Asset asset) |
| Modifier and Type | Field and Description |
|---|---|
protected Asset |
DataContentReference.asset |
| Modifier and Type | Method and Description |
|---|---|
Asset |
DataContentReference.getAsset() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataContentReference.setAsset(Asset asset) |
| Modifier and Type | Field and Description |
|---|---|
protected Asset |
DescribesAssetsReference.asset |
| Modifier and Type | Method and Description |
|---|---|
Asset |
DescribesAssetsReference.getAsset() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribesAssetsReference.setAsset(Asset asset) |
| Modifier and Type | Field and Description |
|---|---|
protected Asset |
ConsumedAssetReference.asset |
| Modifier and Type | Method and Description |
|---|---|
Asset |
ConsumedAssetReference.getAsset() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumedAssetReference.setAsset(Asset asset) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
SubjectAreaBeansToAccessOMRS.addAssetClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied asset
|
Asset |
SubjectAreaBeansToAccessOMRS.createAsset(String userId,
Asset asset)
Create new asset.
|
Asset |
SubjectAreaBeansToAccessOMRS.deleteAssetClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing asset represented by a guid.
|
Asset |
SubjectAreaBeansToAccessOMRS.getAssetById(String userId,
String entityGuid)
Fetch complete definition of an asset given its GUID.
|
Asset |
SubjectAreaBeansToAccessOMRS.restoreAsset(String userId,
String entityGuid)
Restore an Asset identified by its GUID.
|
Asset |
SubjectAreaBeansToAccessOMRS.updateAsset(String userId,
Asset asset)
Update asset
|
Asset |
SubjectAreaBeansToAccessOMRS.updateAssetClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing asset represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
SubjectAreaBeansToAccessOMRS.createAsset(String userId,
Asset asset)
Create new asset.
|
Asset |
SubjectAreaBeansToAccessOMRS.updateAsset(String userId,
Asset asset)
Update asset
|
Copyright © 2018–2019 ODPi. All rights reserved.