Interface WorkbasketAccessItem

  • All Known Implementing Classes:
    WorkbasketAccessItemImpl

    public interface WorkbasketAccessItem
    Interface for WorkbasketAccessItem. This interface is used to control access of users to Workbaskets.
    • Method Detail

      • getId

        String getId()
        Returns the current id of the WorkbasketAccessItem.
        Returns:
        id
      • getAccessId

        String getAccessId()
        Returns the id of the group or the user for which this WorkbasketAccessItem controls access permissions.
        Returns:
        the accessId, this is the group id or user id
      • getAccessName

        String getAccessName()
        Returns the name of the group or user for which this WorkbasketAccessItem controls access permissions.
        Returns:
        the accessName, this is the name of the group or user
      • setAccessName

        void setAccessName​(String name)
        Set the name of the group or user for which this WorkbasketAccessItem controls access permissions.
        Parameters:
        name - the name of the group or user for which this WorkbasketAccessItem controls access permissions
      • copy

        WorkbasketAccessItem copy()
        Duplicates this WorkbasketAccessItem without the id.
        Returns:
        a copy of this WorkbasketAccessItem