Versions Compared

Key

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

...

Lifecycle transition operations of the Governance API can be used to do the Lifecycle operation of the artifacts. These operations are available with all artifacts available in Governance Registry like Services, WSDLs, Schemas, Policies, GenericArtifacts and GovernanceArtifacts. The following is the list of Lifecycle transition operations available with the Governance API.

  1. Associating a Lifecycle to an Artifact
  2. Checking Associated Lifecycle Name of an Artifact
  3. Checking the Current State of the Lifecycle Associated with the Artifact
  4. Get the Checklist Item List
  5. Checking Checklist Item
  6. Checking Whether a Checklist Item is Checked
  7. Unchecking Checklist Item
  8. Get Voting Event List
  9. Voting for an Event
  10. Checking Whether the Current User Already Voted for an Event
  11. Unvoting for an Event, Current User Already Voted
  12. Get all Action List
  13. Invoking Actions

Table of Contents

Associating a Lifecycle to an Artifact

This method is used to associate a Lifecycle to an artifact. See here for more information on Lifecycles and their creation.

...

Code Block
artifact.invokeAction(action);
Code Block
artifact.invokeAction(actionCreate, parameterMapMobileAppLifeCycle);

...

Excerpt
hiddentrue

Instructions on how to do Lifecycle transitions using the Governance API.