Class PropertiesServiceClient
java.lang.Object
org.wso2.carbon.mediation.security.vault.ui.PropertiesServiceClient
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesServiceClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) -
Method Summary
Modifier and TypeMethodDescriptionorg.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBeangetProperties(javax.servlet.http.HttpServletRequest request, int pageNumber) intRetrieving the length of the properties in selected registry resourceorg.wso2.carbon.registry.properties.stub.beans.xsd.RetentionBeangetRetentionProperties(javax.servlet.http.HttpServletRequest request) voidremoveProperty(javax.servlet.http.HttpServletRequest request) voidsetProperty(javax.servlet.http.HttpServletRequest request) booleansetRetentionProperties(javax.servlet.http.HttpServletRequest request) voidupdateProperty(javax.servlet.http.HttpServletRequest request)
-
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.RegistryExceptionRetrieving 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
- Throws:
Exception
-
updateProperty
- Throws:
Exception
-
removeProperty
- 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
-