Package 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 Description java.lang.String
getRemoteFilename()
Retrieve (virtual) filename on the server-
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
-
Methods inherited from interface edm.edom3.EDMData
exists, getInstanceId, getName, getOwner, isLocal, isRemote
-
Methods inherited from interface edm.edom3.EDMLocalStream
getCompressionType, getFile, getFileFormat, getInputStream, getOutputStream, getRealPrecision, getXMLEncoding, isInputToEDM, setCompressionType, setFileFormat, setRealPrecision, setXMLEncoding
-
-