@DistributeMe(agentsSupport=false)
@SupportService
public interface JourneyAPI
extends net.anotheria.anoplass.api.API, net.anotheria.anoprise.metafactory.Service
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzedProducerCallsMapAO> |
analyzeJourney(String journeyName) |
void |
deleteJourney(String journeyName) |
JourneyAO |
getJourney(String name)
Returns specified journey.
|
List<JourneyListItemAO> |
getJourneys()
Returns list of available journeys.
|
TracedCallAO |
getTracedCall(String journeyName,
int callPosition,
TimeUnit unit) |
List<JourneyListItemAO> getJourneys() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionJourneyAO getJourney(String name) throws net.anotheria.anoplass.api.APIException
name - name of the journey.net.anotheria.anoplass.api.APIExceptionTracedCallAO getTracedCall(String journeyName, int callPosition, TimeUnit unit) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionList<AnalyzedProducerCallsMapAO> analyzeJourney(String journeyName) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionvoid deleteJourney(String journeyName) throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.