Class LifeCycleAdminClient
- java.lang.Object
-
- org.wso2.am.admin.clients.lifecycle.LifeCycleAdminClient
-
public class LifeCycleAdminClient extends Object
-
-
Constructor Summary
Constructors Constructor Description LifeCycleAdminClient(String backEndUrl, String sessionCookie)LifeCycleAdminClient(String backEndUrl, String userName, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateLifecycle(String configuration)voiddeleteLifecycle(String name)booleaneditLifeCycle(String oldLifeCycleName, String lifeCycleConfiguration)StringgetLifecycleConfiguration(String lifeCycleName)
-
-
-
Method Detail
-
createLifecycle
public void createLifecycle(String configuration) throws Exception
- Throws:
Exception
-
getLifecycleConfiguration
public String getLifecycleConfiguration(String lifeCycleName) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException
- Throws:
org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionExceptionRemoteException
-
editLifeCycle
public boolean editLifeCycle(String oldLifeCycleName, String lifeCycleConfiguration) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException
- Throws:
org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionExceptionRemoteException
-
-