Class Delorgunit

    • Constructor Detail

      • Delorgunit

        public Delorgunit()
        All Ant data entities must have a default constructor.
    • Method Detail

      • addOrgUnit

        public void addOrgUnit​(OrgUnitAnt ou)
        This method name, 'addOrgUnit', is used for derived xml tag 'orgunit' in the load script.
         
         <delorgunit>
             <orgunit name="demousrs1" typeName="USER"/>
             <orgunit name="demousrs2" typename="USER"/>
             <orgunit name="demoapps1" typeName="PERM"/>
             <orgunit name="demoapps2" typename="PERM"/>
         </delorgunit>
         
         
        Parameters:
        ou - contains reference to data element targeted for deletion..