Package com.zerog.ia.auto.project.rules
Class Checki5OSPrerequisitePTFAppliedRule
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.rules.Rule
-
- com.zerog.ia.auto.project.rules.Checki5OSPrerequisitePTFAppliedRule
-
- All Implemented Interfaces:
Referenceable
public final class Checki5OSPrerequisitePTFAppliedRule extends Rule
System i (i5/OS) Program Temporary Fix (PTF) Condition This rule allows developers to determine if a PTF, matched by the Licensed Program Identifier, PTF ID, Release Level, and PTF Status, exists on the target i5/OS system. Any action to which this rule is assigned can be conditionally performed based on whether a matching PTF is found or not found on the i5/OS system.
-
-
Constructor Summary
Constructors Constructor Description Checki5OSPrerequisitePTFAppliedRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getApplyType()
To get the apply typejava.lang.String
getProductID()
Get the program's product ID.java.lang.String
getPtfID()
Get the PTF ID to be evalated.java.lang.String
getReleaseLevel()
To get the PTF's release level.boolean
getTrueIfFileExistsOnTarget()
To get whether the rule shoudl return true if file existed on target.void
setApplyType(java.lang.String s)
To set the apply typevoid
setProductID(java.lang.String prodID)
Set the program's product ID.void
setPtfID(java.lang.String ptfid)
Set the PTF ID to be evalated.void
setReleaseLevel(java.lang.String release)
To set the PTF's release levelvoid
setTrueIfFileExistsOnTarget(boolean _value)
To set whether the rule shoudl return true if file existed on target.-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getApplyType
public java.lang.String getApplyType()
To get the apply type
-
setApplyType
public void setApplyType(java.lang.String s)
To set the apply type
-
getProductID
public java.lang.String getProductID()
Get the program's product ID.
-
setProductID
public void setProductID(java.lang.String prodID)
Set the program's product ID.
-
getPtfID
public java.lang.String getPtfID()
Get the PTF ID to be evalated.
-
setPtfID
public void setPtfID(java.lang.String ptfid)
Set the PTF ID to be evalated.
-
getReleaseLevel
public java.lang.String getReleaseLevel()
To get the PTF's release level.
-
setReleaseLevel
public void setReleaseLevel(java.lang.String release)
To set the PTF's release level
-
setTrueIfFileExistsOnTarget
public void setTrueIfFileExistsOnTarget(boolean _value)
To set whether the rule shoudl return true if file existed on target.
-
getTrueIfFileExistsOnTarget
public boolean getTrueIfFileExistsOnTarget()
To get whether the rule shoudl return true if file existed on target.
-
-