public class DaiEncodingProfileServiceSoapBindingStub extends org.apache.axis.client.Stub implements DaiEncodingProfileServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
DaiEncodingProfileServiceSoapBindingStub() |
DaiEncodingProfileServiceSoapBindingStub(javax.xml.rpc.Service service) |
DaiEncodingProfileServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
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. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic DaiEncodingProfileServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DaiEncodingProfileServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DaiEncodingProfileServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic DaiEncodingProfile[] createDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles) throws RemoteException, ApiException
DaiEncodingProfileServiceInterfaceDaiEncodingProfile objects.createDaiEncodingProfiles in interface DaiEncodingProfileServiceInterfacedaiEncodingProfiles - the profiles to createRemoteExceptionApiExceptionpublic DaiEncodingProfilePage getDaiEncodingProfilesByStatement(Statement filterStatement) throws RemoteException, ApiException
DaiEncodingProfileServiceInterfaceDaiEncodingProfilePage 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 |
getDaiEncodingProfilesByStatement in interface DaiEncodingProfileServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a list of profilesRemoteExceptionApiExceptionpublic UpdateResult performDaiEncodingProfileAction(DaiEncodingProfileAction daiEncodingProfileAction, Statement filterStatement) throws RemoteException, ApiException
DaiEncodingProfileServiceInterfaceDaiEncodingProfile objects that
match the given Statement.query.performDaiEncodingProfileAction in interface DaiEncodingProfileServiceInterfacedaiEncodingProfileAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of profilesRemoteExceptionApiExceptionpublic DaiEncodingProfile[] updateDaiEncodingProfiles(DaiEncodingProfile[] daiEncodingProfiles) throws RemoteException, ApiException
DaiEncodingProfileServiceInterfaceDaiEncodingProfile objects.updateDaiEncodingProfiles in interface DaiEncodingProfileServiceInterfacedaiEncodingProfiles - the content profiles to updateApiException - if there is an error updating the profilesRemoteExceptionCopyright © 2021. All rights reserved.