org.eclipse.corona.repository
Interface ITeamRepositoryAdapter

All Superinterfaces:
IRepositoryAdapter
All Known Implementing Classes:
TeamRepositoryAdapter

public interface ITeamRepositoryAdapter
extends IRepositoryAdapter


Field Summary
 
Fields inherited from interface org.eclipse.corona.repository.IRepositoryAdapter
ATTRIBUTE_ACCESS_TYPE, ATTRIBUTE_ADAPTER_CLASS, ATTRIBUTE_CONTENT_TYPE, ELEMENT_ADAPTER, ELEMENT_DESCRIPTOR, EXTENSION_POINT_ID
 
Method Summary
 java.util.List getTeamMemberList()
          The adapter interface for the TeamMemberRepository.
 
Methods inherited from interface org.eclipse.corona.repository.IRepositoryAdapter
addResource, close, fetchResource, getDescriptor, getName, getProperties, listResourceIds, open, removeResource, resourceExists, setDescriptor, setProperties
 

Method Detail

getTeamMemberList

java.util.List getTeamMemberList()
The adapter interface for the TeamMemberRepository. It should be updated to include a aTeamMember and a removeTeamMember.

Returns:
a List of Strings containing team member names. It should be returning a list TeamMember objects

Copyright 2006 IBM Corporation and others.
All Rights Reserved.