public class PropertiesServiceClient extends Object
Constructor and Description |
---|
PropertiesServiceClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session) |
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean |
getProperties(javax.servlet.http.HttpServletRequest request,
int pageNumber) |
int |
getPropertiesLenght()
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) |
public PropertiesServiceClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
public int getPropertiesLenght() throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
public org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean getProperties(javax.servlet.http.HttpServletRequest request, int pageNumber) throws Exception
Exception
public void setProperty(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
public void updateProperty(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
public void removeProperty(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
public boolean setRetentionProperties(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
public org.wso2.carbon.registry.properties.stub.beans.xsd.RetentionBean getRetentionProperties(javax.servlet.http.HttpServletRequest request) throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
Copyright © 2018 WSO2. All rights reserved.