Class KnowledgeCenter

java.lang.Object
com.appiancorp.suiteapi.collaboration.KnowledgeCenter
All Implemented Interfaces:
LocalId, Serializable, Cloneable

@Deprecated public class KnowledgeCenter extends Object implements LocalId, Cloneable
Deprecated.
Use the class CommunityKnowledgeCenter instead.

This class represents a knowledge center in the collaboration application.

Copyright: Copyright (c) 2002, 2003

Company: Appian Corporation

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    Access level of administrator
    static final int
    Deprecated.
    Access level of 'no access'
    static final int
    Deprecated.
    Access level of read-only
    static final int
    Deprecated.
    Access level of read-write
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Administrator Groups property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Administrators property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Auto Approve for Read Access property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Changes Requires Approval property
    static final Integer
    Deprecated.
    Sort by the Community ID property to which KnowledgeCenter belongs.
    static final Integer
    Deprecated.
    Sort by the Community Name property to which the KnowledgeCenter belongs
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Creator property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Date Created property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Description property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Discussion Topic/Topic property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Document pending Approval property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Expiration Days property
    static final Integer
    Deprecated.
     
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Folders pending Approval property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter ID property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Is Searchable property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Name property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Number of Documents property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Partition property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Reader Groups property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Readers property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Size property
    static final Integer
    Deprecated.
    Sort by the type of KnowledgeCenter property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Users Pending Approval property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Versions pending Approval property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Writer Groups property
    static final Integer
    Deprecated.
    Sort by the KnowledgeCenter Writers property
    static final String
    Deprecated.
    Sort knowledge centers by their creator
    static final String
    Deprecated.
    Sort knowledge centers by description
    static final String
    Deprecated.
    Sort knowledge centers by the last date of modification of any of the folders and documents contained in the knowledge centers.
    static final String
    Deprecated.
    Sort knowledge centers by name
    static final String
    Deprecated.
    Sort knowledge centers by the number of documents they contain
    static final Long
    Deprecated.
    Type field for a community knowledge center
    static final Long
    Deprecated.
    Type field for a personal knowledge center
    static final Long
    Deprecated.
    User status of pending
    static final Long
    Deprecated.
    User status of subscribed
    static final Long
    Deprecated.
    User status of unsubscribed
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    int
    Deprecated.
    Gets the access level of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
    Deprecated.
    Gets the groups which have administrative permissions on this knowledge center
    Deprecated.
    Gets the users who have administrative permissions on this knowledge center
    Deprecated.
    Gets the unique ID of the community that contains this knowledge center
    Deprecated.
    Gets the name of the community that this knowledge center belongs to
    Deprecated.
    Gets the user who created this knowledge center
    Deprecated.
    Gets the date and time that this knowledge center was created
    Deprecated.
    Gets the description of this knowledge center
    Deprecated.
    Gets all the documents in the knowledge center which are pending administrative approval
    Deprecated.
    Gets the number of days after upload to this knowledge center that a document will expire
    Deprecated.
    Gets the folders contained in this knowledge center
    Deprecated.
    Gets all the folders in the knowledge center which are pending administrative approval
    Deprecated.
    Gets the Discussion Topic which is associated with this knowledge center
    Deprecated.
    Gets the unique ID of this knowledge center
    Deprecated.
    Gets the name of this knowledge center
    Deprecated.
    Retrieves the total number of documents in this knowledge center
    Deprecated.
    Retrieves the path where the collaboration application stores the physical knowledge center on the drive
    Deprecated.
    Gets the groups which have reader permissions on this knowledge center
    Deprecated.
    Gets the users who have read permissions on this knowledge center
    Deprecated.
    Gets the amount of physical space the documents contained within this knowledge center occupy
    static Integer
    getSortColumn(String attribute_)
    Deprecated.
     
    Deprecated.
    Gets the type of this knowledge center (either TYPE_COMMUNITY or TYPE_PERSONAL)
    Deprecated.
    Gets the users who are awaiting approval for access on this knowledge center
    Deprecated.
    Gets the user status of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
    Deprecated.
    Gets the documents in this knowledge center which are awaiting administrative approval
    Deprecated.
    Gets the groups which have write permissions on this knowledge center
    Deprecated.
    Gets the users who have write permissions on this knowledge center
    boolean
    Deprecated.
    Checks whether approval is automatically given for any request for read-only access to this knowledge center
    boolean
    Deprecated.
    Checks whether changes to this knowledge center requires administrator approval before being committed
    boolean
    Deprecated.
    Checks whether the knowledge center is searchable
    void
    setAccessLevel(int access_)
    Deprecated.
    Sets the access level of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
    void
    Deprecated.
    Sets the groups which will have administrative permissions on this knowledge center
    void
    Deprecated.
    Sets the users which will have administrative permissions on this knowledge center
    void
    setAutoApproveForReadOnlyAccess(boolean autoApproveForReadOnlyAccess_)
    Deprecated.
    Sets whether approval is automatically given for any request for read-only access to this knowledge center
    void
    Deprecated.
    Sets whether changes to this folder require administrative approval before committing.
    void
    Deprecated.
    Sets the community which contains this knowledge center
    void
    Deprecated.
    Sets the name of the community that contains this knowledge center
    void
    Deprecated.
    Sets the user who created thiei knowledge center
    void
    Deprecated.
    Sets the date and time that this knowledge center was created
    void
    Deprecated.
    Sets the description of this knowledge center
    void
    Deprecated.
    Sets the documents in this knowledge center which are awaiting administrative approval
    void
    setExpirationDays(Long expirationDays_)
    Deprecated.
    Sets the number of days after upload to this knowledge center that a document will expire
    void
    setFolders(Long[] foids_)
    Deprecated.
    Sets the folders contained in this knowledge center
    void
    Deprecated.
    Sets the folders in this knowledge center that are awaiting administrative approval.
    void
    setForum(Long forumId_)
    Deprecated.
    Sets the Discussion Topic which is associated wit this knowledge center
    void
    setId(Long kcid_)
    Deprecated.
    Sets the unique ID of this knowledge center
    void
    setIsSearchable(boolean isSearchable_)
    Deprecated.
    Sets whether this knowledge center is searchable
    void
    setName(String name_)
    Deprecated.
    Sets the name of the knowledge center
    void
    Deprecated.
    Sets the total number of documents stored in the knowledge center
    void
    setPartition(String partition_)
    Deprecated.
    Sets the path where the collaboration application stores the physical knowledge on the drive
    void
    Deprecated.
    Sets the groups that have read permissions on this knowledge center
    void
    setReaders(String[] uids_)
    Deprecated.
    Sets the users that have read permissions on this knowledge center
    void
    setSize(Long size_)
    Deprecated.
    Sets the amount of physical space the documents contained within this knowledge center occupy
    void
    setType(Long kctype_)
    Deprecated.
    Sets the type of the knowledge center (either TYPE_COMMUNITY or TYPE_PERSONAL)
    void
    Deprecated.
    Sets the users who are awaiting approval for access to this knowledge center
    void
    setUserStatus(Long userStatus_)
    Deprecated.
    Sets the user status of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
    void
    setVersionsPendingApproval(Long[] versionsPendingApproval_)
    Deprecated.
    Registers the documents which are awaiting administrative approval
    void
    Deprecated.
    Sets the groups that have write permissions on this knowledge center
    void
    setWriters(String[] uids_)
    Deprecated.
    Sets the users that have write permissions on this knowledge center

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SORT_COLUMN_NAME

      public static final String SORT_COLUMN_NAME
      Deprecated.
      Sort knowledge centers by name
      See Also:
    • SORT_COLUMN_DESCRIPTION

      public static final String SORT_COLUMN_DESCRIPTION
      Deprecated.
      Sort knowledge centers by description
      See Also:
    • SORT_COLUMN_LAST_MODIFIED_DATE

      public static final String SORT_COLUMN_LAST_MODIFIED_DATE
      Deprecated.
      Sort knowledge centers by the last date of modification of any of the folders and documents contained in the knowledge centers. The last date of modification of a Folder is its creation date; the last date of modification of a Document is its upload date or the date of its last version.
      See Also:
    • SORT_COLUMN_NUMBER_OF_DOCUMENTS

      public static final String SORT_COLUMN_NUMBER_OF_DOCUMENTS
      Deprecated.
      Sort knowledge centers by the number of documents they contain
      See Also:
    • SORT_COLUMN_CREATOR

      public static final String SORT_COLUMN_CREATOR
      Deprecated.
      Sort knowledge centers by their creator
      See Also:
    • TYPE_COMMUNITY

      public static final Long TYPE_COMMUNITY
      Deprecated.
      Type field for a community knowledge center
    • TYPE_PERSONAL

      public static final Long TYPE_PERSONAL
      Deprecated.
      Type field for a personal knowledge center
    • ACCESS_LEVEL_READ_ONLY

      public static final int ACCESS_LEVEL_READ_ONLY
      Deprecated.
      Access level of read-only
      See Also:
    • ACCESS_LEVEL_READ_WRITE

      public static final int ACCESS_LEVEL_READ_WRITE
      Deprecated.
      Access level of read-write
      See Also:
    • ACCESS_LEVEL_ADMINISTRATIVE

      public static final int ACCESS_LEVEL_ADMINISTRATIVE
      Deprecated.
      Access level of administrator
      See Also:
    • ACCESS_LEVEL_NO_ACCESS

      public static final int ACCESS_LEVEL_NO_ACCESS
      Deprecated.
      Access level of 'no access'
      See Also:
    • USER_STATUS_UNSUBSCRIBED

      public static final Long USER_STATUS_UNSUBSCRIBED
      Deprecated.
      User status of unsubscribed
    • USER_STATUS_SUBSCRIBED

      public static final Long USER_STATUS_SUBSCRIBED
      Deprecated.
      User status of subscribed
    • USER_STATUS_PENDING

      public static final Long USER_STATUS_PENDING
      Deprecated.
      User status of pending
    • SORT_BY_ID

      public static final Integer SORT_BY_ID
      Deprecated.
      Sort by the KnowledgeCenter ID property
    • SORT_BY_NAME

      public static final Integer SORT_BY_NAME
      Deprecated.
      Sort by the KnowledgeCenter Name property
    • SORT_BY_DESCRIPTION

      public static final Integer SORT_BY_DESCRIPTION
      Deprecated.
      Sort by the KnowledgeCenter Description property
    • SORT_BY_TYPE

      public static final Integer SORT_BY_TYPE
      Deprecated.
      Sort by the type of KnowledgeCenter property
    • SORT_BY_COMMUNITY_ID

      public static final Integer SORT_BY_COMMUNITY_ID
      Deprecated.
      Sort by the Community ID property to which KnowledgeCenter belongs.
    • SORT_BY_COMMUNITY_NAME

      public static final Integer SORT_BY_COMMUNITY_NAME
      Deprecated.
      Sort by the Community Name property to which the KnowledgeCenter belongs
    • SORT_BY_FOLDERS

      public static final Integer SORT_BY_FOLDERS
      Deprecated.
    • SORT_BY_IS_SEARCHABLE

      public static final Integer SORT_BY_IS_SEARCHABLE
      Deprecated.
      Sort by the KnowledgeCenter Is Searchable property
    • SORT_BY_CHANGES_REQUIRE_APPROVAL

      public static final Integer SORT_BY_CHANGES_REQUIRE_APPROVAL
      Deprecated.
      Sort by the KnowledgeCenter Changes Requires Approval property
    • SORT_BY_AUTO_APPROVE_FOR_READ_ONLY_ACCESS

      public static final Integer SORT_BY_AUTO_APPROVE_FOR_READ_ONLY_ACCESS
      Deprecated.
      Sort by the KnowledgeCenter Auto Approve for Read Access property
    • SORT_BY_PARTITION

      public static final Integer SORT_BY_PARTITION
      Deprecated.
      Sort by the KnowledgeCenter Partition property
    • SORT_BY_NUMBER_OF_DOCUMENTS

      public static final Integer SORT_BY_NUMBER_OF_DOCUMENTS
      Deprecated.
      Sort by the KnowledgeCenter Number of Documents property
    • SORT_BY_SIZE

      public static final Integer SORT_BY_SIZE
      Deprecated.
      Sort by the KnowledgeCenter Size property
    • SORT_BY_DISCUSSION_THREAD

      public static final Integer SORT_BY_DISCUSSION_THREAD
      Deprecated.
      Sort by the KnowledgeCenter Discussion Topic/Topic property
    • SORT_BY_EXPIRATION_DAYS

      public static final Integer SORT_BY_EXPIRATION_DAYS
      Deprecated.
      Sort by the KnowledgeCenter Expiration Days property
    • SORT_BY_DATE_CREATED

      public static final Integer SORT_BY_DATE_CREATED
      Deprecated.
      Sort by the KnowledgeCenter Date Created property
    • SORT_BY_USERS_PENDING_APPROVAL

      public static final Integer SORT_BY_USERS_PENDING_APPROVAL
      Deprecated.
      Sort by the KnowledgeCenter Users Pending Approval property
    • SORT_BY_DOCUMENTS_PENDING_APPROVAL

      public static final Integer SORT_BY_DOCUMENTS_PENDING_APPROVAL
      Deprecated.
      Sort by the KnowledgeCenter Document pending Approval property
    • SORT_BY_FOLDERS_PENDING_APPROVAL

      public static final Integer SORT_BY_FOLDERS_PENDING_APPROVAL
      Deprecated.
      Sort by the KnowledgeCenter Folders pending Approval property
    • SORT_BY_VERSIONS_PENDING_APPROVAL

      public static final Integer SORT_BY_VERSIONS_PENDING_APPROVAL
      Deprecated.
      Sort by the KnowledgeCenter Versions pending Approval property
    • SORT_BY_CREATOR

      public static final Integer SORT_BY_CREATOR
      Deprecated.
      Sort by the KnowledgeCenter Creator property
    • SORT_BY_READERS

      public static final Integer SORT_BY_READERS
      Deprecated.
      Sort by the KnowledgeCenter Readers property
    • SORT_BY_WRITERS

      public static final Integer SORT_BY_WRITERS
      Deprecated.
      Sort by the KnowledgeCenter Writers property
    • SORT_BY_ADMINISTRATORS

      public static final Integer SORT_BY_ADMINISTRATORS
      Deprecated.
      Sort by the KnowledgeCenter Administrators property
    • SORT_BY_READER_GROUPS

      public static final Integer SORT_BY_READER_GROUPS
      Deprecated.
      Sort by the KnowledgeCenter Reader Groups property
    • SORT_BY_WRITER_GROUPS

      public static final Integer SORT_BY_WRITER_GROUPS
      Deprecated.
      Sort by the KnowledgeCenter Writer Groups property
    • SORT_BY_ADMINISTRATOR_GROUPS

      public static final Integer SORT_BY_ADMINISTRATOR_GROUPS
      Deprecated.
      Sort by the KnowledgeCenter Administrator Groups property
  • Constructor Details

    • KnowledgeCenter

      public KnowledgeCenter()
      Deprecated.
  • Method Details

    • getSortColumn

      public static Integer getSortColumn(String attribute_)
      Deprecated.
    • getAdministratorGroups

      public Long[] getAdministratorGroups()
      Deprecated.
      Gets the groups which have administrative permissions on this knowledge center
      Returns:
      a list of unique IDs of groups which have administrative permissions
    • getAdministrators

      public String[] getAdministrators()
      Deprecated.
      Gets the users who have administrative permissions on this knowledge center
      Returns:
      a list of unique IDs of users who have administrative permissions
    • isChangesRequireApproval

      public boolean isChangesRequireApproval()
      Deprecated.
      Checks whether changes to this knowledge center requires administrator approval before being committed
      Returns:
      true if changes to this knowledge center must be approved; false otherwise
    • getCommunityName

      public String getCommunityName()
      Deprecated.
      Gets the name of the community that this knowledge center belongs to
      Returns:
      the name of the community
    • getCreator

      public String getCreator()
      Deprecated.
      Gets the user who created this knowledge center
      Returns:
      the unique ID of the user
    • getDateCreated

      public Timestamp getDateCreated()
      Deprecated.
      Gets the date and time that this knowledge center was created
      Returns:
      the date and time (combined as a Timestamp object) that this knowledge center was created
    • getDescription

      public String getDescription()
      Deprecated.
      Gets the description of this knowledge center
      Returns:
      the description of this knowledge center
    • getId

      public Long getId()
      Deprecated.
      Gets the unique ID of this knowledge center
      Specified by:
      getId in interface LocalId
      Returns:
      the unique ID of this knowledge center
      See Also:
    • getName

      public String getName()
      Deprecated.
      Gets the name of this knowledge center
      Returns:
      the name of this knowledge center
    • getNumberOfDocuments

      public Long getNumberOfDocuments()
      Deprecated.
      Retrieves the total number of documents in this knowledge center
      Returns:
      the total number of documents in this knowledge center
    • getReaderGroups

      public Long[] getReaderGroups()
      Deprecated.
      Gets the groups which have reader permissions on this knowledge center
      Returns:
      a list of unique IDs of groups which have reader permissions
    • getReaders

      public String[] getReaders()
      Deprecated.
      Gets the users who have read permissions on this knowledge center
      Returns:
      a list of unique IDs of users who have read permissions
    • getType

      public Long getType()
      Deprecated.
      Gets the type of this knowledge center (either TYPE_COMMUNITY or TYPE_PERSONAL)
      Returns:
      the type of this knowledge center
    • getWriterGroups

      public Long[] getWriterGroups()
      Deprecated.
      Gets the groups which have write permissions on this knowledge center
      Returns:
      a list of unique IDs of groups which have write permissions
    • getWriters

      public String[] getWriters()
      Deprecated.
      Gets the users who have write permissions on this knowledge center
      Returns:
      a list of unique IDs of users who have write permissions
    • setAdministratorGroups

      public void setAdministratorGroups(Long[] grids_)
      Deprecated.
      Sets the groups which will have administrative permissions on this knowledge center
      Parameters:
      grids_ - a list of unique IDs of groups to be given administrative permissions
    • setAdministrators

      public void setAdministrators(String[] uids_)
      Deprecated.
      Sets the users which will have administrative permissions on this knowledge center
      Parameters:
      uids_ - a list of unique IDs of users to be given administrative permissions
    • setChangesRequireApproval

      public void setChangesRequireApproval(boolean b_)
      Deprecated.
      Sets whether changes to this folder require administrative approval before committing.
      Parameters:
      b_ - true if changes to this folder require approval; false if otherwise
    • setCommunityName

      public void setCommunityName(String commname_)
      Deprecated.
      Sets the name of the community that contains this knowledge center
      Parameters:
      commname_ - the name of the community
    • setCreator

      public void setCreator(String uid_)
      Deprecated.
      Sets the user who created thiei knowledge center
      Parameters:
      uid_ - the unique ID of the user
    • setDateCreated

      public void setDateCreated(Timestamp dtcreated_)
      Deprecated.
      Sets the date and time that this knowledge center was created
      Parameters:
      dtcreated_ - the date and time (combined as a Timestamp object) when this knowledge center was created
    • setDescription

      public void setDescription(String desc_)
      Deprecated.
      Sets the description of this knowledge center
      Parameters:
      desc_ - the description of this knowledge center
    • setId

      public void setId(Long kcid_)
      Deprecated.
      Sets the unique ID of this knowledge center
      Specified by:
      setId in interface LocalId
      Parameters:
      kcid_ - the unique ID of this knowledge center
      See Also:
    • setName

      public void setName(String name_)
      Deprecated.
      Sets the name of the knowledge center
      Parameters:
      name_ - the name if this knowledge center
    • setNumberOfDocuments

      public void setNumberOfDocuments(Long num_)
      Deprecated.
      Sets the total number of documents stored in the knowledge center
      Parameters:
      num_ - the total number of documents stored in the knowledge center
    • setReaderGroups

      public void setReaderGroups(Long[] grids_)
      Deprecated.
      Sets the groups that have read permissions on this knowledge center
      Parameters:
      grids_ - the groups that have read permissions
    • setReaders

      public void setReaders(String[] uids_)
      Deprecated.
      Sets the users that have read permissions on this knowledge center
      Parameters:
      uids_ - the users that have read permissions
    • setType

      public void setType(Long kctype_)
      Deprecated.
      Sets the type of the knowledge center (either TYPE_COMMUNITY or TYPE_PERSONAL)
      Parameters:
      kctype_ - the type of the knowledge center
    • setWriterGroups

      public void setWriterGroups(Long[] grids_)
      Deprecated.
      Sets the groups that have write permissions on this knowledge center
      Parameters:
      grids_ - the groups that have write permissions
    • setWriters

      public void setWriters(String[] uids_)
      Deprecated.
      Sets the users that have write permissions on this knowledge center
      Parameters:
      uids_ - the users that have write permissions
    • isAutoApproveForReadOnlyAccess

      public boolean isAutoApproveForReadOnlyAccess()
      Deprecated.
      Checks whether approval is automatically given for any request for read-only access to this knowledge center
      Returns:
      true if changes to this knowledge center must be approved; false otherwise
    • getCommunityId

      public Long getCommunityId()
      Deprecated.
      Gets the unique ID of the community that contains this knowledge center
      Returns:
      the unique ID of the community
    • getForum

      public Long getForum()
      Deprecated.
      Gets the Discussion Topic which is associated with this knowledge center
      Returns:
      the unique ID of the Discussion Topic
    • getDocumentsPendingApproval

      public Long[] getDocumentsPendingApproval()
      Deprecated.
      Gets all the documents in the knowledge center which are pending administrative approval
      Returns:
      a list of unique IDs of the documents
    • getExpirationDays

      public Long getExpirationDays()
      Deprecated.
      Gets the number of days after upload to this knowledge center that a document will expire
      Returns:
      the number of days after upload that the docoment will expire
    • getFoldersPendingApproval

      public Long[] getFoldersPendingApproval()
      Deprecated.
      Gets all the folders in the knowledge center which are pending administrative approval
      Returns:
      a list of unique IDs of the folders
    • isIsSearchable

      public boolean isIsSearchable()
      Deprecated.
      Checks whether the knowledge center is searchable
      Returns:
      true if changes to this knowledge center is searchable; false otherwise
    • getPartition

      public String getPartition()
      Deprecated.
      Retrieves the path where the collaboration application stores the physical knowledge center on the drive
      Returns:
      the physical path where the knowledge center is stored
    • getSize

      public Long getSize()
      Deprecated.
      Gets the amount of physical space the documents contained within this knowledge center occupy
      Returns:
      the amount of physical space in MBytes
    • getUsersPendingApproval

      public String[] getUsersPendingApproval()
      Deprecated.
      Gets the users who are awaiting approval for access on this knowledge center
      Returns:
      a list of unique IDs of users who are awaiting approval
    • setAutoApproveForReadOnlyAccess

      public void setAutoApproveForReadOnlyAccess(boolean autoApproveForReadOnlyAccess_)
      Deprecated.
      Sets whether approval is automatically given for any request for read-only access to this knowledge center
      Parameters:
      autoApproveForReadOnlyAccess_ - whether it will auto-approve for read-only access or not
    • setCommunityId

      public void setCommunityId(Long coid_)
      Deprecated.
      Sets the community which contains this knowledge center
      Parameters:
      coid_ - the unique ID of the community
    • setForum

      public void setForum(Long forumId_)
      Deprecated.
      Sets the Discussion Topic which is associated wit this knowledge center
      Parameters:
      forumId_ - the unique ID of the forum
    • setDocumentsPendingApproval

      public void setDocumentsPendingApproval(Long[] doids_)
      Deprecated.
      Sets the documents in this knowledge center which are awaiting administrative approval
      Parameters:
      doids_ - a list of unique IDs of the documents
    • setExpirationDays

      public void setExpirationDays(Long expirationDays_)
      Deprecated.
      Sets the number of days after upload to this knowledge center that a document will expire
      Parameters:
      expirationDays_ - the number of days after upload that a document will expire
    • setFoldersPendingApproval

      public void setFoldersPendingApproval(Long[] foids_)
      Deprecated.
      Sets the folders in this knowledge center that are awaiting administrative approval.
      Parameters:
      foids_ - a list of the unique IDs of the folders
    • setIsSearchable

      public void setIsSearchable(boolean isSearchable_)
      Deprecated.
      Sets whether this knowledge center is searchable
      Parameters:
      isSearchable_ - true if this knowledge center is searchable; false if otherwise
    • setPartition

      public void setPartition(String partition_)
      Deprecated.
      Sets the path where the collaboration application stores the physical knowledge on the drive
      Parameters:
      partition_ - the physical path where the knowledge center is stored
    • setSize

      public void setSize(Long size_)
      Deprecated.
      Sets the amount of physical space the documents contained within this knowledge center occupy
      Parameters:
      size_ - the amount of physical space in MBytes
    • setUsersPendingApproval

      public void setUsersPendingApproval(String[] uids_)
      Deprecated.
      Sets the users who are awaiting approval for access to this knowledge center
      Parameters:
      uids_ - a list of the unique IDs of the users
    • getFolders

      public Long[] getFolders()
      Deprecated.
      Gets the folders contained in this knowledge center
      Returns:
      a list of the unique IDs of the folders
    • getVersionsPendingApproval

      public Long[] getVersionsPendingApproval()
      Deprecated.
      Gets the documents in this knowledge center which are awaiting administrative approval
      Returns:
      a list of the unique IDs of the documents pending approval
    • setFolders

      public void setFolders(Long[] foids_)
      Deprecated.
      Sets the folders contained in this knowledge center
      Parameters:
      foids_ - a list of the unique IDs of the folders
    • setVersionsPendingApproval

      public void setVersionsPendingApproval(Long[] versionsPendingApproval_)
      Deprecated.
      Registers the documents which are awaiting administrative approval
      Parameters:
      versionsPendingApproval_ - a list of the unique IDs of the documents pending administrative approval
    • getAccessLevel

      public int getAccessLevel()
      Deprecated.
      Gets the access level of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
      Returns:
      the access level of the current user for this knowledge center.
    • setAccessLevel

      public void setAccessLevel(int access_)
      Deprecated.
      Sets the access level of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
      Parameters:
      access_ - the access level of the current user for this knowledge center.
    • getUserStatus

      public Long getUserStatus()
      Deprecated.
      Gets the user status of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
      Returns:
      the user status of the current user for this knowledge center.
    • setUserStatus

      public void setUserStatus(Long userStatus_)
      Deprecated.
      Sets the user status of the current user for this knowledge center (NOTE: This property is only populated by KnowledgeCenterService.getAccessLevelForKnowledgeCenter and KnowledgeCenterService.getAccessLevelForKnowledgeCenters())
      Parameters:
      userStatus_ - the user status of the current user for this knowledge center.
    • clone

      public Object clone() throws CloneNotSupportedException
      Deprecated.
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException