Package wt.change2
Class FindChangeRequestForAnalysisActivityDelegate
java.lang.Object
wt.change2.FindChangeRequestForAnalysisActivityDelegate
- All Implemented Interfaces:
Externalizable,Serializable,FindChangeRequestDelegate
public class FindChangeRequestForAnalysisActivityDelegate
extends Object
implements FindChangeRequestDelegate, Externalizable
Finds a ChangeRequestIfc based on an AnalysisActivityIfc.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionFinds the ChangeRequestIfc for an item of type Object.voidsetHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os) Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
-
Method Details
-
findChangeRequest
Finds the ChangeRequestIfc for an item of type Object.
Supported API: true- Specified by:
findChangeRequestin interfaceFindChangeRequestDelegate- Parameters:
ci-- Returns:
- ChangeRequestIfc
- Throws:
ChangeException2WTException
-
setHtmlClientState
public void setHtmlClientState(Object contextObj, ChangeRequestIfc cr, Properties formData, Properties parameters, Locale locale, OutputStream os) throws WTException Handles marking the parent objects of the current object as expanded so they will appear expanded in the initial display of the change management form.
Supported API: true- Specified by:
setHtmlClientStatein interfaceFindChangeRequestDelegate- Parameters:
contextObj-cr-formData-parameters-locale-os-- Throws:
WTException
-