|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The transfomer is the abstract base interface for all transformation sub-classes. It acts as a bridge between the real transformation implementation (Java or XSL) and the clients.
Field Summary |
Type | Field |
---|---|
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Method Summary |
Type | Method |
---|---|
void |
addDefaultForDevice(Device defaultForDevice)
Deprecated. As of IAS1.2, the device to transformer mapping is stored in the device object. Set this Transformer to be used as default for the Device. (Type OM.) This Transformer is used as a default Transformer for the specified Device. A Transformer could be overridden if a MasterService customize a Transformer. |
Device[] |
getDefaultForDevices()
Deprecated. As of IAS1.2, the device to transformer mapping is stored in the device object. Get a set of DefaultForDevice. (Type OM.) |
Device |
getDevice()
Deprecated. As of IAS1.2, the device to transformer mapping is stored in the device object. Gets the Device property value. (Type MO.) |
java.lang.String |
getMimeType()
Gets the mime type property value. |
java.lang.String |
getMobileXmlVersion()
Gets the mobile xml version property value. |
MasterService |
getService()
Deprecated. As of IAS 1.2, a transformer cannot be associated with a master service Gets the MasterService property value. (Type MO.) |
void |
removeDefaultDevice(Device defaultForDevice)
Deprecated. As of IAS1.2, the device to transformer mapping is stored in the device object. Remove a default logical device |
void |
setDevice(Device device)
Deprecated. As of IAS1.2, the device to transformer mapping is stored in the device object. Sets the Device association to a Device. (Type MO.) |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type property value |
void |
setMobileXmlVersion(java.lang.String mobileXmlVersion)
Sets the mobile xml version property value |
void |
setService(MasterService aMasterService)
Deprecated. As of IAS 1.2, a transformer cannot be associates with a master service Sets the MasterService association to a MasterService. (Type MO.) |
void |
transform(org.w3c.dom.Element element,
java.io.Writer outWriter)
Do transformation of an element into a device specific markup language. |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId,
getTypeName, isSystem, setName,
setSystem, undoAll |
Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
Field Detail |
public static final java.lang.String TYPENAME
public static final int TYPEID
Method Detail |
public java.lang.String getMimeType()
setMimeType(java.lang.String)
public void setMimeType(java.lang.String mimeType)
mimeType
- mime type value$getMimeType
public java.lang.String getMobileXmlVersion()
setMobileXmlVersion(java.lang.String)
public void setMobileXmlVersion(java.lang.String mobileXmlVersion)
mobileXmlVersion
- the mobile xml versiongetMobileXmlVersion
public MasterService getService()
#setMasterService
public void setService(MasterService aMasterService)
aImpl
- The new asociation (oracle.panama.model.MasterService).public Device getDevice()
setDevice(oracle.panama.model.Device)
public void setDevice(Device device)
device
- The new asociation (oracle.panama.model.Device).getDevice()
public void addDefaultForDevice(Device defaultForDevice)
defaultForDevice
- The new member of the set.and @see #removeDefaultForDevice
public Device[] getDefaultForDevices()
addDefaultForDevice(oracle.panama.model.Device)
,
#removeDefaultForDevice
public void removeDefaultDevice(Device defaultForDevice)
defaultForDevice
- the device to removepublic void transform(org.w3c.dom.Element element, java.io.Writer outWriter) throws PanamaException
element
- the panama dom element.outWriter
- the Writer for the output
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |