Package de.xima.fc.e2e.environment.api
Interface IFormcycleAppState
-
public interface IFormcycleAppStateRepresents the state obtained when the FORMCYCLE app wasprovisioned.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormcycleSetupResultsetupResult()IFormcycleUriManageruriManager()
-
-
-
Method Detail
-
setupResult
FormcycleSetupResult setupResult()
- Returns:
- The result of the provisioning.
-
uriManager
IFormcycleUriManager uriManager()
- Returns:
- URI manager with utility methods for working with FORMCYCLE related URLs.
-
-