Uses of Class
com.collabnet.ce.soap60.fault.UserLimitExceededFault
-
Packages that use UserLimitExceededFault Package Description com.collabnet.ce.soap60.webservices.cemain -
-
Uses of UserLimitExceededFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw UserLimitExceededFault Modifier and Type Method Description UserSoapDOCollabNetSoap. createUser(String sessionId, String userName, String email, String fullName, String organization, String locale, String timeZone, String licenseType, boolean isSuperUser, boolean isRestrictedUser, String password)Creates a new user with the specified parameters.voidCollabNetSoap. setUserData(String sessionId, UserSoapDO userData)Sets the user information.voidCollabNetSoap. setUserData2(String sessionId, User2SoapDO userData)Sets the user information.
-