Package com.logicaldoc.core.automation
Class ContextTool
java.lang.Object
com.logicaldoc.core.automation.ContextTool
Utility methods to access the Application context from inside the Automation
- Since:
- 8.2.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ContextToolpublic ContextTool()
 
- 
- 
Method Details- 
getBeanGets a specific bean instance- Parameters:
- id- identifier of the bean
- Returns:
- the instance
 
- 
getBeanIdsGets the collection of all the identifiers in the context- Returns:
- list of bean identifiers
 
 
-