public class JourneyAPIImpl extends AbstractMoskitoAPIImpl implements JourneyAPI
| Constructor and Description |
|---|
JourneyAPIImpl() |
| 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) |
void |
init() |
addValidationError, addValidationError, checkValidationAndThrowException, deInit, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSessionpublic void init()
throws net.anotheria.anoplass.api.APIInitException
init in interface net.anotheria.anoplass.api.APIinit in class net.anotheria.anoplass.api.AbstractAPIImplnet.anotheria.anoplass.api.APIInitExceptionpublic List<JourneyListItemAO> getJourneys() throws net.anotheria.anoplass.api.APIException
JourneyAPIgetJourneys in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic JourneyAO getJourney(String name) throws net.anotheria.anoplass.api.APIException
JourneyAPIgetJourney in interface JourneyAPIname - name of the journey.net.anotheria.anoplass.api.APIExceptionpublic TracedCallAO getTracedCall(String journeyName, int callPosition, TimeUnit unit) throws net.anotheria.anoplass.api.APIException
getTracedCall in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic List<AnalyzedProducerCallsMapAO> analyzeJourney(String journeyName) throws net.anotheria.anoplass.api.APIException
analyzeJourney in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionpublic void deleteJourney(String journeyName) throws net.anotheria.anoplass.api.APIException
deleteJourney in interface JourneyAPInet.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.