Interface ShareableData

    • Method Detail

      • getItemKey

        ItemKeyData getItemKey()
        Get the ItemKeyData for the item. An item key is used to share an item to individual users and/or groups.
        Hibernate: many-to-one
        column="`itemkey_id`" not-null="false" outer-join="false"
      • setItemKey

        void setItemKey​(ItemKeyData key)
        Set the ItemKeyData for the item. An item key is used to share an item to individual users and or groups. Use null to disable sharing.
      • getProjectKey

        ProjectKeyData getProjectKey()
        Get the ProjectKeyData for the item. A project key is used to share an item to projects.
        Hibernate: many-to-one
        column="`projectkey_id`" not-null="false" outer-join="false"
      • setProjectKey

        void setProjectKey​(ProjectKeyData key)
        Set the ProjectKeyData for the item. A project key is used to share an item to projects. Use null to disable sharing.