|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkAttrGroupDef : This class represents a attribute group definition.
Method Summary | |
void |
addAttr(dkAttrDef attrObj)
Adds the given attribute to the group (memory-only) |
void |
clearCache()
Clear attribute group cache |
java.lang.String |
datastoreType()
Gets datastore type |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getName()
Gets attribute group name |
java.lang.String[] |
listAttrNames()
Gets a list of attribute names defined to the attribute group |
dkCollection |
listAttrs()
Gets a list of attributes defined to the attribute group |
void |
removeAttr(java.lang.String attrName)
Removes the given attribute from the group (memory-only) |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setName(java.lang.String name)
Sets attribute group name |
Method Detail |
public void setDatastore(dkDatastore ds)
ds
- datastorepublic dkDatastore getDatastore()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- attribute group namepublic java.lang.String datastoreType() throws java.lang.Exception
public dkCollection listAttrs() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public java.lang.String[] listAttrNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public void addAttr(dkAttrDef attrObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
attrObj
- attribute object to be added.public void removeAttr(java.lang.String attrName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
attrObj
- the attribute to be removed.public void clearCache() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |