Class PropertiesServiceClient


  • public class PropertiesServiceClient
    extends Object
    • Constructor Detail

      • 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 Detail

      • 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