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.RemoteException
ExportedArtifactsTO[] findAll(java.lang.String[] keyIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
ExportedArtifactsTO findByExportProfileKeyID(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteExportedArtifacts(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
ExportedArtifactsTO[] enumExportedArtifacts() throws java.rmi.RemoteException
java.rmi.RemoteException
FileDefTO exportArtifacts(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
void importArtifacts(java.lang.String keyID, FileDefTO file) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateArtifact(ExportedArtifactsTO artifact) throws java.rmi.RemoteException
java.rmi.RemoteException