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
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 resourceorg.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)
-
-
-
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
-
-