public interface ThemeMgtService
Modifier and Type | Method and Description |
---|---|
String |
addCollection(String parentPath42,
String collectionName43,
String mediaType44,
String description45)
Auto generated method signature
|
void |
addResource(String path53,
String mediaType54,
String description55,
javax.activation.DataHandler content56,
String symlinkLocation57,
String tenantPass58)
Auto generated method signature
|
void |
addTextResource(String parentPath75,
String fileName76,
String mediaType77,
String description78,
String content79)
Auto generated method signature
|
void |
applyTheme(String themeName104,
String tenantPass105)
Auto generated method signature
|
void |
delete(String pathToDelete82)
Auto generated method signature
|
String[] |
getAllPaths()
Auto generated method signature
|
String[] |
getAllThemes(String tenantPass97)
Auto generated method signature
|
CollectionContentBean |
getCollectionContent(String path85)
Auto generated method signature
|
ContentBean |
getContentBean(String path93)
Auto generated method signature
|
ContentDownloadBean |
getContentDownloadBean(String path38)
Auto generated method signature
|
MetadataBean |
getMetadata(String path119)
Auto generated method signature
|
ResourceData[] |
getResourceData(String[] paths89)
Auto generated method signature
|
ResourceTreeEntryBean |
getResourceTreeEntry(String resourcePath115)
Auto generated method signature
|
String |
getSessionResourcePath()
Auto generated method signature
|
String |
getTextContent(String path108)
Auto generated method signature
|
void |
importResource(String parentPath66,
String resourceName67,
String mediaType68,
String description69,
String fetchURL70,
String symlinkLocation71,
String tenantPass72)
Auto generated method signature
|
void |
renameResource(String parentPath61,
String oldResourcePath62,
String newResourceName63)
Auto generated method signature
|
void |
startaddCollection(String parentPath42,
String collectionName43,
String mediaType44,
String description45,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddResource(String path53,
String mediaType54,
String description55,
javax.activation.DataHandler content56,
String symlinkLocation57,
String tenantPass58,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextResource(String parentPath75,
String fileName76,
String mediaType77,
String description78,
String content79,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startapplyTheme(String themeName104,
String tenantPass105,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdelete(String pathToDelete82,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPaths(ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllThemes(String tenantPass97,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionContent(String path85,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentBean(String path93,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentDownloadBean(String path38,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMetadata(String path119,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceData(String[] paths89,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceTreeEntry(String resourcePath115,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSessionResourcePath(ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTextContent(String path108,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startimportResource(String parentPath66,
String resourceName67,
String mediaType68,
String description69,
String fetchURL70,
String symlinkLocation71,
String tenantPass72,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenameResource(String parentPath61,
String oldResourcePath62,
String newResourceName63,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTextContent(String resourcePath49,
String contentText50,
ThemeMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTextContent(String resourcePath49,
String contentText50)
Auto generated method signature
|
ContentDownloadBean getContentDownloadBean(String path38) throws RemoteException, ThemeMgtServiceExceptionException
getContentDownloadBean37
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetContentDownloadBean(String path38, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getContentDownloadBean37
- RemoteException
String addCollection(String parentPath42, String collectionName43, String mediaType44, String description45) throws RemoteException, ThemeMgtServiceExceptionException
addCollection41
- ThemeMgtServiceExceptionException
- :RemoteException
void startaddCollection(String parentPath42, String collectionName43, String mediaType44, String description45, ThemeMgtServiceCallbackHandler callback) throws RemoteException
addCollection41
- RemoteException
void updateTextContent(String resourcePath49, String contentText50) throws RemoteException, ThemeMgtServiceExceptionException
updateTextContent48
- ThemeMgtServiceExceptionException
- :RemoteException
void startupdateTextContent(String resourcePath49, String contentText50, ThemeMgtServiceCallbackHandler callback) throws RemoteException
updateTextContent48
- RemoteException
void addResource(String path53, String mediaType54, String description55, javax.activation.DataHandler content56, String symlinkLocation57, String tenantPass58) throws RemoteException, ThemeMgtServiceExceptionException
addResource52
- ThemeMgtServiceExceptionException
- :RemoteException
void startaddResource(String path53, String mediaType54, String description55, javax.activation.DataHandler content56, String symlinkLocation57, String tenantPass58, ThemeMgtServiceCallbackHandler callback) throws RemoteException
addResource52
- RemoteException
void renameResource(String parentPath61, String oldResourcePath62, String newResourceName63) throws RemoteException, ThemeMgtServiceExceptionException
renameResource60
- ThemeMgtServiceExceptionException
- :RemoteException
void startrenameResource(String parentPath61, String oldResourcePath62, String newResourceName63, ThemeMgtServiceCallbackHandler callback) throws RemoteException
renameResource60
- RemoteException
void importResource(String parentPath66, String resourceName67, String mediaType68, String description69, String fetchURL70, String symlinkLocation71, String tenantPass72) throws RemoteException, ThemeMgtServiceExceptionException
importResource65
- ThemeMgtServiceExceptionException
- :RemoteException
void startimportResource(String parentPath66, String resourceName67, String mediaType68, String description69, String fetchURL70, String symlinkLocation71, String tenantPass72, ThemeMgtServiceCallbackHandler callback) throws RemoteException
importResource65
- RemoteException
void addTextResource(String parentPath75, String fileName76, String mediaType77, String description78, String content79) throws RemoteException, ThemeMgtServiceExceptionException
addTextResource74
- ThemeMgtServiceExceptionException
- :RemoteException
void startaddTextResource(String parentPath75, String fileName76, String mediaType77, String description78, String content79, ThemeMgtServiceCallbackHandler callback) throws RemoteException
addTextResource74
- RemoteException
void delete(String pathToDelete82) throws RemoteException, ThemeMgtServiceExceptionException
delete81
- ThemeMgtServiceExceptionException
- :RemoteException
void startdelete(String pathToDelete82, ThemeMgtServiceCallbackHandler callback) throws RemoteException
delete81
- RemoteException
CollectionContentBean getCollectionContent(String path85) throws RemoteException, ThemeMgtServiceExceptionException
getCollectionContent84
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetCollectionContent(String path85, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getCollectionContent84
- RemoteException
ResourceData[] getResourceData(String[] paths89) throws RemoteException, ThemeMgtServiceExceptionException
getResourceData88
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetResourceData(String[] paths89, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getResourceData88
- RemoteException
ContentBean getContentBean(String path93) throws RemoteException, ThemeMgtServiceExceptionException
getContentBean92
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetContentBean(String path93, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getContentBean92
- RemoteException
String[] getAllThemes(String tenantPass97) throws RemoteException, ThemeMgtServiceExceptionException
getAllThemes96
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetAllThemes(String tenantPass97, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getAllThemes96
- RemoteException
String[] getAllPaths() throws RemoteException, ThemeMgtServiceExceptionException
getAllPaths100
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetAllPaths(ThemeMgtServiceCallbackHandler callback) throws RemoteException
getAllPaths100
- RemoteException
void applyTheme(String themeName104, String tenantPass105) throws RemoteException, ThemeMgtServiceExceptionException
applyTheme103
- ThemeMgtServiceExceptionException
- :RemoteException
void startapplyTheme(String themeName104, String tenantPass105, ThemeMgtServiceCallbackHandler callback) throws RemoteException
applyTheme103
- RemoteException
String getTextContent(String path108) throws RemoteException, ThemeMgtServiceExceptionException
getTextContent107
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetTextContent(String path108, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getTextContent107
- RemoteException
String getSessionResourcePath() throws RemoteException, ThemeMgtServiceExceptionException
getSessionResourcePath111
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetSessionResourcePath(ThemeMgtServiceCallbackHandler callback) throws RemoteException
getSessionResourcePath111
- RemoteException
ResourceTreeEntryBean getResourceTreeEntry(String resourcePath115) throws RemoteException, ThemeMgtServiceExceptionException
getResourceTreeEntry114
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetResourceTreeEntry(String resourcePath115, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getResourceTreeEntry114
- RemoteException
MetadataBean getMetadata(String path119) throws RemoteException, ThemeMgtServiceExceptionException
getMetadata118
- ThemeMgtServiceExceptionException
- :RemoteException
void startgetMetadata(String path119, ThemeMgtServiceCallbackHandler callback) throws RemoteException
getMetadata118
- RemoteException
Copyright © 2018 WSO2. All rights reserved.