Interface ApplicationApi
-
public interface ApplicationApi
Provides application related functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationInfo
getInfo()
Returns the basic information about the application.
-
-
-
Method Detail
-
getInfo
@SecurityAuditMethod(includeInAudit=false) ApplicationInfo getInfo()
Returns the basic information about the application.- Returns:
- the basic information about the application
-
-