Class ADApplConfPackageHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADApplConfPackageHelper
This is a utility class for ADApplConfPackage that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ADApplConfPackagecreateRoot(SrvContext srvCtx, String strName, String strPurpose, K_CLIENT_LOCATION kLocation, String strBitmap) Creates a newADApplConfPackageas root with purpose and client location.
-
Method Details
-
createRoot
public static ADApplConfPackage createRoot(SrvContext srvCtx, String strName, String strPurpose, K_CLIENT_LOCATION kLocation, String strBitmap) throws InoNetException, SrvErrorException Creates a newADApplConfPackageas root with purpose and client location.- Parameters:
srvCtx- The context of the related innovator server.strName- name of the new packagestrPurpose- purpose of the new packagekLocation- client location of the new packagestrBitmap- bitmap of the new package- Throws:
InoNetExceptionSrvErrorException
-