Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf.mediaobject
Class MediaObject

java.lang.Object
  extended by com.oracle.e1.jdemf.JASRequestBase
      extended by 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


Constructor Summary
MediaObject()
           

 

Method Summary
 void addMoKeyValue(java.lang.String value)
           
 java.lang.String getFormName()
           
 java.util.ArrayList getMoKey()
           
 java.lang.String getMoStructure()
           
 java.lang.String getVersion()
           
 JSONObject modifyJSON(JSONObject jsonObj)
           
 void setFormName(java.lang.String formName)
           
 void setMoKey(java.util.ArrayList moKey)
           
 void setMoStructure(java.lang.String moStructure)
           
 void setVersion(java.lang.String version)
           

 

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

 

Constructor Detail

MediaObject

public MediaObject()

Method Detail

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

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.