com.sas.edir.datasource
Interface ExternalFile

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

public interface ExternalFile
extends Content

External file.

Version:
1.0
Author:
SAS

Fields inherited from interface com.sas.edir.Entity
PROPERTY_CHANGED, SUBPROPERTY_CHANGED
 
Method Summary
 java.lang.String getPath()
          Returns this file's path
 java.lang.String getPathType()
          Returns this file's path type
 void setPath(java.lang.String path)
          Sets this file's path.
 void setPathType(java.lang.String path)
          Sets this file's path type.
 
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

getPath

public java.lang.String getPath()
Returns this file's path

Returns:
The path

setPath

public void setPath(java.lang.String path)
Sets this file's path.

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

Parameters:
name - The new path.

getPathType

public java.lang.String getPathType()
Returns this file's path type

Returns:
The path type

setPathType

public void setPathType(java.lang.String path)
Sets this file's path type.

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

Parameters:
name - The new path type.