|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.agila.services.AbstractBusinessProcessService
org.apache.agila.impl.memory.BusinessProcessServiceImpl
public class BusinessProcessServiceImpl
In-memory implemetation of the BusinessProcessService. Just keeps the process graphs in a map *
Constructor Summary | |
---|---|
BusinessProcessServiceImpl()
|
Method Summary | |
---|---|
protected BusinessProcessID |
internalAddGraph(BusinessProcess graph)
Takes a graph and adds it to the persistent store, returning it's new ID. |
protected java.util.List |
internalGetAllProcessGraphs()
returns all saved graph |
protected BusinessProcess |
internalGetByID(BusinessProcessID id)
returns a saved graph |
protected BusinessProcessID |
internalGetIDByName(java.lang.String name)
|
Methods inherited from class org.apache.agila.services.AbstractBusinessProcessService |
---|
addGraph, addGraph, getCurrentProcessInfos, getGraphByID, getGraphIDByName, getInfoByID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessProcessServiceImpl()
Method Detail |
---|
protected BusinessProcessID internalAddGraph(BusinessProcess graph)
internalAddGraph
in class AbstractBusinessProcessService
graph
-
protected BusinessProcess internalGetByID(BusinessProcessID id)
internalGetByID
in class AbstractBusinessProcessService
id
-
protected java.util.List internalGetAllProcessGraphs()
internalGetAllProcessGraphs
in class AbstractBusinessProcessService
protected BusinessProcessID internalGetIDByName(java.lang.String name)
internalGetIDByName
in class AbstractBusinessProcessService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |