Class ChangeDirectiveQueryCommands
java.lang.Object
com.ptc.windchill.enterprise.changeDirective.commands.ChangeDirectiveQueryCommands
- All Implemented Interfaces:
RemoteAccess
Query class used to obtain the default contents of the change tables,
such as affected end items, affected objects, resulting items,
used by the information pages and the wizards.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface wt.method.RemoteAccess
versionID -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ChangeAction> Get the list of items to show in the change action table
Supported API: truestatic List<ChangeAction> getChangeActionsByState(WTChangeDirective directive, ActionState state) Get the list of ChangeActions of the Change Directive by the given action state.Get the list of items to show in the impacted items table.static List<WTChangeDirective> Get the list of items to show in the impacting directives table.
-
Method Details
-
getImpactedItems
Get the list of items to show in the impacted items table.
Supported API: true- Parameters:
cb- The command bean for the current client- Returns:
- The list of WTPartMasters to display in the table.
-
getChangeActions
Get the list of items to show in the change action table
Supported API: true- Parameters:
cb- The command bean for the current client- Returns:
- The list of Change Actions to display in the table.
-
getChangeActionsByState
public static List<ChangeAction> getChangeActionsByState(WTChangeDirective directive, ActionState state) Get the list of ChangeActions of the Change Directive by the given action state.
Supported API: true- Parameters:
directive- The Change Directive- Returns:
- The list of Change Actions with the given state.
-
getImpactingDirectives
Get the list of items to show in the impacting directives table.
Supported API: true- Parameters:
cb- The command bean for the current client- Returns:
- The list of WTChangeDirectives to display in the table.
-