public class ResourceAdminServiceStub extends org.apache.axis2.client.Stub implements ResourceAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
ResourceAdminServiceStub()
Default Constructor
|
ResourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
ResourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
ResourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
ResourceAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
String |
addCollection(String parentPath467,
String collectionName468,
String mediaType469,
String description470)
Auto generated method signature
|
boolean |
addExtension(String name332,
DataHandler content333)
Auto generated method signature
|
void |
addRemoteLink(String parentPath403,
String name404,
String instance405,
String targetPath406)
Auto generated method signature
|
boolean |
addResource(String path378,
String mediaType379,
String description380,
DataHandler content381,
String symlinkLocation382,
ArrayOfString[] properties383)
Auto generated method signature
|
boolean |
addRolePermission(String pathToAuthorize498,
String roleToAuthorize499,
String actionToAuthorize500,
String permissionType501)
Auto generated method signature
|
void |
addSymbolicLink(String parentPath351,
String name352,
String targetPath353)
Auto generated method signature
|
boolean |
addTextContent(String parentPath459,
String fileName460,
String mediaType461,
String description462,
String content463)
Auto generated method signature
|
boolean |
addTextResource(String parentPath324,
String fileName325,
String mediaType326,
String description327,
String content328)
Auto generated method signature
|
boolean |
addUserPermission(String pathToAuthorize449,
String userToAuthorize450,
String actionToAuthorize451,
String permissionType452)
Auto generated method signature
|
boolean |
changeRolePermissions(String resourcePath485,
String permissionsInput486)
Auto generated method signature
|
boolean |
changeUserPermissions(String resourcePath408,
String permissionInput409)
Auto generated method signature
|
boolean |
copyResource(String parentPath368,
String oldResourcePath369,
String destinationPath370,
String resourceName371)
Auto generated method signature
|
boolean |
createVersion(String resourcePath299)
Auto generated method signature
|
boolean |
delete(String pathToDelete337)
Auto generated method signature
|
boolean |
deleteVersionHistory(String path346,
String snapshotId347)
Auto generated method signature
|
CollectionContentBean |
getCollectionContent(String path494)
Auto generated method signature
|
String |
getCollectionMediatypeDefinitions()
Auto generated method signature
|
ContentBean |
getContentBean(String path490)
Auto generated method signature
|
ContentDownloadBean |
getContentDownloadBean(String path445)
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 path315)
Auto generated method signature
|
String |
getMimeTypeFromHuman(String mediaType478)
Auto generated method signature
|
PermissionBean |
getPermissions(String path394)
Auto generated method signature
|
String |
getProperty(String resourcePath319,
String key320)
Auto generated method signature
|
ResourceData[] |
getResourceData(String[] paths434)
Auto generated method signature
|
ResourceTreeEntryBean |
getResourceTreeEntry(String resourcePath387)
Auto generated method signature
|
String |
getSessionResourcePath()
Auto generated method signature
|
String |
getTextContent(String path474)
Auto generated method signature
|
VersionsBean |
getVersionsBean(String path424)
Auto generated method signature
|
ContentDownloadBean |
getZipWithDependencies(String path413)
Auto generated method signature
|
boolean |
hasAssociations(String path310,
String type311)
Auto generated method signature
|
boolean |
importResource(String parentPath358,
String resourceName359,
String mediaType360,
String description361,
String fetchURL362,
String symlinkLocation363,
ArrayOfString[] properties364)
Auto generated method signature
|
String[] |
listExtensions()
Auto generated method signature
|
boolean |
moveResource(String parentPath303,
String oldResourcePath304,
String destinationPath305,
String resourceName306)
Auto generated method signature
|
boolean |
removeExtension(String name438)
Auto generated method signature
|
boolean |
renameResource(String parentPath428,
String oldResourcePath429,
String newResourceName430)
Auto generated method signature
|
boolean |
restoreVersion(String versionPath417)
Auto generated method signature
|
void |
setDescription(String path482,
String description483)
Auto generated method signature
|
void |
setSessionResourcePath(String resourcePath341)
Auto generated method signature
|
void |
startaddCollection(String parentPath467,
String collectionName468,
String mediaType469,
String description470,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddExtension(String name332,
DataHandler content333,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddResource(String path378,
String mediaType379,
String description380,
DataHandler content381,
String symlinkLocation382,
ArrayOfString[] properties383,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddRolePermission(String pathToAuthorize498,
String roleToAuthorize499,
String actionToAuthorize500,
String permissionType501,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextContent(String parentPath459,
String fileName460,
String mediaType461,
String description462,
String content463,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTextResource(String parentPath324,
String fileName325,
String mediaType326,
String description327,
String content328,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddUserPermission(String pathToAuthorize449,
String userToAuthorize450,
String actionToAuthorize451,
String permissionType452,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangeRolePermissions(String resourcePath485,
String permissionsInput486,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startchangeUserPermissions(String resourcePath408,
String permissionInput409,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcopyResource(String parentPath368,
String oldResourcePath369,
String destinationPath370,
String resourceName371,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcreateVersion(String resourcePath299,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdelete(String pathToDelete337,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteVersionHistory(String path346,
String snapshotId347,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionContent(String path494,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCollectionMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentBean(String path490,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetContentDownloadBean(String path445,
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 path315,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMimeTypeFromHuman(String mediaType478,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPermissions(String path394,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetProperty(String resourcePath319,
String key320,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceData(String[] paths434,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceTreeEntry(String resourcePath387,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSessionResourcePath(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTextContent(String path474,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetVersionsBean(String path424,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetZipWithDependencies(String path413,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starthasAssociations(String path310,
String type311,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startimportResource(String parentPath358,
String resourceName359,
String mediaType360,
String description361,
String fetchURL362,
String symlinkLocation363,
ArrayOfString[] properties364,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistExtensions(ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startmoveResource(String parentPath303,
String oldResourcePath304,
String destinationPath305,
String resourceName306,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveExtension(String name438,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenameResource(String parentPath428,
String oldResourcePath429,
String newResourceName430,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrestoreVersion(String versionPath417,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTextContent(String resourcePath398,
String contentText399,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateMediaType(String path343,
String mediaType344)
Auto generated method signature
|
boolean |
updateTextContent(String resourcePath398,
String contentText399)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public ResourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ResourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ResourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ResourceAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ResourceAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean createVersion(String resourcePath299) throws RemoteException, ResourceAdminServiceExceptionException
createVersion
in interface ResourceAdminService
createVersion298
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.createVersion(java.lang.String)
public void startcreateVersion(String resourcePath299, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startcreateVersion
in interface ResourceAdminService
createVersion298
- RemoteException
ResourceAdminService.startcreateVersion(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean moveResource(String parentPath303, String oldResourcePath304, String destinationPath305, String resourceName306) throws RemoteException, ResourceAdminServiceExceptionException
moveResource
in interface ResourceAdminService
moveResource302
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.moveResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startmoveResource(String parentPath303, String oldResourcePath304, String destinationPath305, String resourceName306, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startmoveResource
in interface ResourceAdminService
moveResource302
- RemoteException
ResourceAdminService.startmoveResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean hasAssociations(String path310, String type311) throws RemoteException, ResourceAdminServiceExceptionException
hasAssociations
in interface ResourceAdminService
hasAssociations309
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.hasAssociations(java.lang.String, java.lang.String)
public void starthasAssociations(String path310, String type311, ResourceAdminServiceCallbackHandler callback) throws RemoteException
starthasAssociations
in interface ResourceAdminService
hasAssociations309
- RemoteException
ResourceAdminService.starthasAssociations(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public MetadataBean getMetadata(String path315) throws RemoteException, ResourceAdminServiceExceptionException
getMetadata
in interface ResourceAdminService
getMetadata314
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getMetadata(java.lang.String)
public void startgetMetadata(String path315, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetMetadata
in interface ResourceAdminService
getMetadata314
- RemoteException
ResourceAdminService.startgetMetadata(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getProperty(String resourcePath319, String key320) throws RemoteException, ResourceAdminServiceExceptionException
getProperty
in interface ResourceAdminService
getProperty318
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getProperty(java.lang.String, java.lang.String)
public void startgetProperty(String resourcePath319, String key320, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetProperty
in interface ResourceAdminService
getProperty318
- RemoteException
ResourceAdminService.startgetProperty(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean addTextResource(String parentPath324, String fileName325, String mediaType326, String description327, String content328) throws RemoteException, ResourceAdminServiceExceptionException
addTextResource
in interface ResourceAdminService
addTextResource323
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.addTextResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddTextResource(String parentPath324, String fileName325, String mediaType326, String description327, String content328, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddTextResource
in interface ResourceAdminService
addTextResource323
- RemoteException
ResourceAdminService.startaddTextResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean addExtension(String name332, DataHandler content333) throws RemoteException, ResourceAdminServiceExceptionException
addExtension
in interface ResourceAdminService
addExtension331
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.addExtension(java.lang.String, javax.activation.DataHandler)
public void startaddExtension(String name332, DataHandler content333, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddExtension
in interface ResourceAdminService
addExtension331
- RemoteException
ResourceAdminService.startaddExtension(java.lang.String, javax.activation.DataHandler, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean delete(String pathToDelete337) throws RemoteException, ResourceAdminServiceExceptionException
delete
in interface ResourceAdminService
delete336
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.delete(java.lang.String)
public void startdelete(String pathToDelete337, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startdelete
in interface ResourceAdminService
delete336
- RemoteException
ResourceAdminService.startdelete(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public void setSessionResourcePath(String resourcePath341) throws RemoteException, ResourceAdminServiceExceptionException
setSessionResourcePath
in interface ResourceAdminService
ResourceAdminServiceExceptionException
- :RemoteException
public void updateMediaType(String path343, String mediaType344) throws RemoteException, ResourceAdminServiceExceptionException
updateMediaType
in interface ResourceAdminService
ResourceAdminServiceExceptionException
- :RemoteException
public boolean deleteVersionHistory(String path346, String snapshotId347) throws RemoteException, ResourceAdminServiceExceptionException
deleteVersionHistory
in interface ResourceAdminService
deleteVersionHistory345
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.deleteVersionHistory(java.lang.String, java.lang.String)
public void startdeleteVersionHistory(String path346, String snapshotId347, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startdeleteVersionHistory
in interface ResourceAdminService
deleteVersionHistory345
- RemoteException
ResourceAdminService.startdeleteVersionHistory(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public void addSymbolicLink(String parentPath351, String name352, String targetPath353) throws RemoteException, ResourceAdminServiceExceptionException
addSymbolicLink
in interface ResourceAdminService
ResourceAdminServiceExceptionException
- :RemoteException
public String getMediatypeDefinitions() throws RemoteException, ResourceAdminServiceExceptionException
getMediatypeDefinitions
in interface ResourceAdminService
getMediatypeDefinitions354
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getMediatypeDefinitions()
public void startgetMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetMediatypeDefinitions
in interface ResourceAdminService
getMediatypeDefinitions354
- RemoteException
ResourceAdminService.startgetMediatypeDefinitions(org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean importResource(String parentPath358, String resourceName359, String mediaType360, String description361, String fetchURL362, String symlinkLocation363, ArrayOfString[] properties364) throws RemoteException, ResourceAdminServiceExceptionException
importResource
in interface ResourceAdminService
importResource357
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.importResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.services.ArrayOfString[])
public void startimportResource(String parentPath358, String resourceName359, String mediaType360, String description361, String fetchURL362, String symlinkLocation363, ArrayOfString[] properties364, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startimportResource
in interface ResourceAdminService
importResource357
- RemoteException
ResourceAdminService.startimportResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.services.ArrayOfString[], org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean copyResource(String parentPath368, String oldResourcePath369, String destinationPath370, String resourceName371) throws RemoteException, ResourceAdminServiceExceptionException
copyResource
in interface ResourceAdminService
copyResource367
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.copyResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startcopyResource(String parentPath368, String oldResourcePath369, String destinationPath370, String resourceName371, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startcopyResource
in interface ResourceAdminService
copyResource367
- RemoteException
ResourceAdminService.startcopyResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String[] listExtensions() throws RemoteException, ResourceAdminServiceExceptionException
listExtensions
in interface ResourceAdminService
listExtensions374
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.listExtensions()
public void startlistExtensions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
startlistExtensions
in interface ResourceAdminService
listExtensions374
- RemoteException
ResourceAdminService.startlistExtensions(org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean addResource(String path378, String mediaType379, String description380, DataHandler content381, String symlinkLocation382, ArrayOfString[] properties383) throws RemoteException, ResourceAdminServiceExceptionException
addResource
in interface ResourceAdminService
addResource377
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.addResource(java.lang.String, java.lang.String, java.lang.String, javax.activation.DataHandler, java.lang.String, org.wso2.carbon.registry.resource.stub.services.ArrayOfString[])
public void startaddResource(String path378, String mediaType379, String description380, DataHandler content381, String symlinkLocation382, ArrayOfString[] properties383, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddResource
in interface ResourceAdminService
addResource377
- RemoteException
ResourceAdminService.startaddResource(java.lang.String, java.lang.String, java.lang.String, javax.activation.DataHandler, java.lang.String, org.wso2.carbon.registry.resource.stub.services.ArrayOfString[], org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public ResourceTreeEntryBean getResourceTreeEntry(String resourcePath387) throws RemoteException, ResourceAdminServiceExceptionException
getResourceTreeEntry
in interface ResourceAdminService
getResourceTreeEntry386
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getResourceTreeEntry(java.lang.String)
public void startgetResourceTreeEntry(String resourcePath387, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetResourceTreeEntry
in interface ResourceAdminService
getResourceTreeEntry386
- RemoteException
ResourceAdminService.startgetResourceTreeEntry(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getCustomUIMediatypeDefinitions() throws RemoteException, ResourceAdminServiceExceptionException
getCustomUIMediatypeDefinitions
in interface ResourceAdminService
getCustomUIMediatypeDefinitions390
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getCustomUIMediatypeDefinitions()
public void startgetCustomUIMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetCustomUIMediatypeDefinitions
in interface ResourceAdminService
getCustomUIMediatypeDefinitions390
- RemoteException
ResourceAdminService.startgetCustomUIMediatypeDefinitions(org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public PermissionBean getPermissions(String path394) throws RemoteException, ResourceAdminServiceExceptionException
getPermissions
in interface ResourceAdminService
getPermissions393
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getPermissions(java.lang.String)
public void startgetPermissions(String path394, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetPermissions
in interface ResourceAdminService
getPermissions393
- RemoteException
ResourceAdminService.startgetPermissions(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean updateTextContent(String resourcePath398, String contentText399) throws RemoteException, ResourceAdminServiceExceptionException
updateTextContent
in interface ResourceAdminService
updateTextContent397
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.updateTextContent(java.lang.String, java.lang.String)
public void startupdateTextContent(String resourcePath398, String contentText399, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startupdateTextContent
in interface ResourceAdminService
updateTextContent397
- RemoteException
ResourceAdminService.startupdateTextContent(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public void addRemoteLink(String parentPath403, String name404, String instance405, String targetPath406) throws RemoteException, ResourceAdminServiceExceptionException
addRemoteLink
in interface ResourceAdminService
ResourceAdminServiceExceptionException
- :RemoteException
public boolean changeUserPermissions(String resourcePath408, String permissionInput409) throws RemoteException, ResourceAdminServiceExceptionException
changeUserPermissions
in interface ResourceAdminService
changeUserPermissions407
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.changeUserPermissions(java.lang.String, java.lang.String)
public void startchangeUserPermissions(String resourcePath408, String permissionInput409, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startchangeUserPermissions
in interface ResourceAdminService
changeUserPermissions407
- RemoteException
ResourceAdminService.startchangeUserPermissions(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public ContentDownloadBean getZipWithDependencies(String path413) throws RemoteException, ResourceAdminServiceExceptionException
getZipWithDependencies
in interface ResourceAdminService
getZipWithDependencies412
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getZipWithDependencies(java.lang.String)
public void startgetZipWithDependencies(String path413, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetZipWithDependencies
in interface ResourceAdminService
getZipWithDependencies412
- RemoteException
ResourceAdminService.startgetZipWithDependencies(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean restoreVersion(String versionPath417) throws RemoteException, ResourceAdminServiceExceptionException
restoreVersion
in interface ResourceAdminService
restoreVersion416
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.restoreVersion(java.lang.String)
public void startrestoreVersion(String versionPath417, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startrestoreVersion
in interface ResourceAdminService
restoreVersion416
- RemoteException
ResourceAdminService.startrestoreVersion(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getHumanReadableMediaTypes() throws RemoteException, ResourceAdminServiceExceptionException
getHumanReadableMediaTypes
in interface ResourceAdminService
getHumanReadableMediaTypes420
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getHumanReadableMediaTypes()
public void startgetHumanReadableMediaTypes(ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetHumanReadableMediaTypes
in interface ResourceAdminService
getHumanReadableMediaTypes420
- RemoteException
ResourceAdminService.startgetHumanReadableMediaTypes(org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public VersionsBean getVersionsBean(String path424) throws RemoteException, ResourceAdminServiceExceptionException
getVersionsBean
in interface ResourceAdminService
getVersionsBean423
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getVersionsBean(java.lang.String)
public void startgetVersionsBean(String path424, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetVersionsBean
in interface ResourceAdminService
getVersionsBean423
- RemoteException
ResourceAdminService.startgetVersionsBean(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean renameResource(String parentPath428, String oldResourcePath429, String newResourceName430) throws RemoteException, ResourceAdminServiceExceptionException
renameResource
in interface ResourceAdminService
renameResource427
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.renameResource(java.lang.String, java.lang.String, java.lang.String)
public void startrenameResource(String parentPath428, String oldResourcePath429, String newResourceName430, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startrenameResource
in interface ResourceAdminService
renameResource427
- RemoteException
ResourceAdminService.startrenameResource(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public ResourceData[] getResourceData(String[] paths434) throws RemoteException, ResourceAdminServiceExceptionException
getResourceData
in interface ResourceAdminService
getResourceData433
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getResourceData(java.lang.String[])
public void startgetResourceData(String[] paths434, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetResourceData
in interface ResourceAdminService
getResourceData433
- RemoteException
ResourceAdminService.startgetResourceData(java.lang.String[], org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean removeExtension(String name438) throws RemoteException, ResourceAdminServiceExceptionException
removeExtension
in interface ResourceAdminService
removeExtension437
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.removeExtension(java.lang.String)
public void startremoveExtension(String name438, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startremoveExtension
in interface ResourceAdminService
removeExtension437
- RemoteException
ResourceAdminService.startremoveExtension(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getSessionResourcePath() throws RemoteException, ResourceAdminServiceExceptionException
getSessionResourcePath
in interface ResourceAdminService
getSessionResourcePath441
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getSessionResourcePath()
public void startgetSessionResourcePath(ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetSessionResourcePath
in interface ResourceAdminService
getSessionResourcePath441
- RemoteException
ResourceAdminService.startgetSessionResourcePath(org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public ContentDownloadBean getContentDownloadBean(String path445) throws RemoteException, ResourceAdminServiceExceptionException
getContentDownloadBean
in interface ResourceAdminService
getContentDownloadBean444
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getContentDownloadBean(java.lang.String)
public void startgetContentDownloadBean(String path445, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetContentDownloadBean
in interface ResourceAdminService
getContentDownloadBean444
- RemoteException
ResourceAdminService.startgetContentDownloadBean(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean addUserPermission(String pathToAuthorize449, String userToAuthorize450, String actionToAuthorize451, String permissionType452) throws RemoteException, ResourceAdminServiceResourceServiceExceptionException
addUserPermission
in interface ResourceAdminService
addUserPermission448
- ResourceAdminServiceResourceServiceExceptionException
- :RemoteException
ResourceAdminService.addUserPermission(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddUserPermission(String pathToAuthorize449, String userToAuthorize450, String actionToAuthorize451, String permissionType452, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddUserPermission
in interface ResourceAdminService
addUserPermission448
- RemoteException
ResourceAdminService.startaddUserPermission(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getCollectionMediatypeDefinitions() throws RemoteException, ResourceAdminServiceExceptionException
getCollectionMediatypeDefinitions
in interface ResourceAdminService
getCollectionMediatypeDefinitions455
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getCollectionMediatypeDefinitions()
public void startgetCollectionMediatypeDefinitions(ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetCollectionMediatypeDefinitions
in interface ResourceAdminService
getCollectionMediatypeDefinitions455
- RemoteException
ResourceAdminService.startgetCollectionMediatypeDefinitions(org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean addTextContent(String parentPath459, String fileName460, String mediaType461, String description462, String content463) throws RemoteException, ResourceAdminServiceExceptionException
addTextContent
in interface ResourceAdminService
addTextContent458
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.addTextContent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddTextContent(String parentPath459, String fileName460, String mediaType461, String description462, String content463, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddTextContent
in interface ResourceAdminService
addTextContent458
- RemoteException
ResourceAdminService.startaddTextContent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String addCollection(String parentPath467, String collectionName468, String mediaType469, String description470) throws RemoteException, ResourceAdminServiceExceptionException
addCollection
in interface ResourceAdminService
addCollection466
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.addCollection(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddCollection(String parentPath467, String collectionName468, String mediaType469, String description470, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddCollection
in interface ResourceAdminService
addCollection466
- RemoteException
ResourceAdminService.startaddCollection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getTextContent(String path474) throws RemoteException, ResourceAdminServiceExceptionException
getTextContent
in interface ResourceAdminService
getTextContent473
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getTextContent(java.lang.String)
public void startgetTextContent(String path474, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetTextContent
in interface ResourceAdminService
getTextContent473
- RemoteException
ResourceAdminService.startgetTextContent(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public String getMimeTypeFromHuman(String mediaType478) throws RemoteException, ResourceAdminServiceExceptionException
getMimeTypeFromHuman
in interface ResourceAdminService
getMimeTypeFromHuman477
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getMimeTypeFromHuman(java.lang.String)
public void startgetMimeTypeFromHuman(String mediaType478, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetMimeTypeFromHuman
in interface ResourceAdminService
getMimeTypeFromHuman477
- RemoteException
ResourceAdminService.startgetMimeTypeFromHuman(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public void setDescription(String path482, String description483) throws RemoteException, ResourceAdminServiceExceptionException
setDescription
in interface ResourceAdminService
ResourceAdminServiceExceptionException
- :RemoteException
public boolean changeRolePermissions(String resourcePath485, String permissionsInput486) throws RemoteException, ResourceAdminServiceExceptionException
changeRolePermissions
in interface ResourceAdminService
changeRolePermissions484
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.changeRolePermissions(java.lang.String, java.lang.String)
public void startchangeRolePermissions(String resourcePath485, String permissionsInput486, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startchangeRolePermissions
in interface ResourceAdminService
changeRolePermissions484
- RemoteException
ResourceAdminService.startchangeRolePermissions(java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public ContentBean getContentBean(String path490) throws RemoteException, ResourceAdminServiceExceptionException
getContentBean
in interface ResourceAdminService
getContentBean489
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getContentBean(java.lang.String)
public void startgetContentBean(String path490, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetContentBean
in interface ResourceAdminService
getContentBean489
- RemoteException
ResourceAdminService.startgetContentBean(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public CollectionContentBean getCollectionContent(String path494) throws RemoteException, ResourceAdminServiceExceptionException
getCollectionContent
in interface ResourceAdminService
getCollectionContent493
- ResourceAdminServiceExceptionException
- :RemoteException
ResourceAdminService.getCollectionContent(java.lang.String)
public void startgetCollectionContent(String path494, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startgetCollectionContent
in interface ResourceAdminService
getCollectionContent493
- RemoteException
ResourceAdminService.startgetCollectionContent(java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
public boolean addRolePermission(String pathToAuthorize498, String roleToAuthorize499, String actionToAuthorize500, String permissionType501) throws RemoteException, ResourceAdminServiceResourceServiceExceptionException
addRolePermission
in interface ResourceAdminService
addRolePermission497
- ResourceAdminServiceResourceServiceExceptionException
- :RemoteException
ResourceAdminService.addRolePermission(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void startaddRolePermission(String pathToAuthorize498, String roleToAuthorize499, String actionToAuthorize500, String permissionType501, ResourceAdminServiceCallbackHandler callback) throws RemoteException
startaddRolePermission
in interface ResourceAdminService
addRolePermission497
- RemoteException
ResourceAdminService.startaddRolePermission(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.registry.resource.stub.ResourceAdminServiceCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.