|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkDatastoreIntDES: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntDES
Method Summary | |
java.lang.String |
getEntitySourceType(java.lang.String entityName)
getEntitySourceType will return the link type of specified source |
java.lang.String[] |
listEntityCategoryNames()
Return a String array of Category names under the specified application. |
java.lang.String[] |
listEntityNamesByCategory(java.lang.String categoryName)
listEntityNamesByCategory will return a String array of Source names names under the specified category in a specified application. |
java.lang.String[] |
listEntityNamesByCategoryAndType(java.lang.String categoryName,
java.lang.String entitysourceType)
listEntityNamesByCategoryAndType will return a String array of Source names names under the specified category in a specified application of a particulare link type. |
java.lang.String[] |
listFileSystemEntities()
listFileSystemEntities will list the file system sources configured. |
Method Detail |
public java.lang.String[] listEntityCategoryNames() throws DKException, java.lang.Exception
public java.lang.String[] listEntityNamesByCategory(java.lang.String categoryName) throws DKException, java.lang.Exception
categoryName
- - category name of interestpublic java.lang.String[] listEntityNamesByCategoryAndType(java.lang.String categoryName, java.lang.String entitysourceType) throws DKException, java.lang.Exception
categoryName
- - category name of interestentitySourceType
- - linkType name of interestpublic java.lang.String getEntitySourceType(java.lang.String entityName) throws DKException, java.lang.Exception
entityName
- - source name of interestpublic java.lang.String[] listFileSystemEntities() throws DKException, java.lang.Exception
void
-
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |