com.ptc.windchill.upgrade.tool
Class ConfirmVersionState.UpgradePreviouslyCompleted
java.lang.Object
com.ptc.windchill.upgrade.tool.ConfirmVersionState.UpgradePreviouslyCompleted
- All Implemented Interfaces:
- Condition
- Enclosing class:
- ConfirmVersionState
- public static class ConfirmVersionState.UpgradePreviouslyCompleted
- extends Object
- implements Condition
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition |
ALWAYS |
Method Summary |
boolean |
evaluate(State state)
This is used by UpgradeToolStateMachineDefintion to determine if the "Close" button
should be enabled or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfirmVersionState.UpgradePreviouslyCompleted
public ConfirmVersionState.UpgradePreviouslyCompleted()
- Creates a new UpgradePreviouslyCompleted object.
evaluate
public final boolean evaluate(State state)
throws IUHException
- This is used by UpgradeToolStateMachineDefintion to determine if the "Close" button
should be enabled or not. If true is returned the "Close" button will be enabled. If
false is returned it will not be.
- Specified by:
evaluate
in interface Condition
- Parameters:
state
- Checks if the state is an instance of ConfirmVersionState
- Returns:
- ret boolean
- Throws:
IUHException