public interface ResourceAdminService
Modifier and Type | Method and Description |
---|---|
String |
addCollection(String parentPath261,
String collectionName262,
String mediaType263,
String description264)
Auto generated method signature
|
boolean |
addExtension(String name126,
DataHandler content127)
Auto generated method signature
|
void |
addRemoteLink(String parentPath197,
String name198,
String instance199,
String targetPath200)
Auto generated method signature for Asynchronous Invocations
|
boolean |
addResource(String path172,
String mediaType173,
String description174,
DataHandler content175,
String symlinkLocation176,
ArrayOfString[] properties177)
Auto generated method signature
|
boolean |
addRolePermission(String pathToAuthorize292,
String roleToAuthorize293,
String actionToAuthorize294,
String permissionType295)
Auto generated method signature
|
void |
addSymbolicLink(String parentPath145,
String name146,
String targetPath147)
Auto generated method signature for Asynchronous Invocations
|
boolean |
addTextContent(String parentPath253,
String fileName254,
String mediaType255,
String description256,
String content257)
Auto generated method signature
|
boolean |
addTextResource(String parentPath118,
String fileName119,
String mediaType120,
String description121,
String content122)
Auto generated method signature
|
boolean |
addUserPermission(String pathToAuthorize243,
String userToAuthorize244,
String actionToAuthorize245,
String permissionType246)
Auto generated method signature
|
boolean |
changeRolePermissions(String resourcePath279,
String permissionsInput280)
Auto generated method signature
|
boolean |
changeUserPermissions(String resourcePath202,
String permissionInput203)
Auto generated method signature
|
boolean |
copyResource(String parentPath162,
String oldResourcePath163,
String destinationPath164,
String resourceName165)
Auto generated method signature
|
boolean |
createVersion(String resourcePath93)
Auto generated method signature
|
boolean |
delete(String pathToDelete131)
Auto generated method signature
|
boolean |
deleteVersionHistory(String path140,
String snapshotId141)
Auto generated method signature
|
CollectionContentBean |
getCollectionContent(String path288)
Auto generated method signature
|
String |
getCollectionMediatypeDefinitions()
Auto generated method signature
|
ContentBean |
getContentBean(String path284)
Auto generated method signature
|
ContentDownloadBean |
getContentDownloadBean(String path239)
Auto generated method signature
|
String |
getCustomUIMediatypeDefinitions()
Auto generated method signature
|
String |
getHumanReadableMediaTypes()
Auto generated method signature
|
String |
getMediatypeDefinitions()
Auto generated method signature
|
MetadataBean |
getMetadata(String path109)
Auto generated method signature
|
String |
getMimeTypeFromHuman(String mediaType272)
Auto generated method signature
|
PermissionBean |
getPermissions(String path188)
Auto generated method signature
|
String |
getProperty(String resourcePath113,
String key114)
Auto generated method signature
|
ResourceData[] |
getResourceData(String[] paths228)
Auto generated method signature
|
ResourceTreeEntryBean |
getResourceTreeEntry(String resourcePath181)
Auto generated method signature
|
String |
getSessionResourcePath()
Auto generated method signature
|
String |
getTextContent(String path268)
Auto generated method signature
|
VersionsBean |
getVersionsBean(String path218)
Auto generated method signature
|
ContentDownloadBean |
getZipWithDependencies(String path207)
Auto generated method signature
|
boolean |
hasAssociations(String path104,
String type105)
Auto generated method signature
|
boolean |
importResource(String parentPath152,
String resourceName153,
String mediaType154,
String description155,
String fetchURL156,
String symlinkLocation157,
ArrayOfString[] properties158)
Auto generated method signature
|
String[] |
listExtensions()
Auto generated method signature
|
boolean |
moveResource(String parentPath97,
String oldResourcePath98,
String destinationPath99,
String resourceName100)
Auto generated method signature
|
boolean |
removeExtension(String name232)
Auto generated method signature
|
boolean |
renameResource(String parentPath222,
String oldResourcePath223,
String newResourceName224)
Auto generated method signature
|
boolean |
restoreVersion(String versionPath211)
Auto generated method signature
|
void |
setDescription(String path276,
String description277)
Auto generated method signature for Asynchronous Invocations
|
void |
setSessionResourcePath(String resourcePath135)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddCollection(String parentPath261,
String collectionName262,
String mediaType263,
String description264,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddExtension(String name126,
DataHandler content127,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddResource(String path172,
String mediaType173,
String description174,
DataHandler content175,
String symlinkLocation176,
ArrayOfString[] properties177,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddRolePermission(String pathToAuthorize292,
String roleToAuthorize293,
String actionToAuthorize294,
String permissionType295,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextContent(String parentPath253,
String fileName254,
String mediaType255,
String description256,
String content257,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextResource(String parentPath118,
String fileName119,
String mediaType120,
String description121,
String content122,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddUserPermission(String pathToAuthorize243,
String userToAuthorize244,
String actionToAuthorize245,
String permissionType246,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangeRolePermissions(String resourcePath279,
String permissionsInput280,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangeUserPermissions(String resourcePath202,
String permissionInput203,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcopyResource(String parentPath162,
String oldResourcePath163,
String destinationPath164,
String resourceName165,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcreateVersion(String resourcePath93,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdelete(String pathToDelete131,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteVersionHistory(String path140,
String snapshotId141,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionContent(String path288,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentBean(String path284,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentDownloadBean(String path239,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCustomUIMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHumanReadableMediaTypes(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMetadata(String path109,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMimeTypeFromHuman(String mediaType272,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPermissions(String path188,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetProperty(String resourcePath113,
String key114,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceData(String[] paths228,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceTreeEntry(String resourcePath181,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSessionResourcePath(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTextContent(String path268,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetVersionsBean(String path218,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetZipWithDependencies(String path207,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starthasAssociations(String path104,
String type105,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startimportResource(String parentPath152,
String resourceName153,
String mediaType154,
String description155,
String fetchURL156,
String symlinkLocation157,
ArrayOfString[] properties158,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistExtensions(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startmoveResource(String parentPath97,
String oldResourcePath98,
String destinationPath99,
String resourceName100,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveExtension(String name232,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenameResource(String parentPath222,
String oldResourcePath223,
String newResourceName224,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrestoreVersion(String versionPath211,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTextContent(String resourcePath192,
String contentText193,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateMediaType(String path137,
String mediaType138)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateTextContent(String resourcePath192,
String contentText193)
Auto generated method signature
|
boolean createVersion(String resourcePath93) throws RemoteException, ResourceAdminServiceExceptionException
createVersion92
- ResourceAdminServiceExceptionException
- :RemoteException
void startcreateVersion(String resourcePath93, ResourceAdminServiceCallbackHandler callback) throws RemoteException
createVersion92
- RemoteException
boolean moveResource(String parentPath97, String oldResourcePath98, String destinationPath99, String resourceName100) throws RemoteException, ResourceAdminServiceExceptionException
moveResource96
- ResourceAdminServiceExceptionException
- :RemoteException
void startmoveResource(String parentPath97, String oldResourcePath98, String destinationPath99, String resourceName100, ResourceAdminServiceCallbackHandler callback) throws RemoteException
moveResource96
- RemoteException
boolean hasAssociations(String path104, String type105) throws RemoteException, ResourceAdminServiceExceptionException
hasAssociations103
- ResourceAdminServiceExceptionException
- :RemoteException
void starthasAssociations(String path104, String type105, ResourceAdminServiceCallbackHandler callback) throws RemoteException
hasAssociations103
- RemoteException
MetadataBean getMetadata(String path109) throws RemoteException, ResourceAdminServiceExceptionException
getMetadata108
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetMetadata(String path109, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getMetadata108
- RemoteException
String getProperty(String resourcePath113, String key114) throws RemoteException, ResourceAdminServiceExceptionException
getProperty112
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetProperty(String resourcePath113, String key114, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getProperty112
- RemoteException
boolean addTextResource(String parentPath118, String fileName119, String mediaType120, String description121, String content122) throws RemoteException, ResourceAdminServiceExceptionException
addTextResource117
- ResourceAdminServiceExceptionException
- :RemoteException
void startaddTextResource(String parentPath118, String fileName119, String mediaType120, String description121, String content122, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addTextResource117
- RemoteException
boolean addExtension(String name126, DataHandler content127) throws RemoteException, ResourceAdminServiceExceptionException
addExtension125
- ResourceAdminServiceExceptionException
- :RemoteException
void startaddExtension(String name126, DataHandler content127, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addExtension125
- RemoteException
boolean delete(String pathToDelete131) throws RemoteException, ResourceAdminServiceExceptionException
delete130
- ResourceAdminServiceExceptionException
- :RemoteException
void startdelete(String pathToDelete131, ResourceAdminServiceCallbackHandler callback) throws RemoteException
delete130
- RemoteException
void setSessionResourcePath(String resourcePath135) throws RemoteException, ResourceAdminServiceExceptionException
void updateMediaType(String path137, String mediaType138) throws RemoteException, ResourceAdminServiceExceptionException
boolean deleteVersionHistory(String path140, String snapshotId141) throws RemoteException, ResourceAdminServiceExceptionException
deleteVersionHistory139
- ResourceAdminServiceExceptionException
- :RemoteException
void startdeleteVersionHistory(String path140, String snapshotId141, ResourceAdminServiceCallbackHandler callback) throws RemoteException
deleteVersionHistory139
- RemoteException
void addSymbolicLink(String parentPath145, String name146, String targetPath147) throws RemoteException, ResourceAdminServiceExceptionException
String getMediatypeDefinitions() throws RemoteException, ResourceAdminServiceExceptionException
getMediatypeDefinitions148
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
getMediatypeDefinitions148
- RemoteException
boolean importResource(String parentPath152, String resourceName153, String mediaType154, String description155, String fetchURL156, String symlinkLocation157, ArrayOfString[] properties158) throws RemoteException, ResourceAdminServiceExceptionException
importResource151
- ResourceAdminServiceExceptionException
- :RemoteException
void startimportResource(String parentPath152, String resourceName153, String mediaType154, String description155, String fetchURL156, String symlinkLocation157, ArrayOfString[] properties158, ResourceAdminServiceCallbackHandler callback) throws RemoteException
importResource151
- RemoteException
boolean copyResource(String parentPath162, String oldResourcePath163, String destinationPath164, String resourceName165) throws RemoteException, ResourceAdminServiceExceptionException
copyResource161
- ResourceAdminServiceExceptionException
- :RemoteException
void startcopyResource(String parentPath162, String oldResourcePath163, String destinationPath164, String resourceName165, ResourceAdminServiceCallbackHandler callback) throws RemoteException
copyResource161
- RemoteException
String[] listExtensions() throws RemoteException, ResourceAdminServiceExceptionException
listExtensions168
- ResourceAdminServiceExceptionException
- :RemoteException
void startlistExtensions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
listExtensions168
- RemoteException
boolean addResource(String path172, String mediaType173, String description174, DataHandler content175, String symlinkLocation176, ArrayOfString[] properties177) throws RemoteException, ResourceAdminServiceExceptionException
addResource171
- ResourceAdminServiceExceptionException
- :RemoteException
void startaddResource(String path172, String mediaType173, String description174, DataHandler content175, String symlinkLocation176, ArrayOfString[] properties177, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addResource171
- RemoteException
ResourceTreeEntryBean getResourceTreeEntry(String resourcePath181) throws RemoteException, ResourceAdminServiceExceptionException
getResourceTreeEntry180
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetResourceTreeEntry(String resourcePath181, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getResourceTreeEntry180
- RemoteException
String getCustomUIMediatypeDefinitions() throws RemoteException, ResourceAdminServiceExceptionException
getCustomUIMediatypeDefinitions184
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetCustomUIMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
getCustomUIMediatypeDefinitions184
- RemoteException
PermissionBean getPermissions(String path188) throws RemoteException, ResourceAdminServiceExceptionException
getPermissions187
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetPermissions(String path188, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getPermissions187
- RemoteException
boolean updateTextContent(String resourcePath192, String contentText193) throws RemoteException, ResourceAdminServiceExceptionException
updateTextContent191
- ResourceAdminServiceExceptionException
- :RemoteException
void startupdateTextContent(String resourcePath192, String contentText193, ResourceAdminServiceCallbackHandler callback) throws RemoteException
updateTextContent191
- RemoteException
void addRemoteLink(String parentPath197, String name198, String instance199, String targetPath200) throws RemoteException, ResourceAdminServiceExceptionException
boolean changeUserPermissions(String resourcePath202, String permissionInput203) throws RemoteException, ResourceAdminServiceExceptionException
changeUserPermissions201
- ResourceAdminServiceExceptionException
- :RemoteException
void startchangeUserPermissions(String resourcePath202, String permissionInput203, ResourceAdminServiceCallbackHandler callback) throws RemoteException
changeUserPermissions201
- RemoteException
ContentDownloadBean getZipWithDependencies(String path207) throws RemoteException, ResourceAdminServiceExceptionException
getZipWithDependencies206
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetZipWithDependencies(String path207, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getZipWithDependencies206
- RemoteException
boolean restoreVersion(String versionPath211) throws RemoteException, ResourceAdminServiceExceptionException
restoreVersion210
- ResourceAdminServiceExceptionException
- :RemoteException
void startrestoreVersion(String versionPath211, ResourceAdminServiceCallbackHandler callback) throws RemoteException
restoreVersion210
- RemoteException
String getHumanReadableMediaTypes() throws RemoteException, ResourceAdminServiceExceptionException
getHumanReadableMediaTypes214
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetHumanReadableMediaTypes(ResourceAdminServiceCallbackHandler callback) throws RemoteException
getHumanReadableMediaTypes214
- RemoteException
VersionsBean getVersionsBean(String path218) throws RemoteException, ResourceAdminServiceExceptionException
getVersionsBean217
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetVersionsBean(String path218, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getVersionsBean217
- RemoteException
boolean renameResource(String parentPath222, String oldResourcePath223, String newResourceName224) throws RemoteException, ResourceAdminServiceExceptionException
renameResource221
- ResourceAdminServiceExceptionException
- :RemoteException
void startrenameResource(String parentPath222, String oldResourcePath223, String newResourceName224, ResourceAdminServiceCallbackHandler callback) throws RemoteException
renameResource221
- RemoteException
ResourceData[] getResourceData(String[] paths228) throws RemoteException, ResourceAdminServiceExceptionException
getResourceData227
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetResourceData(String[] paths228, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getResourceData227
- RemoteException
boolean removeExtension(String name232) throws RemoteException, ResourceAdminServiceExceptionException
removeExtension231
- ResourceAdminServiceExceptionException
- :RemoteException
void startremoveExtension(String name232, ResourceAdminServiceCallbackHandler callback) throws RemoteException
removeExtension231
- RemoteException
String getSessionResourcePath() throws RemoteException, ResourceAdminServiceExceptionException
getSessionResourcePath235
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetSessionResourcePath(ResourceAdminServiceCallbackHandler callback) throws RemoteException
getSessionResourcePath235
- RemoteException
ContentDownloadBean getContentDownloadBean(String path239) throws RemoteException, ResourceAdminServiceExceptionException
getContentDownloadBean238
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetContentDownloadBean(String path239, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getContentDownloadBean238
- RemoteException
boolean addUserPermission(String pathToAuthorize243, String userToAuthorize244, String actionToAuthorize245, String permissionType246) throws RemoteException, ResourceAdminServiceResourceServiceExceptionException
addUserPermission242
- ResourceAdminServiceResourceServiceExceptionException
- :RemoteException
void startaddUserPermission(String pathToAuthorize243, String userToAuthorize244, String actionToAuthorize245, String permissionType246, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addUserPermission242
- RemoteException
String getCollectionMediatypeDefinitions() throws RemoteException, ResourceAdminServiceExceptionException
getCollectionMediatypeDefinitions249
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetCollectionMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
getCollectionMediatypeDefinitions249
- RemoteException
boolean addTextContent(String parentPath253, String fileName254, String mediaType255, String description256, String content257) throws RemoteException, ResourceAdminServiceExceptionException
addTextContent252
- ResourceAdminServiceExceptionException
- :RemoteException
void startaddTextContent(String parentPath253, String fileName254, String mediaType255, String description256, String content257, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addTextContent252
- RemoteException
String addCollection(String parentPath261, String collectionName262, String mediaType263, String description264) throws RemoteException, ResourceAdminServiceExceptionException
addCollection260
- ResourceAdminServiceExceptionException
- :RemoteException
void startaddCollection(String parentPath261, String collectionName262, String mediaType263, String description264, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addCollection260
- RemoteException
String getTextContent(String path268) throws RemoteException, ResourceAdminServiceExceptionException
getTextContent267
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetTextContent(String path268, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getTextContent267
- RemoteException
String getMimeTypeFromHuman(String mediaType272) throws RemoteException, ResourceAdminServiceExceptionException
getMimeTypeFromHuman271
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetMimeTypeFromHuman(String mediaType272, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getMimeTypeFromHuman271
- RemoteException
void setDescription(String path276, String description277) throws RemoteException, ResourceAdminServiceExceptionException
boolean changeRolePermissions(String resourcePath279, String permissionsInput280) throws RemoteException, ResourceAdminServiceExceptionException
changeRolePermissions278
- ResourceAdminServiceExceptionException
- :RemoteException
void startchangeRolePermissions(String resourcePath279, String permissionsInput280, ResourceAdminServiceCallbackHandler callback) throws RemoteException
changeRolePermissions278
- RemoteException
ContentBean getContentBean(String path284) throws RemoteException, ResourceAdminServiceExceptionException
getContentBean283
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetContentBean(String path284, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getContentBean283
- RemoteException
CollectionContentBean getCollectionContent(String path288) throws RemoteException, ResourceAdminServiceExceptionException
getCollectionContent287
- ResourceAdminServiceExceptionException
- :RemoteException
void startgetCollectionContent(String path288, ResourceAdminServiceCallbackHandler callback) throws RemoteException
getCollectionContent287
- RemoteException
boolean addRolePermission(String pathToAuthorize292, String roleToAuthorize293, String actionToAuthorize294, String permissionType295) throws RemoteException, ResourceAdminServiceResourceServiceExceptionException
addRolePermission291
- ResourceAdminServiceResourceServiceExceptionException
- :RemoteException
void startaddRolePermission(String pathToAuthorize292, String roleToAuthorize293, String actionToAuthorize294, String permissionType295, ResourceAdminServiceCallbackHandler callback) throws RemoteException
addRolePermission291
- RemoteException
Copyright © 2017 WSO2. All rights reserved.