com.ibm.dbb.metadata

Interface ManagedObject

    • Method Detail

      • getOwner

        java.lang.String getOwner()
                           throws BuildException
        Return the owner of the managed object
        Returns:
        the owner
        Throws:
        BuildException
      • setOwner

        void setOwner(java.lang.String owner)
               throws BuildException
        Set the owner of the managed object
        Parameters:
        owner - the owner of the managed object
        Throws:
        BuildException
      • setTeam

        void setTeam(java.lang.String team)
              throws BuildException
        Set the team for the managed object
        Parameters:
        team - the team for the managed object
        Throws:
        BuildException
      • getPermission

        int getPermission()
                   throws BuildException
        Return the permission for the managed object
        Returns:
        the permission
        Throws:
        BuildException
      • setPermission

        void setPermission(int permission)
                    throws BuildException
        Set the permission for the managed object. The permission of the object is represented by an octal number (i.e. 664) where the first octal digit is the owner permission, the second digit is the team permission, and the third digit is the permission for everyone else. The digits can be 4 (Read), 2 (Write), or 6 (Read and Write).
        Parameters:
        permission - the permission for the managed object
        Throws:
        BuildException

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.