Package step.repository.alm.otaclient
Interface ICustomizationUsers2
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationUsers
- All Known Subinterfaces:
ICustomizationUsers3
public interface ICustomizationUsers2 extends ICustomizationUsers
Services for managing the collection of all CustomizationUser objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
userExistsInSite(String userName)
Checks whether the specified site user exists.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.ICustomizationUsers
addSiteAuthenticatedUser, addSiteUser, addUser, domainUsers, domainUsersWithoutProjectUsers, removeUser, user, users, users
-
-
-
-
Method Detail
-
userExistsInSite
boolean userExistsInSite(String userName)
Checks whether the specified site user exists.
- Parameters:
userName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type boolean
-
-