Interface Owner
- All Known Implementing Classes:
OwnerDTO
public interface Owner
Every metadata object has an owner. The owner can have all their privileges. The owner could be a
user or a group. The owner could be transferred to another user or group.
-
Method Details
-
name
String name()The name of the owner.- Returns:
- The name of the owner.
-
type
Owner.Type type()The type of the owner. Only supports user or group.- Returns:
- The type of the owner.
-