Class AbstractGroupTransformScript

    • Constructor Detail

      • AbstractGroupTransformScript

        public AbstractGroupTransformScript()
    • Method Detail

      • addGroupAttribute

        protected void addGroupAttribute​(Group group,
                                         String name,
                                         String value)
        Add or update Group Attribute by name.
        Parameters:
        group -
        name -
        value -
      • addChildGroup

        protected void addChildGroup​(Group pGroup,
                                     String childGroupId)
        add relation between groups.
        Parameters:
        pGroup -
        childGroupId -
      • addParentGroup

        protected void addParentGroup​(Group pGroup,
                                      String parentGroupId)
        add relation between groups.
        Parameters:
        pGroup -
        parentGroupId -
      • deleteGroupAttribute

        protected void deleteGroupAttribute​(Group g,
                                            String name)
        Delete group attribute by name
        Parameters:
        g -
        name -