Class FeatureAdminClient
- java.lang.Object
-
- org.wso2.carbon.integration.common.clients.FeatureAdminClient
-
public class FeatureAdminClient extends Object
-
-
Constructor Summary
Constructors Constructor Description FeatureAdminClient(String backendURL, String sessionCookie)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.feature.mgt.stub.prov.data.LicenseFeatureHolder[]getFeatureLicenseInfo()StringgetInstallActionType()org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfogetInstalledFeatureDetails(String featureID, String featureVersion)org.wso2.carbon.feature.mgt.ui.FeatureWrapper[]getInstalledFeatures()org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[]getInstalledFeaturesWithProperty(String key, String value)org.wso2.carbon.feature.mgt.stub.prov.data.LicenseInfo[]getLicensingInformation()org.wso2.carbon.feature.mgt.stub.prov.data.ProfileHistory[]getProfileHistory()StringgetRevertActionType()StringgetUninstallActionType()voidperformInstallation(String actionType)voidremoveAllFeaturesWithProperty(String key, String value)org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInforeviewInstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features)org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInforeviewRevertPlan(String timestampString)org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInforeviewUninstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features)
-
-
-
Constructor Detail
-
FeatureAdminClient
public FeatureAdminClient(String backendURL, String sessionCookie) throws org.apache.axis2.AxisFault, XPathExpressionException
- Throws:
org.apache.axis2.AxisFaultXPathExpressionException
-
-
Method Detail
-
reviewInstallFeaturesAction
public org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewInstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features) throws RemoteException- Throws:
RemoteException
-
getInstalledFeatureDetails
public org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo getInstalledFeatureDetails(String featureID, String featureVersion) throws RemoteException
- Throws:
RemoteException
-
getLicensingInformation
public org.wso2.carbon.feature.mgt.stub.prov.data.LicenseInfo[] getLicensingInformation() throws Exception- Throws:
Exception
-
performInstallation
public void performInstallation(String actionType) throws Exception
- Throws:
Exception
-
getInstalledFeatures
public org.wso2.carbon.feature.mgt.ui.FeatureWrapper[] getInstalledFeatures() throws Exception- Throws:
Exception
-
getInstalledFeaturesWithProperty
public org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] getInstalledFeaturesWithProperty(String key, String value) throws RemoteException
- Throws:
RemoteException
-
getFeatureLicenseInfo
public org.wso2.carbon.feature.mgt.stub.prov.data.LicenseFeatureHolder[] getFeatureLicenseInfo() throws RemoteException- Throws:
RemoteException
-
reviewUninstallFeaturesAction
public org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewUninstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features) throws RemoteException- Throws:
RemoteException
-
getProfileHistory
public org.wso2.carbon.feature.mgt.stub.prov.data.ProfileHistory[] getProfileHistory() throws Exception- Throws:
Exception
-
reviewRevertPlan
public org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewRevertPlan(String timestampString) throws Exception
- Throws:
Exception
-
removeAllFeaturesWithProperty
public void removeAllFeaturesWithProperty(String key, String value) throws Exception
- Throws:
Exception
-
getInstallActionType
public String getInstallActionType()
-
getUninstallActionType
public String getUninstallActionType()
-
getRevertActionType
public String getRevertActionType()
-
-