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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The type of the owner.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the owner.
    The type of the owner.
  • 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.