Class FeatureAdminClient
java.lang.Object
org.wso2.carbon.integration.common.clients.FeatureAdminClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wso2.carbon.feature.mgt.stub.prov.data.LicenseFeatureHolder[]org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfogetInstalledFeatureDetails(String featureID, String featureVersion) org.wso2.carbon.feature.mgt.ui.FeatureWrapper[]org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo[]getInstalledFeaturesWithProperty(String key, String value) org.wso2.carbon.feature.mgt.stub.prov.data.LicenseInfo[]org.wso2.carbon.feature.mgt.stub.prov.data.ProfileHistory[]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 Details
-
FeatureAdminClient
public FeatureAdminClient(String backendURL, String sessionCookie) throws org.apache.axis2.AxisFault, XPathExpressionException - Throws:
org.apache.axis2.AxisFaultXPathExpressionException
-
-
Method Details
-
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
- Throws:
Exception
-
getInstalledFeatures
- 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
- Throws:
Exception
-
getInstallActionType
-
getUninstallActionType
-
getRevertActionType
-