@DistributeMe(agentsSupport=false)
@SupportService
public interface AccumulatorAPI
extends net.anotheria.anoplass.api.API, net.anotheria.anoprise.metafactory.Service
| Modifier and Type | Method and Description |
|---|---|
AccumulatorDefinitionAO |
createAccumulator(AccumulatorPO formBean)
Creates a new accumulator from user input.
|
AccumulatorAO |
getAccumulator(String id) |
AccumulatorAO |
getAccumulatorByName(String name) |
AccumulatorDefinitionAO |
getAccumulatorDefinition(String id) |
List<AccumulatorDefinitionAO> |
getAccumulatorDefinitions() |
AccumulatedSingleGraphAO |
getAccumulatorGraphData(String id) |
void |
removeAccumulator(String id)
Removes an eisting accumulator by its ids.
|
AccumulatorDefinitionAO createAccumulator(AccumulatorPO formBean) throws net.anotheria.anoplass.api.APIException
formBean - data for accumulator creation.net.anotheria.anoplass.api.APIExceptionvoid removeAccumulator(String id) throws net.anotheria.anoplass.api.APIException
id - net.anotheria.anoplass.api.APIExceptionList<AccumulatorDefinitionAO> getAccumulatorDefinitions() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionAccumulatorDefinitionAO getAccumulatorDefinition(String id) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionAccumulatedSingleGraphAO getAccumulatorGraphData(String id) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionAccumulatorAO getAccumulator(String id) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionAccumulatorAO getAccumulatorByName(String name) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.