Interface ApplicationVersion
-
- All Known Implementing Classes:
WorkspaceApplicationVersion
public interface ApplicationVersion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVersion(String target, String sysId, String scope)
Get version of the application defined by sysId or scopeId.
-
-
-
Method Detail
-
getVersion
String getVersion(String target, String sysId, String scope)
Get version of the application defined by sysId or scopeId.- Parameters:
target
- Target place where the application version can be taken from (path to app project in source control, url of a repository, or other)sysId
- Sys ID of the application. You can locate this value in the Sys ID field in the Custom Application [sys_app] table.scope
- The scope name of the application, such as x_aah_custom_app. You can locate this value in the scope field in the Custom Application [sys_app] table.- Returns:
- Version of the application.
-
-