|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary |
| Fields inherited from interface oracle.panama.model.ModelObject |
TYPEID |
| Method Summary | |
DeliverableContentItem |
addContentItem(User owner, java.lang.String mimeType, byte[] content) |
void |
addExcludedDevice(PhysicalDevice pDevice) |
void |
addSupportedDevice(PhysicalDevice pDevice) |
void |
clearUnsentDeliverableCtntEvents() |
DeliverableContentItem[] |
getAllContentItems() |
DeliverableContentItem |
getContentItemByMimeType(java.lang.String mimeType) |
DeliverableContentStatus |
getDCtntStatus() |
DeliverableApplication |
getDeliverableApplication() |
java.lang.String |
getDescription()Gets the readable decription of the DeliverableContent |
java.lang.Object |
getDeviceCapabilityProperty(java.lang.String name) |
java.util.Iterator |
getDeviceCapabilityPropertyNames() |
java.lang.String |
getDisplayName()Gets the display name property value |
java.lang.Long |
getDRMID() |
PhysicalDevice[] |
getExcludedDevices() |
java.lang.String |
getName()Gets the name property value |
PhysicalDevice[] |
getSupportedDevices() |
User |
getUserOwner() |
java.util.Date |
getVerifyTime() |
java.lang.String |
getVersion()Gets the version property value |
boolean |
isDeviceCapable(PhysicalDevice pDevice)DeliverableContent will decide whether a physical device is capable based on the following 3 step process: 1. |
boolean |
isValid() |
void |
removeDeviceCapabilityProperty(java.lang.String name) |
void |
removeExcludedDevice(PhysicalDevice pDevice) |
void |
removeSupportedDevice(PhysicalDevice pDevice) |
void |
sendDeliverableCtntEvents() |
void |
setDeliverableContentStatus(DeliverableContentStatus dCtntStatus)Set the Status of this DeliverableContent. |
void |
setDescription(java.lang.String desc)Sets the readable description of DeliverableContent |
void |
setDeviceCapabilityProperty(java.lang.String name, java.lang.Object value) |
void |
setDisplayName(java.lang.String name)Sets the display name property value |
void |
setDRMID(java.lang.Long drmID)Set the DRM Policy for this DeliverableContent. |
void |
setName(java.lang.String name)Sets the name property value |
void |
setUserOwner(User owner)Set the owner of this DeliverableContent. |
void |
setValid(boolean valid)Allow the administrator to set a DeliverableContent to valid or invalid. |
| Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName, isSystem, setSystem, undoAll |
| Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
| Method Detail |
public java.lang.String getName()
getName in interface ModelObjectpublic void setName(java.lang.String name)
setName in interface ModelObjectname - the new (name) property valuepublic java.lang.String getVersion()
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
desc - the new content descriptionpublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String name)
name - the new ( display name ) property valuepublic boolean isValid()
public void setValid(boolean valid)
valid - true if valid or false if not.public User getUserOwner()
public void setUserOwner(User owner)
public DeliverableContentStatus getDCtntStatus()
public void setDeliverableContentStatus(DeliverableContentStatus dCtntStatus)
dCtntStatus - the status.public java.util.Date getVerifyTime()
public java.lang.Long getDRMID()
public void setDRMID(java.lang.Long drmID)
drmID - the internal ID associated with DRM Policy.public void addExcludedDevice(PhysicalDevice pDevice)
public void removeExcludedDevice(PhysicalDevice pDevice)
public PhysicalDevice[] getExcludedDevices()
public void addSupportedDevice(PhysicalDevice pDevice)
public void removeSupportedDevice(PhysicalDevice pDevice)
public PhysicalDevice[] getSupportedDevices()
public java.util.Iterator getDeviceCapabilityPropertyNames()
public java.lang.Object getDeviceCapabilityProperty(java.lang.String name)
public void setDeviceCapabilityProperty(java.lang.String name,
java.lang.Object value)
public void removeDeviceCapabilityProperty(java.lang.String name)
public boolean isDeviceCapable(PhysicalDevice pDevice)
throws ExcludedDeviceException
ExcludedDeviceExceptionpublic DeliverableContentItem[] getAllContentItems()
public DeliverableContentItem getContentItemByMimeType(java.lang.String mimeType)
public DeliverableContentItem addContentItem(User owner,
java.lang.String mimeType,
byte[] content)
throws VerifyContentException,
AuthenticateContentException
VerifyContentExceptionAuthenticateContentExceptionpublic DeliverableApplication getDeliverableApplication()
public void sendDeliverableCtntEvents()
public void clearUnsentDeliverableCtntEvents()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||