Uses of Class
org.eclipse.mylar.tasks.core.RepositoryAttachment

Packages that use RepositoryAttachment
org.eclipse.mylar.internal.tasks.ui.editors   
org.eclipse.mylar.internal.tasks.ui.wizards   
org.eclipse.mylar.tasks.core   
 

Uses of RepositoryAttachment in org.eclipse.mylar.internal.tasks.ui.editors
 

Fields in org.eclipse.mylar.internal.tasks.ui.editors declared as RepositoryAttachment
private  RepositoryAttachment RepositoryAttachmentEditorInput.attachment
           
 

Constructors in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type RepositoryAttachment
RepositoryAttachmentEditorInput(TaskRepository repository, RepositoryAttachment att)
           
 

Uses of RepositoryAttachment in org.eclipse.mylar.internal.tasks.ui.wizards
 

Fields in org.eclipse.mylar.internal.tasks.ui.wizards declared as RepositoryAttachment
private  RepositoryAttachment ContextRetrieveWizardPage.selectedContextAttachment
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.wizards that return RepositoryAttachment
 RepositoryAttachment ContextRetrieveWizardPage.getSelectedContext()
           
 

Uses of RepositoryAttachment in org.eclipse.mylar.tasks.core
 

Fields in org.eclipse.mylar.tasks.core with type parameters of type RepositoryAttachment
private  java.util.List<RepositoryAttachment> RepositoryTaskData.attachments
           
 

Methods in org.eclipse.mylar.tasks.core that return types with arguments of type RepositoryAttachment
 java.util.List<RepositoryAttachment> RepositoryTaskData.getAttachments()
           
 java.util.Set<RepositoryAttachment> AbstractRepositoryConnector.getContextAttachments(TaskRepository repository, AbstractRepositoryTask task)
          Implementors of this repositoryOperations must perform it locally without going to the server since it is used for frequent repositoryOperations such as decoration.
 

Methods in org.eclipse.mylar.tasks.core with parameters of type RepositoryAttachment
 void RepositoryTaskData.addAttachment(RepositoryAttachment attachment)
           
 boolean IAttachmentHandler.canDeprecate(TaskRepository repository, RepositoryAttachment attachment)
           
 void IAttachmentHandler.downloadAttachment(TaskRepository taskRepository, java.lang.String taskId, RepositoryAttachment attachment, java.io.File file)
           
 java.lang.String TaskRepositoryManager.getAttachmentContents(RepositoryAttachment attachment)
           
 boolean AbstractRepositoryConnector.retrieveContext(TaskRepository repository, AbstractRepositoryTask task, RepositoryAttachment attachment, java.lang.String destinationPath)
          Retrieves a context stored in attachment from task.
 void IAttachmentHandler.updateAttachment(TaskRepository repository, RepositoryAttachment attachment)
          To deprecate, change the attribute on the RepositoryAttachment and pass to this method