Package org.dspace.app.util.service
Interface WebAppService
- All Known Implementing Classes:
WebAppServiceImpl
public interface WebAppService
Service interface class for the WebApp object.
The implementation of this class is responsible for all business logic calls for the WebApp object and is
autowired by spring
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
-
Method Details
-
create
WebApp create(Context context, String appName, String url, Instant started, int isUI) throws SQLException - Throws:
SQLException
-
findAll
- Throws:
SQLException
-
delete
- Throws:
SQLException
-
getApps
- Returns:
- Return the list of running applications.
-