Skip navigation links
com.oracle.e1.jdemf.mediaobject
Class MediaObject
java.lang.Object
com.oracle.e1.jdemf.JASRequestBase
com.oracle.e1.jdemf.mediaobject.MediaObject
- Direct Known Subclasses:
- MediaObjectDeleteRequest, MediaObjectDownloadRequest, MediaObjectGetTextRequest, MediaObjectGetTextResponse, MediaObjectListItem, MediaObjectListRequest, MediaObjectUpdateTextRequest, MediaObjectUpdateTextResponse, MediaObjectUploadRequest
-
public abstract class MediaObject
- extends JASRequestBase
The MediaObject class contains information describing an EnterpriseOne Media object, the structure (name of structure e.g. GT0801), the key to the media object record, the form name and version associated with the media object
Methods inherited from class com.oracle.e1.jdemf.JASRequestBase |
getDeviceName, getEnvironment, getJasserver, getRole, getSsoUniqueId, getToken, isSsoEnabled, setDeviceName, setEnvironment, setJasserver, setRole, setSsoEnabled, setSsoUniqueId, setToken |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaObject
public MediaObject()
modifyJSON
public JSONObject modifyJSON(JSONObject jsonObj)
-
- Overrides:
modifyJSON
in class JASRequestBase
addMoKeyValue
public void addMoKeyValue(java.lang.String value)
setMoKey
public void setMoKey(java.util.ArrayList moKey)
getMoKey
public java.util.ArrayList getMoKey()
setMoStructure
public void setMoStructure(java.lang.String moStructure)
getMoStructure
public java.lang.String getMoStructure()
setFormName
public void setFormName(java.lang.String formName)
getFormName
public java.lang.String getFormName()
setVersion
public void setVersion(java.lang.String version)
getVersion
public java.lang.String getVersion()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.