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(java.lang.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.v16.otaclient.ICustomizationUsers
addSiteAuthenticatedUser, addSiteUser, addUser, domainUsers, domainUsersWithoutProjectUsers, removeUser, user, users, users
-
-