Package com.logicaldoc.core.automation
Class ContextTool
- java.lang.Object
-
- com.logicaldoc.core.automation.ContextTool
-
public class ContextTool extends Object
Utility methods to access the Application context from inside the Automation- Since:
- 8.2.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description ContextTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getBean(String id)
Gets a specific bean instanceList<String>
getBeanIds()
Gets the collection of all the identifiers in the context
-