|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MDDB
Fields inherited from interface com.sas.edir.Entity |
PROPERTY_CHANGED, SUBPROPERTY_CHANGED |
Method Summary | |
java.util.Iterator |
getColumns()
Returns an Iterator of columns defined for this table. |
java.util.Iterator |
getCubes()
Returns an Iterator of cubes defined for this table. |
java.lang.String |
getDomainName()
Returns the domain name. |
java.lang.String |
getMetabase()
Returns this table's metabase name |
boolean |
getPromptForCredentials()
Returns boolean that determines should we prompt for SAS/EIS credentials. |
void |
setDomainName(java.lang.String domainName)
Sets the domain name. |
void |
setMetabase(java.lang.String memberName)
Sets this table's metabase name. |
void |
setPromptForCredentials(boolean prompt)
Sets if we should prompt for SAS/EIS credentials. |
Methods inherited from interface com.sas.edir.datasource.Content |
getLibrary, getLogicalName, getMemberName, getServer, getUniqueName, setLibrary, setLogicalName, setMemberName, setServer, setUniqueName |
Methods inherited from interface com.sas.edir.KeywordEntity |
addKeyword, keywordIterator, keywordIterator, removeKeyword, setKeywords |
Methods inherited from interface com.sas.edir.Entity |
addPropertyChangeListener, getContext, getCreateTime, getCreatorsName, getDescription, getEnterpriseDirectory, getGuid, getModifiersName, getModifyTime, getName, getObjectclass, removeModificationItems, removePropertyChangeListener, setDescription, setGuid, setName, setObjectclass |
Methods inherited from interface com.sas.edir.Caching |
edirUpdateStore, getTimeToLive, isExpired, refreshCache, refreshCachedObjects, releaseCache, setDirty, setTimeToLive, setTimeToLive, updateStore |
Methods inherited from interface com.sas.edir.TrackedObject |
getTrackingId, getUserData, setUserData |
Method Detail |
public java.lang.String getMetabase()
public void setMetabase(java.lang.String memberName)
This change is not persisted to the enterprise directory until updateStore is called.
name
- The new metabase name.public java.util.Iterator getColumns()
public java.util.Iterator getCubes()
public boolean getPromptForCredentials()
public void setPromptForCredentials(boolean prompt)
This change is not persisted to the enterprise directory until updateStore is called.
name
- Prompt for SAS/EIS credentials?public java.lang.String getDomainName()
public void setDomainName(java.lang.String domainName)
domainName
- The domain name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |