Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADLogin
Packages that use ADLogin
Package
Description
The package contains classes for connecting to an Innovator model
for manipulation and evaluation purposes.
Meta model and administration information.
-
Uses of ADLogin in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence that return ADLoginConstructors in de.mid.innovator.srv.excellence with parameters of type ADLogin -
Uses of ADLogin in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADLoginModifier and TypeFieldDescriptionARG_ADModelByFile.loginrepository administrator loginARG_VersionFileOclReq.loginadministrator loginARG_GetLoginList.ohAdminLoginlogin of model administrator or emptyARG_LockRecursiveEntry.ohLogLocklogin if the element is locked by another userFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADLoginMethods in de.mid.innovator.srv2api.icw2meta that return ADLoginModifier and TypeMethodDescriptionADLockAble.getLockLogin()Returns the login which has locked the current object.ADLock.getLogin()The login of the current object.ADMdlAdmin.getLogin()the current object's login.ADMdlGeneratorSvg.getLogin()the current object's login.ADMdlUser.getLogin()The login of the current object.ADLoginAble.getLoginByDisplay(String pattern, K_CONTROL_OPTION... behaviourFlags) Returns theADLoginof the current object depending on the display given by the argument pattern.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADLoginModifier and TypeMethodDescriptionADRepAdmin.getLogin()the current object's login.ADUsrRole.getLogin()Returns the logins that use the current object.MM2Locale.getLogin()ADLoginAble.getOwnedLogin(K_CONTROL_OPTION... behaviourFlags) The logins owned by the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADLoginModifier and TypeMethodDescriptionstatic ARG_ADModelInfoADModelHelper.createByFile(SrvContext srvCtx, ADLogin login, Path file, String nameModel, String password, String passCopy) Creates a new model using the given version file.static PathADModelHelper.getVersionFile(SrvContext srvCtx, ADLogin login, K_ADMODEL method, String name) Returns the complete version ASCII representation of the model.booleanReturns true if the current login has access to change the current object and the current object is not locked by another login.booleanADLockAble.hasOthLock(ADLogin refObj) Returns true if the current object is locked by a login from anyone else except the current login.booleanADLockAble.hasOwnLock(ADLogin refObj) Returns true if the current object is locked by the current login.booleanADLockAble.isLockable(ADLogin refObj) Returns true if the current login is able to lock the current object.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADLoginModifierConstructorDescriptionARG_GetLoginList(ADLogin ohAdminLogin, String strAdminName, String strAdminHost, int cntGuest, List<ADLogin> seqLogin, List<String> seqName, List<String> seqDisplay, List<K_LOGSTATUS> seqLog) ARG_LockRecursiveEntry(ADLockAble ohElem, String strElem, K_LOCKSTATUS kLockStatus, boolean hasAccess, ADLogin ohLogLock, String strLogLock) ARG_VersionFileOclReq(ADLogin login, K_ADMODEL method, String name) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADLogin