Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKIndexingRulesTS

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKIndexingRulesTS
All Implemented Interfaces:
DKConstant, DKConstantDL, java.io.Serializable

public class DKIndexingRulesTS
extends java.lang.Object
implements DKConstantDL, java.io.Serializable

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant
    For details, see the class or interface
 
Constructor Summary
DKIndexingRulesTS()
          Constructs a indexing rules object for TS
 
Method Summary
 int getDefaultCCSID()
          Gets the default SAA Coded Character Set id that will be used by text search if it cannot be determined automatically for a document
 int getDefaultDocFormat()
          Gets the default document format that will be used by text search if the format cannot be determined automatically for a document
 DKDocModelTS getDefaultDocModel()
          Gets the default doc model
 int getDefaultLang()
          Gets the default language that will be used by text search if it cannot be determined automatically for a document
 java.lang.String getIndexName()
          Gets index name
 void setDefaultCCSID(int defaultCCSID)
          Sets the default SAA Coded Character Set id that will be used by text search if it cannot be determined automatically for a document
 void setDefaultDocFormat(int defaultDocFormat)
          Sets the default document format that will be used by text search if the format cannot be determined automatically for a document
 void setDefaultDocModel(DKDocModelTS defaultDocModel)
          Sets the default doc model
 void setDefaultLang(int defaultLang)
          Sets the default language that will be used by text search if it cannot be determined automatically for a document
 void setIndexName(java.lang.String indexName)
          Sets index name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKIndexingRulesTS

public DKIndexingRulesTS()
Constructs a indexing rules object for TS
Method Detail

getIndexName

public java.lang.String getIndexName()
Gets index name
Returns:
name of this index

setIndexName

public void setIndexName(java.lang.String indexName)
Sets index name
Parameters:
indexName - name of this index

setDefaultDocFormat

public void setDefaultDocFormat(int defaultDocFormat)
Sets the default document format that will be used by text search if the format cannot be determined automatically for a document
Parameters:
defaultDocFormat - default document format

getDefaultDocFormat

public int getDefaultDocFormat()
Gets the default document format that will be used by text search if the format cannot be determined automatically for a document
Returns:
default document format

setDefaultCCSID

public void setDefaultCCSID(int defaultCCSID)
Sets the default SAA Coded Character Set id that will be used by text search if it cannot be determined automatically for a document
Parameters:
defaultCCSID - default CCSID

getDefaultCCSID

public int getDefaultCCSID()
Gets the default SAA Coded Character Set id that will be used by text search if it cannot be determined automatically for a document
Returns:
default CCSID

setDefaultLang

public void setDefaultLang(int defaultLang)
Sets the default language that will be used by text search if it cannot be determined automatically for a document
Parameters:
defaultLang - default language

getDefaultLang

public int getDefaultLang()
Gets the default language that will be used by text search if it cannot be determined automatically for a document
Returns:
default language

setDefaultDocModel

public void setDefaultDocModel(DKDocModelTS defaultDocModel)
Sets the default doc model
Parameters:
defaultDocModel - default document model

getDefaultDocModel

public DKDocModelTS getDefaultDocModel()
Gets the default doc model
Returns:
default doc model

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.