public interface IExportedArtifactsTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExportedArtifacts(java.lang.String keyID) |
ExportedArtifactsTO[] |
enumExportedArtifacts() |
FileDefTO |
exportArtifacts(java.lang.String keyID) |
ExportedArtifactsTO |
find(java.lang.String keyID) |
ExportedArtifactsTO[] |
findAll(java.lang.String[] keyIDs) |
ExportedArtifactsTO |
findByExportProfileKeyID(java.lang.String keyID) |
void |
importArtifacts(java.lang.String keyID,
FileDefTO file) |
void |
updateArtifact(ExportedArtifactsTO artifact) |
ExportedArtifactsTO find(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionExportedArtifactsTO[] findAll(java.lang.String[] keyIDs) throws java.rmi.RemoteException
java.rmi.RemoteExceptionExportedArtifactsTO findByExportProfileKeyID(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteExportedArtifacts(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionExportedArtifactsTO[] enumExportedArtifacts() throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileDefTO exportArtifacts(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid importArtifacts(java.lang.String keyID,
FileDefTO file)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateArtifact(ExportedArtifactsTO artifact) throws java.rmi.RemoteException
java.rmi.RemoteException