Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADLogin
-
Packages that use ADLogin Package Description de.mid.innovator.srv.excellence The package contains classes for connecting to an Innovator model for manipulation and evaluation purposes.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADLogin in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence that return ADLogin Modifier and Type Method Description ADLogin
SrvExcellenceLogin. getLoginId()
Constructors in de.mid.innovator.srv.excellence with parameters of type ADLogin Constructor Description SrvExcellenceLogin(ADLogin exLogin)
-
Uses of ADLogin in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADLogin Modifier and Type Field Description ADLogin
ARG_ADModelByFile. login
repository administrator loginADLogin
ARG_VersionFileOclReq. login
administrator loginADLogin
ARG_GetLoginList. ohAdminLogin
login of model administrator or emptyADLogin
ARG_LockRecursiveEntry. ohLogLock
login if the element is locked by another userFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADLogin Modifier and Type Field Description java.util.List<ADLogin>
ARG_GetLoginList. seqLogin
list of loginsMethods in de.mid.innovator.srv2api.icw2meta that return ADLogin Modifier and Type Method Description ADLogin
ADLockAble. getLockLogin()
Returns the login which has locked the current object.ADLogin
ADLock. getLogin()
The login of the current object.ADLogin
ADMdlAdmin. getLogin()
the current object's login.ADLogin
ADMdlUser. getLogin()
The login of the current object.ADLogin
ADLoginAble. getLoginByDisplay(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
Returns theADLogin
of 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 ADLogin Modifier and Type Method Description java.util.List<ADLogin>
ADRepAdmin. getLogin(K_CONTROL_OPTION... behaviourFlags)
the current object's login.java.util.List<ADLogin>
ADUsrRole. getLogin()
Returns the logins that use the current object.java.util.List<ADLogin>
MM2Locale. getLogin()
java.util.List<ADLogin>
ADLoginAble. getOwnedLogin(K_CONTROL_OPTION... behaviourFlags)
The logins owned by the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADLogin Modifier and Type Method Description static ARG_ADModelInfo
ADModelHelper. createByFile(SrvContext srvCtx, ADLogin login, byte[] file, java.lang.String nameModel, java.lang.String password, java.lang.String passCopy)
Creates a new model using the given version file.static byte[]
ADModelHelper. getVersionFile(SrvContext srvCtx, ADLogin login, K_ADMODEL method, java.lang.String name)
Returns the complete version ASCII representation of the model.boolean
ADLockAble. hasClutch(ADLogin refObj)
Returns true if the current login has access to change the current object and the current object is not locked by another login.boolean
ADLockAble. hasOthLock(ADLogin refObj)
Returns true if the current object is locked by a login from anyone else except the current login.boolean
ADLockAble. hasOwnLock(ADLogin refObj)
Returns true if the current object is locked by the current login.boolean
ADLockAble. 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 ADLogin Constructor Description ARG_ADModelByFile(ADLogin login, byte[] file, java.lang.String nameModel, java.lang.String password, java.lang.String passCopy)
ARG_GetLoginList(ADLogin ohAdminLogin, java.lang.String strAdminName, java.lang.String strAdminHost, int cntGuest, java.util.List<ADLogin> seqLogin, java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqDisplay, java.util.List<K_LOGSTATUS> seqLog)
ARG_LockRecursiveEntry(ADLockAble ohElem, java.lang.String strElem, K_LOCKSTATUS kLockStatus, boolean hasAccess, ADLogin ohLogLock, java.lang.String strLogLock)
ARG_VersionFileOclReq(ADLogin login, K_ADMODEL method, java.lang.String name)
Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADLogin Constructor Description ARG_GetLoginList(ADLogin ohAdminLogin, java.lang.String strAdminName, java.lang.String strAdminHost, int cntGuest, java.util.List<ADLogin> seqLogin, java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqDisplay, java.util.List<K_LOGSTATUS> seqLog)
-