public interface ISolution
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuildInfo()
Returns the build information for the latest version.
|
java.lang.String |
getDescription()
Returns the description of the solution
|
int |
getFixPackVersion()
Returns fixpack version number of the solution
|
Id |
getId()
Returns local unique identifier of the solution
|
Id |
getLatestVersionId()
Returns the id of the latest solution version
|
java.util.Date |
getLatestVersionInstalledDate()
Returns the date the latest version was installed.
|
int |
getMajorVersion()
Returns major version number of the solution
|
int |
getMinorVersion()
Returns minor version number of the solution
|
java.util.Date |
getModifiedDate()
Returns the last date the solution was updated.
|
int |
getModVersion()
Returns mod version number of the solution
|
java.lang.String |
getName()
Returns the name of the solution
|
java.util.Date |
getRegisteredDate()
Returns the date the solution was registered
|
SolutionType |
getType()
Returns the type of solution
|
java.util.UUID |
getUUID()
Returns the globally unique identifier of the solution
|
java.lang.String |
getVersion()
Returns the full version string of the solution, including major,
minor, mod and fixpack numbers.
|
boolean |
isEnabled()
Returns whether the solution is enabled
|
boolean |
isSuppliedByVendor()
Returns whether the solution was supplied by IBM
|
void |
setDescription(java.lang.String description)
Sets the description of the solution
|
void |
setEnabled(boolean enabled)
Sets whether the solution is enabled.
|
void |
setName(java.lang.String name)
Sets the name of the solution
|
Id getId()
java.util.UUID getUUID()
java.lang.String getName()
void setName(java.lang.String name)
name - java.lang.String getDescription()
void setDescription(java.lang.String description)
description - Id getLatestVersionId()
SolutionType getType()
int getMajorVersion()
int getMinorVersion()
int getModVersion()
int getFixPackVersion()
java.lang.String getVersion()
java.lang.String getBuildInfo()
java.util.Date getRegisteredDate()
java.util.Date getModifiedDate()
java.util.Date getLatestVersionInstalledDate()
boolean isEnabled()
void setEnabled(boolean enabled)
enabled - boolean isSuppliedByVendor()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.