Package de.xima.fc.e2e.environment.api
Interface IFormcycleAppState
-
public interface IFormcycleAppState
Represents 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 FormcycleSetupResult
setupResult()
IFormcycleUriManager
uriManager()
-
-
-
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.
-
-