Interface CollaborationUserService

All Superinterfaces:
com.appiancorp.services.ContextSensitiveService, Service

@Deprecated public interface CollaborationUserService extends com.appiancorp.services.ContextSensitiveService
Deprecated.
Use the class ContentService instead.
Defines methods to manage Users in the Collaboration database.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
    Deprecated.
     
    static final boolean
    Deprecated.
     

    Fields inherited from interface com.appiancorp.services.ContextSensitiveService

    SET_SERVICE_CONTEXT_METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    insertUser(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$UPDATES
      Deprecated.
      See Also:
    • insertUsersBulk$UPDATES

      static final boolean insertUsersBulk$UPDATES
      Deprecated.
      See Also:
  • Method Details

    • insertUser

      Void insertUser(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.
      Parameters:
      username - The username of the user
      currentTime - The date and time (combined as a Timestamp) that the private knowledge center and a private folder was created for the user
    • insertUsersBulk

      Void insertUsersBulk(String[] usernames)
      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