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.RegistryExceptionpublic int getPropertiesLenght()
throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryExceptionpublic org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean getProperties(javax.servlet.http.HttpServletRequest request,
int pageNumber)
throws Exception
Exceptionpublic void setProperty(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionpublic void updateProperty(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionpublic void removeProperty(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionpublic boolean setRetentionProperties(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionpublic 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.RegistryExceptionCopyright © 2019 WSO2. All rights reserved.