Class PropertiesServiceClient

java.lang.Object
org.wso2.carbon.mediation.security.vault.ui.PropertiesServiceClient

public class PropertiesServiceClient extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    PropertiesServiceClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean
    getProperties(javax.servlet.http.HttpServletRequest request, int pageNumber)
     
    int
    Retrieving the length of the properties in selected registry resource
    org.wso2.carbon.registry.properties.stub.beans.xsd.RetentionBean
    getRetentionProperties(javax.servlet.http.HttpServletRequest request)
     
    void
    removeProperty(javax.servlet.http.HttpServletRequest request)
     
    void
    setProperty(javax.servlet.http.HttpServletRequest request)
     
    boolean
    setRetentionProperties(javax.servlet.http.HttpServletRequest request)
     
    void
    updateProperty(javax.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertiesServiceClient

      public PropertiesServiceClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) throws org.wso2.carbon.registry.core.exceptions.RegistryException
      Throws:
      org.wso2.carbon.registry.core.exceptions.RegistryException
  • Method Details

    • getPropertiesLenght

      public int getPropertiesLenght() throws org.wso2.carbon.registry.core.exceptions.RegistryException
      Retrieving the length of the properties in selected registry resource
      Returns:
      Throws:
      org.wso2.carbon.registry.core.exceptions.RegistryException
    • getProperties

      public org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean getProperties(javax.servlet.http.HttpServletRequest request, int pageNumber) throws Exception
      Throws:
      Exception
    • setProperty

      public void setProperty(javax.servlet.http.HttpServletRequest request) throws Exception
      Throws:
      Exception
    • updateProperty

      public void updateProperty(javax.servlet.http.HttpServletRequest request) throws Exception
      Throws:
      Exception
    • removeProperty

      public void removeProperty(javax.servlet.http.HttpServletRequest request) throws Exception
      Throws:
      Exception
    • setRetentionProperties

      public boolean setRetentionProperties(javax.servlet.http.HttpServletRequest request) throws Exception
      Throws:
      Exception
    • getRetentionProperties

      public org.wso2.carbon.registry.properties.stub.beans.xsd.RetentionBean getRetentionProperties(javax.servlet.http.HttpServletRequest request) throws org.wso2.carbon.registry.core.exceptions.RegistryException
      Throws:
      org.wso2.carbon.registry.core.exceptions.RegistryException