...
Download
- This operation download plugin jar file to the application tmp directory and create database record on the data in plugin descriptor with status "downloadedtemporary". After this operation jar views aren't active.
Remove
- This operation remove plugin jar file from the application tmp directory and mark database record as "deleted". After this operation jar views aren't active.
Install
- This operation move plugin jar file from the application tmp directory to the application context and change database record status to the "activeenabled". After this operation server is restarted. When server starts up plugin jar file is deployed. After this operation jar views are active.
Deactivate
- This operation change database record status to the "installeddisabled". After this operation jar views aren't active.
Activate
- This operation change database record status to the "activeenabled". After this operation jar views are active.
Uninstall
- This operation remove plugin jar file and its deployed resources from the application context and mark delete database record as "deleted".
After this operation server is restarted and jar views aren't active.
- This operation remove plugin jar file and its deployed resources from the application context and mark delete database record as "deleted".
...