Class ADMdlUserHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADMdlUserHelper
Represents a common model user which is used for connecting to a model.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ADMdlUsercreate(SrvContext srvCtx, String name) Creates a new model user.
-
Method Details
-
create
public static ADMdlUser create(SrvContext srvCtx, String name) throws InoNetException, SrvErrorException Creates a new model user.- Parameters:
srvCtx- The context of the related innovator server.name- Name optional- Throws:
InoNetExceptionSrvErrorException
-