EDMFileMapping
edm.edom3
Interface EDMFileMapping
All Superinterfaces:EDMContextDependent, EDMData, EDMLocalStream
public interface EDMFileMapping extends EDMLocalStream
The EDMFileMapping is an EDMLocalStream mapped to a virtual file on the server. The virtual server files are used from XPX (Query schemata, Rule Schemata, Schema Maps etc) to bind files used within the EXPRESS-X code to local files on the client.
Method Summary
All Methods Instance Methods Abstract MethodsÂ
Modifier and Type Method and Description java.lang.String
getRemoteFilename()
Retrieve (virtual) filename on the serverMethods inherited from interface edm.edom3.EDMLocalStream
getCompressionType, getFile, getFileFormat, getInputStream, getOutputStream, getRealPrecision, getXMLEncoding, isInputToEDM, setCompressionType, setFileFormat, setRealPrecision, setXMLEncoding
Methods inherited from interface edm.edom3.EDMData
exists, getInstanceId, getName, getOwner, isLocal, isRemote
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
Method Detail
getRemoteFilename
java.lang.String getRemoteFilename()
Retrieve (virtual) filename on the serverReturns:the filename used on server