Package com.groiss.wf

Class ServiceLocator

java.lang.Object
com.groiss.wf.ServiceLocator

public class ServiceLocator extends Object
Use this class to get instances of WfEngine, OrgData, DMS, Store and Admin.
  • Method Details

    • getWfEngine

      public static WfEngine getWfEngine()
      Get the WfEngine to perform action with the workflow engine.
      Returns:
      a WfEngine object
      See Also:
    • getOrgData

      public static OrgData getOrgData()
      Get the OrgData to perform action with the organizational structure.
      Returns:
      a OrgData object
      See Also:
    • getDMS

      public static DMS getDMS()
      Get the DMS to perform action with the workflow document management system.
      Returns:
      a DMS object
      See Also:
    • getStore

      public static Store getStore()
      Get the Store to read and write from/to the database.
      Returns:
      a Store object
      See Also:
    • getAdmin

      public static Admin getAdmin()
      Get the Admin to make administrative actions on the server.
      Returns:
      an Admin object
      See Also: