com.atlassian.bamboo.build.artifact
Interface ArtifactLinkDao

All Superinterfaces:
BambooObjectDao, bucket.core.persistence.ObjectDao
All Known Implementing Classes:
ArtifactLinkHibernateDao

public interface ArtifactLinkDao
extends BambooObjectDao


Method Summary
 void removeAll(java.util.Collection<ArtifactLink> artifactLinkCollection)
          Removes all ArtifactLink objects from the collection.
 
Methods inherited from interface com.atlassian.bamboo.persistence.BambooObjectDao
findById
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

removeAll

void removeAll(@NotNull
               java.util.Collection<ArtifactLink> artifactLinkCollection)
Removes all ArtifactLink objects from the collection.

Parameters:
artifactLinkCollection - ArtifactLink objects to be removed.


Copyright © 2010 Atlassian. All Rights Reserved.