-
Packages that use TextSearchServerStatus Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. -
-
Uses of TextSearchServerStatus in com.filenet.api.admin
Methods in com.filenet.api.admin that return TextSearchServerStatus Modifier and Type Method and Description TextSearchServerStatusCmTextSearchServer. get_TextSearchServerStatus()Returns the value of the TextSearchServerStatus property.Methods in com.filenet.api.admin with parameters of type TextSearchServerStatus Modifier and Type Method and Description voidCmTextSearchServer. set_TextSearchServerStatus(TextSearchServerStatus value)Sets the value of the TextSearchServerStatus property. -
Uses of TextSearchServerStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as TextSearchServerStatus Modifier and Type Field and Description static TextSearchServerStatusTextSearchServerStatus. DISABLEDThe IBM® Content Search Services server is disabled for maintenance purposes.static TextSearchServerStatusTextSearchServerStatus. ENABLEDThe IBM® Content Search Services server is enabled and can be specified by its usage mode (TextSearchServerMode property).static TextSearchServerStatusTextSearchServerStatus. UNAVAILABLEThe Content Engine server cannot communicate with the IBM® Content Search Services server.Methods in com.filenet.api.constants that return TextSearchServerStatus Modifier and Type Method and Description static TextSearchServerStatusTextSearchServerStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-