Uses of Class
org.rhq.core.domain.content.ContentSourceSyncResults

Packages that use ContentSourceSyncResults
org.rhq.core.domain.content   
 

Uses of ContentSourceSyncResults in org.rhq.core.domain.content
 

Methods in org.rhq.core.domain.content that return types with arguments of type ContentSourceSyncResults
 List<ContentSourceSyncResults> ContentSource.getSyncResults()
          The list of sync results; should be ordered with the latest results first in the list, but this is not guaranteed.
 

Methods in org.rhq.core.domain.content with parameters of type ContentSourceSyncResults
 void ContentSource.addSyncResult(ContentSourceSyncResults syncResult)
           
 

Method parameters in org.rhq.core.domain.content with type arguments of type ContentSourceSyncResults
 void ContentSource.setSyncResults(List<ContentSourceSyncResults> syncResults)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.