Package nexj.core.meta.xml.XMLMetadataHelper

Examples of nexj.core.meta.xml.XMLMetadataHelper.Fixup


      final String sRPCPrivilege = envProps.getProperty("rpcPrivilege");

      if (sRPCPrivilege != null)
      {
         m_privilegeFixupList.add(new Fixup()
         {
            public void fixup()
            {
               m_metadata.setGenericRPCPrivilege(m_metadata.getPrimitivePrivilege(sRPCPrivilege));
            }
View Full Code Here

TOP

Related Classes of nexj.core.meta.xml.XMLMetadataHelper.Fixup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.