| Package | Description |
|---|---|
| org.wso2.carbon.lcm.sql.dao | |
| org.wso2.carbon.lcm.sql.utils |
| Modifier and Type | Method and Description |
|---|---|
String |
LifecycleMgtDAO.addLifecycleState(String initialState,
String lcName,
String user)
Set initial lifecycle state.
|
void |
LifecycleMgtDAO.addLifecycleState(String initialState,
String uuid,
String lcName,
String user)
Set initial lifecycle state with lifecycle id as input.
|
void |
LifecycleMgtDAO.changeCheckListItemData(String uuid,
String lcState,
String checkListName,
boolean value)
Method used to update data related to check list item operation.
|
void |
LifecycleMgtDAO.changeLifecycleState(LifecycleStateBean lifecycleStateBean,
String user)
Change lifecycle state.
|
LifecycleStateBean |
LifecycleMgtDAO.getLifecycleCheckListDataFromState(String uuid,
String lcState)
Get lifecycle check list data for a particular uuid and state.
|
List<LifecycleHistoryBean> |
LifecycleMgtDAO.getLifecycleHistoryFromId(String uuid)
Method used to get lifecycle history related to particular uuid.
|
List<String> |
LifecycleMgtDAO.getLifecycleIdsFromState(String state,
String lcName)
This method provides set of lifecycle ids in a particular state.
|
LifecycleStateBean |
LifecycleMgtDAO.getLifecycleStateDataFromId(String uuid)
Get lifecycle state data for a particular uuid.
|
void |
LifecycleMgtDAO.removeLifecycleState(String uuid)
Method used to remove lifecycle state data for a given id.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LifecycleMgtDBUtil.initialize()
Initializes the data source and creates lifecycle database.
|
Copyright © 2017 WSO2. All rights reserved.