|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.definer.WfDefinitionDelegateFactory
WfDefinitionDelegateFactor creates instances
of classes that implement the WfDefinitionDelegate interface.
Supported API: false
Extendable: false
Field Summary | |
private ApplicationContext |
applicationContext
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild |
APPLICATION_CONTEXT |
Constructor Summary | |
WfDefinitionDelegateFactory(Assertion asser)
Constructs an instance of WfDefinitionDelegateFactory. |
Method Summary | |
ApplicationContextServices |
getApplContextServices()
|
ApplicationContext |
getApplicationContext()
Gets the object for the association that plays role: applicationContext. |
WfDefinitionDelegate |
getWfDefinitionDelegate(Assertion assertion)
Returns an instance of a class that implements the WfDefinitionDelegate interface Supported API: false |
void |
setApplicationContext(ApplicationContext a_ApplicationContext)
Sets the object for the association that plays role: applicationContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ApplicationContext applicationContext
private static final boolean VERBOSE
Constructor Detail |
public WfDefinitionDelegateFactory(Assertion asser) throws UnableToLoadServiceProperties
asser
- the BatchContainer assertion. The target object in the assertion is used to determine which WfDefinitionDelegate to instantiate.
UnableToLoadServiceProperties
Method Detail |
public WfDefinitionDelegate getWfDefinitionDelegate(Assertion assertion) throws WTException, PropertyVetoException
assertion
- the BatchContainer assertion. The target object in the assertion is used to determine which WfDefinition delegate to instantiate.
WTException
PropertyVetoException
public ApplicationContext getApplicationContext()
getApplicationContext
in interface ApplicationContextChild
public void setApplicationContext(ApplicationContext a_ApplicationContext) throws WTPropertyVetoException
setApplicationContext
in interface ApplicationContextChild
a_ApplicationContext
-
WTPropertyVetoException
public ApplicationContextServices getApplContextServices()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |