Generated by
JDiff

Class fuego.papi.SearchScope

Removed Constructors
SearchScope(ParticipantScope, StatusScope) Creates a new SearchScope with the specified participant and status scopes and an empty activity scope.
SearchScope(ParticipantScope, StatusScope, String) Creates a new SearchScope with the specified participant, status, and activity scopes.
 

Added Constructors
SearchScope(ParticipantScope, StatusScope) This constructor create a new SearchScope with a specific participant and status scope and empty activity scope.
SearchScope(ParticipantScope, StatusScope, String) This constructor create a new SearchScope with a specific participant and status and activity scope.
 

Added Methods
SearchScope create()  
 

Changed Methods
String getActivityScope() Change from deprecated to undeprecated.
Returns the activity scope of this search.
ParticipantScope getParticipantScope() Change in return type from ParticipantScope to fuego.papi.ParticipantScope.
Returns the participant scope of this search.
StatusScope getStatusScope() Change in return type from StatusScope to fuego.papi.StatusScope.
Returns the status scope of this search.
void setActivityScope(String) Change from deprecated to undeprecated.
Sets a new activity scope
void setParticipantScope(ParticipantScope) Change in signature from ParticipantScope to fuego.papi.ParticipantScope.
Sets a new participant scope.
void setStatusScope(StatusScope) Change in signature from StatusScope to fuego.papi.StatusScope.
Sets a new status scope.