Package org.xwiki.instance
Interface InstanceIdManager
-
@Role public interface InstanceIdManager
Initialize and retrieve the Instance Id.- Since:
- 5.2M2
- Version:
- $Id: ba19ec02a9951097284d7f150d65e04aa3245bcb $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceId
getInstanceId()
-
-
-
Method Detail
-
getInstanceId
InstanceId getInstanceId()
- Returns:
- the Instance id or null if it isn't set
-
-