public class ContentBundleServiceSoapBindingStub extends org.apache.axis.client.Stub implements ContentBundleServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ContentBundleServiceSoapBindingStub() |
ContentBundleServiceSoapBindingStub(javax.xml.rpc.Service service) |
ContentBundleServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ContentBundle[] |
createContentBundles(ContentBundle[] contentBundles)
Creates new
ContentBundle objects. |
ContentBundlePage |
getContentBundlesByStatement(Statement filterStatement)
|
UpdateResult |
performContentBundleAction(ContentBundleAction contentBundleAction,
Statement filterStatement)
Performs actions on
ContentBundle objects that match
the given
Statement.query. |
ContentBundle[] |
updateContentBundles(ContentBundle[] contentBundles)
Updates the specified
ContentBundle 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 ContentBundleServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ContentBundleServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ContentBundleServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ContentBundle[] createContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundleServiceInterfaceContentBundle objects.createContentBundles in interface ContentBundleServiceInterfacecontentBundles - the content bundles to createRemoteExceptionApiExceptionpublic ContentBundlePage getContentBundlesByStatement(Statement filterStatement) throws RemoteException, ApiException
ContentBundleServiceInterfaceContentBundlePage of ContentBundle objects
that satisfy the
given Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ContentBundle.id |
name |
ContentBundle.name |
status |
ContentBundle.status |
getContentBundlesByStatement in interface ContentBundleServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of content bundlesRemoteExceptionApiExceptionpublic UpdateResult performContentBundleAction(ContentBundleAction contentBundleAction, Statement filterStatement) throws RemoteException, ApiException
ContentBundleServiceInterfaceContentBundle objects that match
the given
Statement.query.performContentBundleAction in interface ContentBundleServiceInterfacecontentBundleAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of content bundlesRemoteExceptionApiExceptionpublic ContentBundle[] updateContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundleServiceInterfaceContentBundle objects.updateContentBundles in interface ContentBundleServiceInterfacecontentBundles - the content bundles to updateRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.