public class IMOffering
extends com.ibm.websphere.product.metadata.im.IMPackage
Constructor and Description |
---|
IMOffering(org.w3c.dom.Node installInfoOfferingNode)
IBM WEBSPHERE INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<IMFeature> |
getFeatureList()
Returns the list of all installed features in this IMOffering.
|
IMFix |
getFixByID(java.lang.String fixID)
Returns the installed ifixes by the fixID.
|
java.util.Vector<IMFix> |
getFixList()
Returns the list of installed ifixes associated with this IMOffering.
|
com.ibm.websphere.product.metadata.im.IMFixpack |
getFixpackByID(java.lang.String fixpackID)
Returns the installed fixpack by the fixpackID.
|
java.util.Vector<com.ibm.websphere.product.metadata.im.IMFixpack> |
getFixpackList()
Returns the list of IMFixpack objects which represent fixpacks of this IMOffering.
|
java.lang.String |
getGMWASVersion()
Returns the version of the GM level of this IMOffering in IBM WebSphere format.
|
java.util.Vector<IMVersion> |
getIMVersionList()
Returns the list of all IMVersion objects from this IMOffering.
|
IMVersion |
getLatestIMVersion()
Returns the latest version of this IMOffering in IBM Install Manager format.
|
java.lang.String |
getLatestPackageFullVersion()
Returns the latest full package version of the offering.
|
java.lang.String |
getOfferingDescription()
Returns the description of this IMOffering.
|
java.lang.String |
getOfferingID()
Returns the ID of this IMOffering.
|
java.lang.String |
getProductID()
Returns the ID of this product represented by this IMOffering.
|
java.util.Vector<IMFeature> |
getVisibleFeatureList()
Returns the list of all installed and visible features in this IMOffering.
|
public IMOffering(org.w3c.dom.Node installInfoOfferingNode)
public java.util.Vector<IMFeature> getFeatureList()
public java.util.Vector<IMFeature> getVisibleFeatureList()
public IMFix getFixByID(java.lang.String fixID)
public java.util.Vector<IMFix> getFixList()
public com.ibm.websphere.product.metadata.im.IMFixpack getFixpackByID(java.lang.String fixpackID)
public java.util.Vector<com.ibm.websphere.product.metadata.im.IMFixpack> getFixpackList()
public java.lang.String getGMWASVersion()
public java.util.Vector<IMVersion> getIMVersionList()
public IMVersion getLatestIMVersion()
public java.lang.String getLatestPackageFullVersion()
public java.lang.String getOfferingID()
public java.lang.String getOfferingDescription()
public java.lang.String getProductID()
null
is returned if the offering ID is not in Websphere convention.