wt.vc.wip
Class WIPChangeFactory
java.lang.Object
wt.vc.wip.WIPChangeFactory
- All Implemented Interfaces:
- ApplicationContextChild
- public class WIPChangeFactory
- extends Object
- implements ApplicationContextChild
This will return delegate corresponding to the requestor object
as given the typedServices.properties
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
applicationContext
private ApplicationContext applicationContext
WIPChangeFactory
public WIPChangeFactory()
getDelegate
public static WIPChangeDelegate getDelegate(Workable object)
throws WTException
- Finds the correct delegate to execute hasChanged
as per the requestor object class.
Supported API: true
- Parameters:
object
- Object to be changed for updates.
- Returns:
- WIPChangeDelegate
- Throws:
WTException
getApplicationContext
public ApplicationContext getApplicationContext()
- Gets the object for the association that plays role: applicationContext.
Supported API: false
- Specified by:
getApplicationContext
in interface ApplicationContextChild
- Returns:
- ApplicationContext
setApplicationContext
public void setApplicationContext(ApplicationContext a_ApplicationContext)
throws WTPropertyVetoException
- Sets the object for the association that plays role: applicationContext.
Supported API: false
- Specified by:
setApplicationContext
in interface ApplicationContextChild
- Parameters:
a_ApplicationContext
-
- Throws:
WTPropertyVetoException
getApplicationContextServices
public ApplicationContextServices getApplicationContextServices()
Supported API: false