public interface DaiEncodingProfileServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
DaiEncodingProfile[] |
createDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles)
Creates new
DaiEncodingProfile objects. |
DaiEncodingProfilePage |
getDaiEncodingProfilesByStatement(Statement filterStatement)
|
UpdateResult |
performDaiEncodingProfileAction(DaiEncodingProfileAction daiEncodingProfileAction,
Statement filterStatement)
Performs actions on
DaiEncodingProfile objects that
match the given Statement.query. |
DaiEncodingProfile[] |
updateDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles)
Updates the specified
DaiEncodingProfile objects. |
DaiEncodingProfile[] createDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles) throws RemoteException, ApiException
DaiEncodingProfile objects.daiEncodingProfiles - the profiles to createRemoteExceptionApiExceptionDaiEncodingProfilePage getDaiEncodingProfilesByStatement(Statement filterStatement) throws RemoteException, ApiException
DaiEncodingProfilePage of DaiEncodingProfile
objects that satisfy the
given Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
DaiEncodingProfile.id |
status |
DaiEncodingProfile.status |
name |
DaiEncodingProfile.name |
filterStatement - a Publisher Query Language statement to filter
a list of profilesRemoteExceptionApiExceptionUpdateResult performDaiEncodingProfileAction(DaiEncodingProfileAction daiEncodingProfileAction, Statement filterStatement) throws RemoteException, ApiException
DaiEncodingProfile objects that
match the given Statement.query.daiEncodingProfileAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of profilesRemoteExceptionApiExceptionDaiEncodingProfile[] updateDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles) throws RemoteException, ApiException
DaiEncodingProfile objects.daiEncodingProfiles - the content profiles to updateApiException - if there is an error updating the profilesRemoteExceptionCopyright © 2022. All rights reserved.