Class Addorgunit

    • Constructor Detail

      • Addorgunit

        public Addorgunit()
        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.
         
         <addorgunit>
             <orgunit name="demousrs1" typeName="USER" description="Test User Org 1 for User on Tomcat Calendar App"/>
             <orgunit name="demousrs2" typename="USER" description="Test User Org 2 for User on Tomcat  Calendar App"/>
             <orgunit name="demoapps1" typeName="PERM" description="Test Perm Org 1 for Permission on Tomcat Calendar App"/>
             <orgunit name="demoapps2" typename="PERM" description="Test Perm Org 2 for Permission on Tomcat Calendar App"/>
         </addorgunit>
         
         
        Parameters:
        ou - contains reference to data element targeted for insertion..