Package | Description |
---|---|
org.wso2.carbon.registry.resource.stub | |
org.wso2.carbon.registry.resource.stub.services |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceAdminService.addResource(String path172,
String mediaType173,
String description174,
DataHandler content175,
String symlinkLocation176,
ArrayOfString[] properties177)
Auto generated method signature
|
boolean |
ResourceAdminServiceStub.addResource(String path378,
String mediaType379,
String description380,
DataHandler content381,
String symlinkLocation382,
ArrayOfString[] properties383)
Auto generated method signature
|
boolean |
ResourceAdminService.importResource(String parentPath152,
String resourceName153,
String mediaType154,
String description155,
String fetchURL156,
String symlinkLocation157,
ArrayOfString[] properties158)
Auto generated method signature
|
boolean |
ResourceAdminServiceStub.importResource(String parentPath358,
String resourceName359,
String mediaType360,
String description361,
String fetchURL362,
String symlinkLocation363,
ArrayOfString[] properties364)
Auto generated method signature
|
void |
ResourceAdminService.startaddResource(String path172,
String mediaType173,
String description174,
DataHandler content175,
String symlinkLocation176,
ArrayOfString[] properties177,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
ResourceAdminServiceStub.startaddResource(String path378,
String mediaType379,
String description380,
DataHandler content381,
String symlinkLocation382,
ArrayOfString[] properties383,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
ResourceAdminService.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 |
ResourceAdminServiceStub.startimportResource(String parentPath358,
String resourceName359,
String mediaType360,
String description361,
String fetchURL362,
String symlinkLocation363,
ArrayOfString[] properties364,
ResourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Modifier and Type | Field and Description |
---|---|
protected ArrayOfString[] |
AddResource.localProperties
field for Properties
This was an Array!
|
protected ArrayOfString[] |
ImportResource.localProperties
field for Properties
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
ArrayOfString[] |
AddResource.getProperties()
Auto generated getter method
|
ArrayOfString[] |
ImportResource.getProperties()
Auto generated getter method
|
static ArrayOfString |
ArrayOfString.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Modifier and Type | Method and Description |
---|---|
void |
AddResource.addProperties(ArrayOfString param)
Auto generated add method for the array for convenience
|
void |
ImportResource.addProperties(ArrayOfString param)
Auto generated add method for the array for convenience
|
void |
AddResource.setProperties(ArrayOfString[] param)
Auto generated setter method
|
void |
ImportResource.setProperties(ArrayOfString[] param)
Auto generated setter method
|
protected void |
AddResource.validateProperties(ArrayOfString[] param)
validate the array for Properties
|
protected void |
ImportResource.validateProperties(ArrayOfString[] param)
validate the array for Properties
|
Copyright © 2017 WSO2. All rights reserved.