Versions Compared

Key

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

Getting started with Comalatech JAVA API plugin - API Services and workflow events

The Comala Workflows Document Management Java API enables other confluence plugins Confluence apps to interact with Comala Document Management app to enquire about and manipulate states, task and approvals information and tasks, approvals and document activity information as well as to get notification of workflows events.

General Workflow Object Model

All the workflow information is associated to Pages and Blog posts. The higher level entity is a State, which can be assigned, and contains Tasks, Approvals and Rejections.

...

Read Only Mode

Warning

The actions in the JAVA API will not perform any read-only mode validation in Confluence Data Centre. Please make sure to add the necessary checks in your app before it calls the Java API if you support read only mode.

Atlassian related page