Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
PTF[] |
PTF.getDependentPTFs() |
Retrieves the list of PTFs that are dependent upon this PTF.
|
PTF[] |
Product.getPTFs(boolean includeSupersededPTFs) |
Returns the list of Program Temporary Fixes (PTFs) on
the system for this product.
|
PTF[] |
PTFGroup.getPTFs() |
|
PTF[] |
PTF.getRequisitePTFs() |
Retrieves the list of pre- and co-requisite PTFs for this PTF.
|
PTF[] |
PTF.getSupersededPTFs() |
Retrieves the list of PTFs that are supserseded by this PTF.
|
Modifier and Type | Method | Description |
---|---|---|
String |
PTF.getRelationship(PTF ptf) |
Returns the relationship between this PTF and another PTF.
|
Copyright © 2024. All rights reserved.