Interface StewardshipActionInterface
public interface StewardshipActionInterface
StewardshipActionInterface defines the client-side interface for the Stewardship Action OMAS. This includes
operations to make corrections and updates to metadata.
-
Method Summary
Modifier and TypeMethodDescriptionvoidassignAssetOwner(String userId, String assetGUID, String owner) Assign a new owner to an asset.
-
Method Details
-
assignAssetOwner
Assign a new owner to an asset.- Parameters:
userId- identifier of the user issuing the request.assetGUID- identifier of the asset needing a new owner.owner- userId of the new owner.
-