Java Sample Classes
The following list provides brief descriptions of a subset of the Java sample classes:
cim141
The following list provides brief descriptions of a subset of the Java sample classes:
- CreateUserLogs in as SuperAdmin and creates a user named New Supplier with a minimal set of user attribute values.
- ChangeMyPasswordLogs in as New Supplier and changes the original default password.
- ModifyMyProfileLogs in as New Supplier and changes address-related attribute values.
- ModifyUserLogs in as SuperAdmin and changes employee-related attribute values.
- UserSearchLogs in as SuperAdmin and searches for all users by matching the asterisk (*) wildcard character.
- ViewMyRolesLogs in as New Supplier and returns roles for that user.
- ViewOrgLogs in as SuperAdmin and views the organization named USA.
- ViewUserLogs in as SuperAdmin and views all users with first names matching the string “New”.
- ForgottenPasswordLogs in as the user identified by the %USER_ID% well-known attribute to request a new temporary password.
- DeleteUserLogs in as SuperAdmin and deletes the user named New Supplier.
Note
: Java stubs generated from wsdl2java or wsimport commands depend on the task that enables the WebService. Multiple stubs are generated for a task based on its tab configuration.