Package wt.change2
Class ChangeActivity2ImpactorDelegate
java.lang.Object
wt.impact.ImpactDelegate
wt.impact.ImpactorDelegate
wt.change2.ChangeActivity2ImpactorDelegate
- All Implemented Interfaces:
Serializable,Comparable<ImpactDelegate>
Delegate used to control the impactor behavior of
Supported API: true
Extendable: true
ChangeActivity2 objects.
This delegate should be registered as:
invalid input: '<Service' context="default" name="wt.impact.ImpactorDelegate"invalid input: '>' invalid input: '<Option' selector="10" cardinality="duplicate" serviceClass="wt.change2.ChangeActivity2ImpactorDelegate" requestor="wt.change2.ChangeActivity2"/invalid input: '<' invalid input: '<'/Serviceinvalid input: '>' Where: selector = Integer value defining the ascending order in which this delegate is applied. OOTB value is "10", but may be modified as needed per installation.
Supported API: true
Extendable: true
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ChangeActivity2ImpactorDelegate(Impactor impactor) Construct ChangeActivity2ImpactorDelegate for an Impactor object. -
Method Summary
Methods inherited from class wt.impact.ImpactorDelegate
getCommonIntents, getImpactor, getImpactorType, setImpactorType, toStringMethods inherited from class wt.impact.ImpactDelegate
compareTo, filterCopyFowardForNewIteration, filterCopyFowardForNewRevision, getExcludedTypes, getRegisteredClass, getSelector, isNewIterationCopyForwardEnabled, isNewRevisionCopyForwardEnabled
-
Constructor Details
-
ChangeActivity2ImpactorDelegate
public ChangeActivity2ImpactorDelegate()Default constructor.
Supported API: true -
ChangeActivity2ImpactorDelegate
Construct ChangeActivity2ImpactorDelegate for an Impactor object.
Supported API: true
-