com.groiss.wf
Class ServiceLocator

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

public class ServiceLocator
extends java.lang.Object

Use this class to get instances of WfEngine, OrgData, DMS, and Store.


Method Summary
static 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 getOrgData()
          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 getWfEngine()
          Get the WfEngine to perform action with the workflow engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWfEngine

public static WfEngine getWfEngine()
Get the WfEngine to perform action with the workflow engine.

Returns:
a WfEngine object

getOrgData

public static OrgData getOrgData()
Get the OrgData to perform action with the organizational structure.

Returns:
a OrgData object

getDMS

public static DMS getDMS()
Get the DMS to perform action with the workflow document management system.

Returns:
a DMS object

getStore

public static Store getStore()
Get the Store to read and write from/to the database.

Returns:
a Store object

getAdmin

public static Admin getAdmin()
Get the Admin to make administrative actions on the server.

Returns:
an Admin object


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.