public class FeatureAdminClient extends Object
| Constructor and Description |
|---|
FeatureAdminClient(String backendURL,
String sessionCookie) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.feature.mgt.stub.prov.data.LicenseFeatureHolder[] |
getFeatureLicenseInfo() |
String |
getInstallActionType() |
org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo |
getInstalledFeatureDetails(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() |
String |
getRevertActionType() |
String |
getUninstallActionType() |
void |
performInstallation(String actionType) |
void |
removeAllFeaturesWithProperty(String key,
String value) |
org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo |
reviewInstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features) |
org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo |
reviewRevertPlan(String timestampString) |
org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo |
reviewUninstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features) |
public FeatureAdminClient(String backendURL, String sessionCookie) throws org.apache.axis2.AxisFault, XPathExpressionException
org.apache.axis2.AxisFaultXPathExpressionExceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewInstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features)
throws RemoteException
RemoteExceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo getInstalledFeatureDetails(String featureID, String featureVersion) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.LicenseInfo[] getLicensingInformation()
throws Exception
Exceptionpublic void performInstallation(String actionType) throws Exception
Exceptionpublic org.wso2.carbon.feature.mgt.ui.FeatureWrapper[] getInstalledFeatures()
throws Exception
Exceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] getInstalledFeaturesWithProperty(String key, String value) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.LicenseFeatureHolder[] getFeatureLicenseInfo()
throws RemoteException
RemoteExceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewUninstallFeaturesAction(org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[] features)
throws RemoteException
RemoteExceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.ProfileHistory[] getProfileHistory()
throws Exception
Exceptionpublic org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewRevertPlan(String timestampString) throws Exception
Exceptionpublic void removeAllFeaturesWithProperty(String key, String value) throws Exception
Exceptionpublic String getInstallActionType()
public String getUninstallActionType()
public String getRevertActionType()
Copyright © 2018 WSO2. All rights reserved.