public interface TeamServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Team[] |
createTeams(Team[] teams)
Creates new
Team objects. |
TeamPage |
getTeamsByStatement(Statement filterStatement)
|
UpdateResult |
performTeamAction(TeamAction teamAction,
Statement filterStatement)
Performs actions on
Team objects that match the given
Statement.query. |
Team[] |
updateTeams(Team[] teams)
Updates the specified
Team objects. |
Team[] createTeams(Team[] teams) throws RemoteException, ApiException
teams - the teams to createRemoteExceptionApiExceptionTeamPage getTeamsByStatement(Statement filterStatement) throws RemoteException, ApiException
TeamPage of Team objects that satisfy
the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Team.id |
name |
Team.name |
description |
Team.description |
filterStatement - a Publisher Query Language statement used to
filter
a set of teams.RemoteExceptionApiExceptionUpdateResult performTeamAction(TeamAction teamAction, Statement filterStatement) throws RemoteException, ApiException
Team objects that match the given
Statement.query.teamAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of teamsRemoteExceptionApiExceptionTeam[] updateTeams(Team[] teams) throws RemoteException, ApiException
Team objects.teams - the teams to updateRemoteExceptionApiExceptionCopyright © 2021. All rights reserved.