Class Group

    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getId

        public String getId()
      • getAlias

        public String getAlias()
      • getChannel

        public Channel getChannel()
      • setChannel

        public void setChannel​(Channel channel)
      • getChannelId

        public String getChannelId()
      • cloneAndPostponeDependencies

        public Group cloneAndPostponeDependencies​(Queue<AccessControlEntry> entriesToAdd,
                                                  Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
        Creates a clone of this group, without dependencies (which are postponed for add).
        Parameters:
        entriesToAdd - the queue for the ACL entries to add.
        channelTemplateLinksToAdd - the queue for Channel Template Links to add.
        Returns:
        the clone.
        Since:
        6.2.0
      • clone

        protected Group clone()
        Returns a shallow clone of this group.
        Overrides:
        clone in class Object
        Returns:
        the clone.
      • applyChannelTemplateLinkInfo

        public void applyChannelTemplateLinkInfo​(ChannelTemplateLinkInfo channelTemplateLinkInfo)