Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All operations below check plugin dependencies, framework version and other conditions. When all conditions are met then operation succeed, otherwise failed and appropriate state appropriate state is returned. More infromations you could find in QCADOO API.

  • Download
    • This operation download plugin jar file to the application tmp directory and create database record on the data in plugin descriptor with status "temporary". 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 "enabled". After this operation server is restarted. When server starts up plugin jar file is deployed. After this operation jar views are active.
  • Deactivate
    Disable
    • This operation change database record status to the "disabled". After this operation jar views aren't active.
  • Activate
    Enable
    • This operation change database record status to the "enabled". After this operation jar views are active.

...