Class AffectedAndResultingItemsFormDelegate
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.AffectedAndResultingItemsFormDelegate
- All Implemented Interfaces:
ObjectFormProcessorDelegate
Initializes the Change task affected objects, resulting objects, handing
changes and associated annotations delegates. The preProcess, doOperation,
postProcess, and postTransactionProcess methods are called for each delegate
initialized.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes the Change task affected objects, resulting objects, handing changes and associated annotations delegates. -
Method Summary
Modifier and TypeMethodDescriptionReturns the form processor delegates for processing after the delegates for the affected and resulting table objects have been processed in a change task wizard.Returns the form processor delegate for processing the objects in the affected data table in a change task wizard.Returns the form processor delegate for processing the objects in the resulting data table in a change task wizard.Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
setValue, setValueInTypeInstance, setValueInTypeInstance
-
Constructor Details
-
AffectedAndResultingItemsFormDelegate
public AffectedAndResultingItemsFormDelegate()Initializes the Change task affected objects, resulting objects, handing changes and associated annotations delegates.
Supported API: true
-
-
Method Details
-
getAdditionalFormDelegates
Returns the form processor delegates for processing after the delegates for the affected and resulting table objects have been processed in a change task wizard. The default delegates returned are for processing hanging change items and associated annotations.
Supported API: true- Returns:
- a form processor delegate
- See Also:
-
getResultingDataFormDelegate
Returns the form processor delegate for processing the objects in the resulting data table in a change task wizard.
Supported API: true- Returns:
- a form processor delegate
- See Also:
-
getAffectedDataFormDelegate
Returns the form processor delegate for processing the objects in the affected data table in a change task wizard.
Supported API: true- Returns:
- a form processor delegate
- See Also:
-