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.RemoteExceptionApiExceptionDaiEncodingProfilePage 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 |
RemoteExceptionApiExceptionUpdateResult performDaiEncodingProfileAction(DaiEncodingProfileAction daiEncodingProfileAction, Statement filterStatement) throws RemoteException, ApiException
DaiEncodingProfile objects that
match the given Statement.query.RemoteExceptionApiExceptionDaiEncodingProfile[] updateDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles) throws RemoteException, ApiException
DaiEncodingProfile objects.RemoteExceptionApiExceptionCopyright © 2024. All rights reserved.