|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractEntityDef | +--com.ibm.mm.sdk.common.DKSearchIndexDefTS
This class defines methods to access entity information for TS.
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 |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDL |
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKSearchIndexDefTS()
Constructs an search index def for TS |
|
DKSearchIndexDefTS(dkDatastore ds)
Constructs an search index def for TS |
Method Summary | |
void |
add()
Adds this entity definition to the persistent store, i.e. |
void |
addDocModel(DKDocModelTS docModel)
Adds a document model. |
void |
del()
Deletes this entity from the persistent store, e.g. |
DKDocModelTS |
getDocModel(int docModelIndex)
Gets the document model. |
int |
getIndexCCSID()
Gets index CCSID |
java.lang.String |
getIndexDataArea()
Gets index data area |
java.lang.String |
getIndexDescription()
Gets index description |
int |
getIndexDescriptionCCSID()
Gets index description CCSID |
int |
getIndexFeature()
Gets index feature |
int |
getIndexProperty()
Gets index property |
java.lang.String |
getIndexTitle()
Gets index title |
int |
getIndexTitleCCSID()
Gets index title CCSID |
int |
getIndexType()
Gets index type |
java.lang.String |
getIndexWorkArea()
Gets index work area |
java.lang.String |
getLibraryClientServices()
Gets library client services |
java.lang.String |
getLibraryId()
Gets index library id |
java.lang.String |
getLibraryServerServices()
Gets library server services |
int |
numberOfDocModels()
Gets the number of document models. |
void |
setIndexCCSID(int indexCCSID)
Sets index CCSID |
void |
setIndexDataArea(java.lang.String indexDataArea)
Sets index data area |
void |
setIndexDescription(java.lang.String indexDesc)
Sets index description |
void |
setIndexDescriptionCCSID(int indexDescCCSID)
Sets index description CCSID |
void |
setIndexFeature(int indexFeature)
Sets index feature |
void |
setIndexProperty(int indexProperty)
Sets index property |
void |
setIndexTitle(java.lang.String indexTitle)
Sets index title |
void |
setIndexTitleCCSID(int indexTitleCCSID)
Sets index title CCSID |
void |
setIndexType(int indexType)
Sets index type |
void |
setIndexWorkArea(java.lang.String indexWorkArea)
Sets index work area |
void |
setLibraryClientServices(java.lang.String libClientSrv)
Sets library client services |
void |
setLibraryId(java.lang.String libId)
Sets index library id |
void |
setLibraryServerServices(java.lang.String libServerSrv)
Sets library server services |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractEntityDef |
add, add, addAttr, addSubEntity, clearCache, createAttr, createSubEntity, datastoreName, datastoreType, del, del, deleteAttr, deleteSubEntity, getAttr, getDatastore, getDescription, getName, getParentEntityName, getSubEntity, getType, hasSubEntities, isSearchable, isTextSearchable, listAttrNames, listAttrs, listSubEntities, listSubEntityNames, removeAttr, removeSubEntity, retrieveAttr, retrieveSubEntity, setDatastore, setDescription, setName, setParentEntityName, setTextSearchable, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKSearchIndexDefTS()
public DKSearchIndexDefTS(dkDatastore ds)
ds
- datastoreMethod Detail |
public void add() throws DKException, java.lang.Exception
add
in class dkAbstractEntityDef
DKException
- when the subclass does not implement this methodpublic void del() throws DKException, java.lang.Exception
del
in class dkAbstractEntityDef
DKException
- when the subclass does not implement this methodpublic int getIndexType()
public void setIndexType(int indexType)
indexType
- index typepublic int getIndexFeature()
public void setIndexFeature(int indexFeature)
indexFeature
- index featurepublic int getIndexProperty()
public void setIndexProperty(int indexProperty)
indexProperty
- index propertypublic int getIndexCCSID()
public void setIndexCCSID(int indexCCSID)
indexCCSID
- index CCSIDpublic java.lang.String getLibraryId()
public void setLibraryId(java.lang.String libId)
libId
- index library idpublic java.lang.String getLibraryClientServices()
public void setLibraryClientServices(java.lang.String libClientSrv)
libClientSrv
- library client servicespublic java.lang.String getLibraryServerServices()
public void setLibraryServerServices(java.lang.String libServerSrv)
libServerSrv
- library server servicespublic java.lang.String getIndexDataArea()
public void setIndexDataArea(java.lang.String indexDataArea)
indexDataArea
- index data areapublic java.lang.String getIndexWorkArea()
public void setIndexWorkArea(java.lang.String indexWorkArea)
indexWorkArea
- index work areapublic int getIndexTitleCCSID()
public void setIndexTitleCCSID(int indexTitleCCSID)
indexTitleCCSID
- index title CCSIDpublic java.lang.String getIndexTitle()
public void setIndexTitle(java.lang.String indexTitle)
indexTitle
- index titlepublic int getIndexDescriptionCCSID()
public void setIndexDescriptionCCSID(int indexDescCCSID)
indexDescCCSID
- index description CCSIDpublic java.lang.String getIndexDescription()
public void setIndexDescription(java.lang.String indexDesc)
indexDesc
- index descriptionpublic int numberOfDocModels()
public DKDocModelTS getDocModel(int docModelIndex) throws DKException
docModelIndex
- the document model indexpublic void addDocModel(DKDocModelTS docModel)
docModel
- a document model
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |