public interface UserTeamAssociationServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
UserTeamAssociation[] |
createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
Creates new
UserTeamAssociation objects. |
UserTeamAssociationPage |
getUserTeamAssociationsByStatement(Statement filterStatement)
Gets a
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the given Statement.query. |
UpdateResult |
performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction,
Statement statement)
Performs actions on
UserTeamAssociation objects that
match the
given Statement.query. |
UserTeamAssociation[] |
updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
Updates the specified
UserTeamAssociation objects. |
UserTeamAssociation[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociation objects.userTeamAssociations - the user team associations to createRemoteExceptionApiExceptionUserTeamAssociationPage getUserTeamAssociationsByStatement(Statement filterStatement) throws RemoteException, ApiException
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
userId |
UserTeamAssociation.userId |
teamId |
UserRecordTeamAssociation.teamId |
filterStatement - a Publisher Query Language statement used to
filter
a set of user team associationsRemoteExceptionApiExceptionUpdateResult performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement) throws RemoteException, ApiException
UserTeamAssociation objects that
match the
given Statement.query.userTeamAssociationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of user team associationsRemoteExceptionApiExceptionUserTeamAssociation[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociation objects.userTeamAssociations - the user team associations to updateRemoteExceptionApiExceptionCopyright © 2021. All rights reserved.