public interface SynapseArtifactUploaderAdmin
Modifier and Type | Method and Description |
---|---|
String[] |
getArtifacts()
Auto generated method signature
|
boolean |
removeArtifact(String fileName13)
Auto generated method signature
|
void |
startgetArtifacts(SynapseArtifactUploaderAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveArtifact(String fileName13,
SynapseArtifactUploaderAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadArtifact(String fileName5,
DataHandler dataHandler6,
SynapseArtifactUploaderAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
uploadArtifact(String fileName5,
DataHandler dataHandler6)
Auto generated method signature
|
boolean uploadArtifact(String fileName5, DataHandler dataHandler6) throws RemoteException
uploadArtifact4
- RemoteException
void startuploadArtifact(String fileName5, DataHandler dataHandler6, SynapseArtifactUploaderAdminCallbackHandler callback) throws RemoteException
uploadArtifact4
- RemoteException
String[] getArtifacts() throws RemoteException
RemoteException
void startgetArtifacts(SynapseArtifactUploaderAdminCallbackHandler callback) throws RemoteException
RemoteException
boolean removeArtifact(String fileName13) throws RemoteException
removeArtifact12
- RemoteException
void startremoveArtifact(String fileName13, SynapseArtifactUploaderAdminCallbackHandler callback) throws RemoteException
removeArtifact12
- RemoteException
Copyright © 2017 WSO2. All rights reserved.