public interface ThemeMgtService
Modifier and Type | Method and Description |
---|---|
String |
addCollection(String parentPath62,
String collectionName63,
String mediaType64,
String description65)
Auto generated method signature
|
void |
addResource(String path54,
String mediaType55,
String description56,
javax.activation.DataHandler content57,
String symlinkLocation58,
String tenantPass59)
Auto generated method signature
|
void |
addTextResource(String parentPath108,
String fileName109,
String mediaType110,
String description111,
String content112)
Auto generated method signature
|
void |
applyTheme(String themeName81,
String tenantPass82)
Auto generated method signature
|
void |
delete(String pathToDelete38)
Auto generated method signature
|
String[] |
getAllPaths()
Auto generated method signature
|
String[] |
getAllThemes(String tenantPass69)
Auto generated method signature
|
CollectionContentBean |
getCollectionContent(String path104)
Auto generated method signature
|
ContentBean |
getContentBean(String path77)
Auto generated method signature
|
ContentDownloadBean |
getContentDownloadBean(String path46)
Auto generated method signature
|
MetadataBean |
getMetadata(String path50)
Auto generated method signature
|
ResourceData[] |
getResourceData(String[] paths100)
Auto generated method signature
|
ResourceTreeEntryBean |
getResourceTreeEntry(String resourcePath119)
Auto generated method signature
|
String |
getSessionResourcePath()
Auto generated method signature
|
String |
getTextContent(String path115)
Auto generated method signature
|
void |
importResource(String parentPath91,
String resourceName92,
String mediaType93,
String description94,
String fetchURL95,
String symlinkLocation96,
String tenantPass97)
Auto generated method signature
|
void |
renameResource(String parentPath41,
String oldResourcePath42,
String newResourceName43)
Auto generated method signature
|
void |
startaddCollection(String parentPath62,
String collectionName63,
String mediaType64,
String description65,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddResource(String path54,
String mediaType55,
String description56,
javax.activation.DataHandler content57,
String symlinkLocation58,
String tenantPass59,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextResource(String parentPath108,
String fileName109,
String mediaType110,
String description111,
String content112,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startapplyTheme(String themeName81,
String tenantPass82,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdelete(String pathToDelete38,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPaths(ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllThemes(String tenantPass69,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionContent(String path104,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentBean(String path77,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentDownloadBean(String path46,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMetadata(String path50,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceData(String[] paths100,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceTreeEntry(String resourcePath119,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSessionResourcePath(ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTextContent(String path115,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startimportResource(String parentPath91,
String resourceName92,
String mediaType93,
String description94,
String fetchURL95,
String symlinkLocation96,
String tenantPass97,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenameResource(String parentPath41,
String oldResourcePath42,
String newResourceName43,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTextContent(String resourcePath73,
String contentText74,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTextContent(String resourcePath73,
String contentText74)
Auto generated method signature
|
void delete(String pathToDelete38) throws RemoteException, ThemeMgtServiceExceptionException
delete37
- ThemeMgtServiceExceptionException
- :RemoteException
void startdelete(String pathToDelete38, ThemeMgtServiceCallbackHandler callback) throws RemoteException
delete37
- RemoteException
void renameResource(String parentPath41, String oldResourcePath42, String newResourceName43) throws RemoteException, ThemeMgtServiceExceptionException
renameResource40
- ThemeMgtServiceExceptionException
- :RemoteException
void startrenameResource(String parentPath41, String oldResourcePath42, String newResourceName43, ThemeMgtServiceCallbackHandler callback) throws RemoteException
renameResource40
- RemoteException
ContentDownloadBean getContentDownloadBean(String path46) throws RemoteException, ThemeMgtServiceExceptionException
getContentDownloadBean45
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetContentDownloadBean(String path46, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getContentDownloadBean45
- RemoteException
MetadataBean getMetadata(String path50) throws RemoteException, ThemeMgtServiceExceptionException
getMetadata49
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetMetadata(String path50, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getMetadata49
- RemoteException
void addResource(String path54, String mediaType55, String description56, javax.activation.DataHandler content57, String symlinkLocation58, String tenantPass59) throws RemoteException, ThemeMgtServiceExceptionException
addResource53
- ThemeMgtServiceExceptionException
- :RemoteException
void startaddResource(String path54, String mediaType55, String description56, javax.activation.DataHandler content57, String symlinkLocation58, String tenantPass59, ThemeMgtServiceCallbackHandler callback) throws RemoteException
addResource53
- RemoteException
String addCollection(String parentPath62, String collectionName63, String mediaType64, String description65) throws RemoteException, ThemeMgtServiceExceptionException
addCollection61
- ThemeMgtServiceExceptionException
- :RemoteException
void startaddCollection(String parentPath62, String collectionName63, String mediaType64, String description65, ThemeMgtServiceCallbackHandler callback) throws RemoteException
addCollection61
- RemoteException
String[] getAllThemes(String tenantPass69) throws RemoteException, ThemeMgtServiceExceptionException
getAllThemes68
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetAllThemes(String tenantPass69, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getAllThemes68
- RemoteException
void updateTextContent(String resourcePath73, String contentText74) throws RemoteException, ThemeMgtServiceExceptionException
updateTextContent72
- ThemeMgtServiceExceptionException
- :RemoteException
void startupdateTextContent(String resourcePath73, String contentText74, ThemeMgtServiceCallbackHandler callback) throws RemoteException
updateTextContent72
- RemoteException
ContentBean getContentBean(String path77) throws RemoteException, ThemeMgtServiceExceptionException
getContentBean76
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetContentBean(String path77, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getContentBean76
- RemoteException
void applyTheme(String themeName81, String tenantPass82) throws RemoteException, ThemeMgtServiceExceptionException
applyTheme80
- ThemeMgtServiceExceptionException
- :RemoteException
void startapplyTheme(String themeName81, String tenantPass82, ThemeMgtServiceCallbackHandler callback) throws RemoteException
applyTheme80
- RemoteException
String[] getAllPaths() throws RemoteException, ThemeMgtServiceExceptionException
getAllPaths84
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetAllPaths(ThemeMgtServiceCallbackHandler callback) throws RemoteException
getAllPaths84
- RemoteException
String getSessionResourcePath() throws RemoteException, ThemeMgtServiceExceptionException
getSessionResourcePath87
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetSessionResourcePath(ThemeMgtServiceCallbackHandler callback) throws RemoteException
getSessionResourcePath87
- RemoteException
void importResource(String parentPath91, String resourceName92, String mediaType93, String description94, String fetchURL95, String symlinkLocation96, String tenantPass97) throws RemoteException, ThemeMgtServiceExceptionException
importResource90
- ThemeMgtServiceExceptionException
- :RemoteException
void startimportResource(String parentPath91, String resourceName92, String mediaType93, String description94, String fetchURL95, String symlinkLocation96, String tenantPass97, ThemeMgtServiceCallbackHandler callback) throws RemoteException
importResource90
- RemoteException
ResourceData[] getResourceData(String[] paths100) throws RemoteException, ThemeMgtServiceExceptionException
getResourceData99
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetResourceData(String[] paths100, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getResourceData99
- RemoteException
CollectionContentBean getCollectionContent(String path104) throws RemoteException, ThemeMgtServiceExceptionException
getCollectionContent103
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetCollectionContent(String path104, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getCollectionContent103
- RemoteException
void addTextResource(String parentPath108, String fileName109, String mediaType110, String description111, String content112) throws RemoteException, ThemeMgtServiceExceptionException
addTextResource107
- ThemeMgtServiceExceptionException
- :RemoteException
void startaddTextResource(String parentPath108, String fileName109, String mediaType110, String description111, String content112, ThemeMgtServiceCallbackHandler callback) throws RemoteException
addTextResource107
- RemoteException
String getTextContent(String path115) throws RemoteException, ThemeMgtServiceExceptionException
getTextContent114
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetTextContent(String path115, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getTextContent114
- RemoteException
ResourceTreeEntryBean getResourceTreeEntry(String resourcePath119) throws RemoteException, ThemeMgtServiceExceptionException
getResourceTreeEntry118
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetResourceTreeEntry(String resourcePath119, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getResourceTreeEntry118
- RemoteException
Copyright © 2017 WSO2. All rights reserved.