Class FeatureAdminClient

java.lang.Object
org.wso2.carbon.integration.common.clients.FeatureAdminClient

public class FeatureAdminClient extends Object
  • Constructor Details

  • 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

      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()