Interface CollaborationUserService
- All Superinterfaces:
com.appiancorp.services.ContextSensitiveService
,Service
@Deprecated
public interface CollaborationUserService
extends com.appiancorp.services.ContextSensitiveService
Deprecated.
Defines methods to manage
User
s in the Collaboration database.-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Deprecated.static final boolean
Deprecated.Fields inherited from interface com.appiancorp.services.ContextSensitiveService
SET_SERVICE_CONTEXT_METHOD_NAME
-
Method Summary
Modifier and TypeMethodDescriptioninsertUser
(String username, 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.insertUsersBulk
(String[] usernames) Deprecated.This method inserts one or multiple users and ensures that each username is unique.Methods inherited from interface com.appiancorp.services.ContextSensitiveService
setServiceContext
-
Field Details
-
insertUser$UPDATES
static final boolean insertUser$UPDATESDeprecated.- See Also:
-
insertUsersBulk$UPDATES
static final boolean insertUsersBulk$UPDATESDeprecated.- See Also:
-
-
Method Details
-
insertUser
Deprecated.This method inserts a single user into collaboration's database and creates a private knowledge center and a private folder for that user.- Parameters:
username
- The username of the usercurrentTime
- The date and time (combined as aTimestamp
) that the private knowledge center and a private folder was created for the user
-
insertUsersBulk
Deprecated.This method inserts one or multiple users and ensures that each username is unique. It also creates a private knowledge center and a private folder for each user.- Parameters:
usernames
- An array of usernames for users
-
ContentService
instead.