com.sas.edir.webapp
Interface WebEisDocument

All Superinterfaces:
Caching, ContentItem, Entity, KeywordEntity, TrackedObject

public interface WebEisDocument
extends ContentItem

WebEIS document interface.

Version:
1.1
Author:
SAS

Fields inherited from interface com.sas.edir.Entity
PROPERTY_CHANGED, SUBPROPERTY_CHANGED
 
Method Summary
 java.lang.String getDomainName()
          Returns the domain name.
 boolean getPromptForCredentials()
          Returns boolean that identifies if we prompt for credentials.
 void setDomainName(java.lang.String domainName)
          Sets the domain name.
 void setPromptForCredentials(boolean prompt)
          Sets if we prompt for SAS/EIS credentials.
 
Methods inherited from interface com.sas.edir.webapp.ContentItem
addAttribute, addParameter, getAttributeIterator, getContentDescription, getEmbeddedContent, getEmbeddedXsl, getFormatCharacteristics, getJsp, getLabel, getMimeType, getParameterIterator, getPath, getProviderType, getPublisher, getUrl, getUsage, getXsl, removeAttribute, removeParameter, setContentDescription, setEmbeddedContent, setEmbeddedXsl, setFormatCharacteristics, setJsp, setLabel, setMimeType, setPath, setProviderType, setPublisher, setUrl, setUsage, setXsl
 
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

getPromptForCredentials

public boolean getPromptForCredentials()
Returns boolean that identifies if we prompt for credentials.

Returns:
Returns promptForCredentials.

setPromptForCredentials

public void setPromptForCredentials(boolean prompt)
Sets if we prompt for SAS/EIS credentials.

This change is not persisted to the enterprise directory until updateStore is called.

Parameters:
name - Prompt for SAS/EIS credentials?

getDomainName

public java.lang.String getDomainName()
Returns the domain name.

Returns:
The domain name.

setDomainName

public void setDomainName(java.lang.String domainName)
Sets the domain name.

Parameters:
domainName - The domain name.