...
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.
- Associating a Lifecycle to an Artifact
- Checking Associated Lifecycle Name of an Artifact
- Checking the Current State of the Lifecycle Associated with the Artifact
- Get the Checklist Item List
- Checking Checklist Item
- Checking Whether a Checklist Item is Checked
- Unchecking Checklist Item
- Get Voting Event List
- Voting for an Event
- Checking Whether the Current User Already Voted for an Event
- Unvoting for an Event, Current User Already Voted
- Get all Action List
- 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 | ||
---|---|---|
| ||
Instructions on how to do Lifecycle transitions using the Governance API. |