|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.wf.ServiceLocator
public class ServiceLocator
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 |
---|
public static WfEngine getWfEngine()
public static OrgData getOrgData()
public static DMS getDMS()
public static Store getStore()
public static Admin getAdmin()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |