Package com.groiss.wf
Class ServiceLocator
java.lang.Object
com.groiss.wf.ServiceLocator
Use this class to get instances of WfEngine, OrgData, DMS, Store and Admin.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Admin
getAdmin()
Get the Admin to make administrative actions on the server.static DMS
getDMS()
Get the DMS to perform action with the workflow document management system.static OrgData
Get the OrgData to perform action with the organizational structure.static Store
getStore()
Get the Store to read and write from/to the database.static WfEngine
Get the WfEngine to perform action with the workflow engine.
-
Method Details
-
getWfEngine
Get the WfEngine to perform action with the workflow engine.- Returns:
- a WfEngine object
- See Also:
-
getOrgData
Get the OrgData to perform action with the organizational structure.- Returns:
- a OrgData object
- See Also:
-
getDMS
Get the DMS to perform action with the workflow document management system.- Returns:
- a DMS object
- See Also:
-
getStore
Get the Store to read and write from/to the database.- Returns:
- a Store object
- See Also:
-
getAdmin
Get the Admin to make administrative actions on the server.- Returns:
- an Admin object
- See Also:
-