ContentService
instead.@Deprecated
public interface CollaborationUserService
extends com.appiancorp.services.ContextSensitiveService
User
s in the Collaboration database.Modifier and Type | Field and Description |
---|---|
static boolean |
insertUser$UPDATES
Deprecated.
|
static boolean |
insertUsersBulk$UPDATES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
insertUser(java.lang.String username,
java.sql.Timestamp currentTime)
Deprecated.
This method inserts a single user into collaboration's database and
creates a private knowledge center and a private folder for that user.
|
java.lang.Void |
insertUsersBulk(java.lang.String[] usernames)
Deprecated.
This method inserts one or multiple users and ensures that each username is unique.
|
static final boolean insertUser$UPDATES
static final boolean insertUsersBulk$UPDATES
java.lang.Void insertUser(java.lang.String username, java.sql.Timestamp currentTime)
username
- The username of the usercurrentTime
- The date and time (combined as a Timestamp
) that
the private knowledge center and a private folder was created for the userjava.lang.Void insertUsersBulk(java.lang.String[] usernames)
usernames
- An array of usernames for usersCopyright © 2003-2024 Appian Corporation. All Rights Reserved.