public class PropertiesAdminServiceClient extends Object
| Constructor and Description |
|---|
PropertiesAdminServiceClient(String backendURL,
String sessionCookie) |
PropertiesAdminServiceClient(String backendURL,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean |
getProperties(String path,
String viewProps) |
org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean |
getProperty(String path,
String viewProps) |
org.wso2.carbon.registry.properties.stub.beans.xsd.RetentionBean |
getRetentionProperties(String path) |
void |
removeProperty(String path,
String viewProps) |
void |
setProperty(String path,
String name,
String value) |
void |
setRetentionProperties(String path,
String mode,
String fromDate,
String toDate) |
void |
updateProperty(String path,
String name,
String value,
String oldValue) |
public PropertiesAdminServiceClient(String backendURL, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void setRetentionProperties(String path, String mode, String fromDate, String toDate) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionpublic org.wso2.carbon.registry.properties.stub.beans.xsd.RetentionBean getRetentionProperties(String path) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionpublic void setProperty(String path, String name, String value) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionpublic org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean getProperty(String path, String viewProps) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionpublic org.wso2.carbon.registry.properties.stub.beans.xsd.PropertiesBean getProperties(String path, String viewProps) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionpublic void updateProperty(String path, String name, String value, String oldValue) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionpublic void removeProperty(String path, String viewProps) throws RemoteException, org.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionException
RemoteExceptionorg.wso2.carbon.registry.properties.stub.PropertiesAdminServiceRegistryExceptionExceptionCopyright © 2019 WSO2. All rights reserved.