com.ibm.dbb.repository

Interface ManagedObject

    • Method Detail

      • getOwner

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

        void setOwner(java.lang.String owner)
        Set the owner of the managed object
        Parameters:
        owner - the owner of the managed object
      • getTeam

        java.lang.String getTeam()
        Return the team for the managed object
        Returns:
        the team
      • setTeam

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

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

        void setPermission(int permission)
        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
      • hasUnsavedChanges

        boolean hasUnsavedChanges()
        Return true if the build result has unsaved changes
        Returns:
        true if the build result has unsaved changes
      • clearUnsavedChanges

        void clearUnsavedChanges()
        Clear changes that have been saved

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