|
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.DKAppGrpDefOD
This class defines methods to access entity information for an index class
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantOD |
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.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAppGrpDefOD()
Constructor |
|
DKAppGrpDefOD(dkDatastore ds)
Constructor |
Method Summary | |
void |
add()
Adds this entity definition to the persistent store, i.e. |
void |
add(dkAttrDef attrObj)
Adds the given attribute definition object to this entity in the persistent store. |
dkAttrDef |
createAttr()
Creates a new dkAttrDef |
void |
del()
Deletes this entity from the persistent store. |
void |
del(dkAttrDef attrObj)
Deletes the given attribute from this entity in the persistent store. |
dkAttrDef |
getAttr(java.lang.String attrName)
Retrieves an attribute definition object from a given attribute name |
java.lang.String[] |
listAttrNames()
Gets a list of attribute names |
dkCollection |
listAttrs()
Gets a list of attributes |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractEntityDef |
add, addAttr, addSubEntity, clearCache, createSubEntity, datastoreName, datastoreType, del, deleteAttr, deleteSubEntity, getDatastore, getDescription, getName, getParentEntityName, getSubEntity, getType, hasSubEntities, isSearchable, isTextSearchable, 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 DKAppGrpDefOD()
public DKAppGrpDefOD(dkDatastore ds)
ds
- a datastore objectMethod Detail |
public dkAttrDef createAttr() throws DKException, java.lang.Exception
createAttr
in class dkAbstractEntityDef
DKException
- if this entity does not have attributejava.lang.Exception
- if error detectedpublic dkAttrDef getAttr(java.lang.String attrName) throws DKException, java.lang.Exception
getAttr
in class dkAbstractEntityDef
attrName
- the name of attribute to be retrievedDKException
- if the attribute name is not existjava.lang.Exception
- if error detectedpublic dkCollection listAttrs() throws DKException, java.lang.Exception
listAttrs
in class dkAbstractEntityDef
DKException
- if error occursjava.lang.Exception
- if error detectedpublic java.lang.String[] listAttrNames() throws DKException, java.lang.Exception
listAttrNames
in class dkAbstractEntityDef
DKException
- if error occursjava.lang.Exception
- if error detectedpublic void add() throws DKException, java.lang.Exception
add
in class dkAbstractEntityDef
DKException
- if error detectedjava.lang.Exception
- if error detectedpublic void del() throws DKException, java.lang.Exception
del
in class dkAbstractEntityDef
DKException
- if error detectedjava.lang.Exception
- if error detectedpublic void add(dkAttrDef attrObj) throws DKException, java.lang.Exception
add
in class dkAbstractEntityDef
attrObj
- an attribute definition object to be added to this entity objectDKException
- if there is error in datastore serverjava.lang.Exception
- if error detectedpublic void del(dkAttrDef attrObj) throws DKException, java.lang.Exception
del
in class dkAbstractEntityDef
attrObj
- an attribute definition object to be deleted from this entity objectDKException
- if the error occurs in datastore
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |