Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.pluggable |
Modifier and Type | Method and Description |
---|---|
PluggableComponent4SoapDO |
IPluggableAppSoap.createIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType)
Creates a Integrated Application Note that the icon file has to be uploaded seperately (through FileStorageApp or SimpleFileStorageApp service) and the maximum size of the icon file is 10KB.
|
PluggableComponent4SoapDO |
PluggableAppSoapMockStub.createIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType)
Simulate a call to createIntegratedApplication5
|
PluggableComponent4SoapDO |
PluggableAppSoapStub.createIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType) |
PluggableComponent4SoapDO |
IPluggableAppSoap.createIntegratedApplicationFromXMLFiles5(String sessionId,
byte[] depXmlByteArray,
byte[] appXmlByteArray,
String iconFileKey,
String iconFileName,
String iconMimeType)
Create/import an integrated application from XML files.
|
PluggableComponent4SoapDO |
PluggableAppSoapMockStub.createIntegratedApplicationFromXMLFiles5(String sessionId,
byte[] depXmlByteArray,
byte[] appXmlByteArray,
String iconFileKey,
String iconFileName,
String iconMimeType)
Simulate a call to createIntegratedApplicationFromXMLFiles5
|
PluggableComponent4SoapDO |
PluggableAppSoapStub.createIntegratedApplicationFromXMLFiles5(String sessionId,
byte[] depXmlByteArray,
byte[] appXmlByteArray,
String iconFileKey,
String iconFileName,
String iconMimeType) |
PluggableComponent4SoapDO |
IPluggableAppSoap.getIntegratedApplicationByName4(String sessionId,
String integratedAppName)
Get the integrated application for a given name.
|
PluggableComponent4SoapDO |
PluggableAppSoapMockStub.getIntegratedApplicationByName4(String sessionId,
String integratedAppName)
Simulate a call to getIntegratedApplicationByName4
|
PluggableComponent4SoapDO |
PluggableAppSoapStub.getIntegratedApplicationByName4(String sessionId,
String integratedAppName) |
Modifier and Type | Method and Description |
---|---|
PluggableComponent4SoapDO |
IPluggableAppSoap.createIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType)
Creates a Integrated Application Note that the icon file has to be uploaded seperately (through FileStorageApp or SimpleFileStorageApp service) and the maximum size of the icon file is 10KB.
|
PluggableComponent4SoapDO |
PluggableAppSoapMockStub.createIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType)
Simulate a call to createIntegratedApplication5
|
PluggableComponent4SoapDO |
PluggableAppSoapStub.createIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType) |
void |
IPluggableAppSoap.editIntegratedApplication4(String sessionId,
PluggableComponent4SoapDO soapDO)
Edit the integrated application properties.
|
void |
PluggableAppSoapMockStub.editIntegratedApplication4(String sessionId,
PluggableComponent4SoapDO soapDO)
Simulate a call to editIntegratedApplication4
|
void |
PluggableAppSoapStub.editIntegratedApplication4(String sessionId,
PluggableComponent4SoapDO soapDO) |
void |
PluggableAppSoapMockStub.prepareCreateIntegratedApplication5(String sessionId,
PluggableComponent4SoapDO soapDO,
String iconFileKey,
String iconFileName,
String iconMimeType,
Object returnValue)
Prepare a simulated response to createIntegratedApplication5
|
void |
PluggableAppSoapMockStub.prepareEditIntegratedApplication4(String sessionId,
PluggableComponent4SoapDO soapDO)
Prepare a simulated response to editIntegratedApplication4
|
void |
PluggableAppSoapMockStub.prepareEditIntegratedApplication4(String sessionId,
PluggableComponent4SoapDO soapDO,
Exception exception)
Prepare a simulated response to editIntegratedApplication4
|
Copyright © 2016 CollabNet. All Rights Reserved.