public interface CustomUIAdminService
Modifier and Type | Method and Description |
---|---|
void |
addTextContent(String parentPath14,
String resourceName15,
String mediaType16,
String description17,
String content18)
Auto generated method signature for Asynchronous Invocations
|
String |
getTextContent(String path5)
Auto generated method signature
|
boolean |
isAuthorized(String path9,
String action10)
Auto generated method signature
|
void |
startgetTextContent(String path5,
CustomUIAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisAuthorized(String path9,
String action10,
CustomUIAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTextContent(String path20,
String content21)
Auto generated method signature for Asynchronous Invocations
|
String getTextContent(String path5) throws RemoteException, ExceptionException
getTextContent4
- ExceptionException
- :RemoteException
void startgetTextContent(String path5, CustomUIAdminServiceCallbackHandler callback) throws RemoteException
getTextContent4
- RemoteException
boolean isAuthorized(String path9, String action10) throws RemoteException
isAuthorized8
- RemoteException
void startisAuthorized(String path9, String action10, CustomUIAdminServiceCallbackHandler callback) throws RemoteException
isAuthorized8
- RemoteException
void addTextContent(String parentPath14, String resourceName15, String mediaType16, String description17, String content18) throws RemoteException, ExceptionException
ExceptionException
- :RemoteException
void updateTextContent(String path20, String content21) throws RemoteException, ExceptionException
ExceptionException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.