public interface ContentBundleServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
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. |
ContentBundle[] createContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundle objects.contentBundles - the content bundles to createRemoteExceptionApiExceptionContentBundlePage getContentBundlesByStatement(Statement filterStatement) throws RemoteException, ApiException
ContentBundlePage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of content bundlesRemoteExceptionApiExceptionUpdateResult performContentBundleAction(ContentBundleAction contentBundleAction, Statement filterStatement) throws RemoteException, ApiException
ContentBundle objects that match
the given
Statement.query.contentBundleAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of content bundlesRemoteExceptionApiExceptionContentBundle[] updateContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundle objects.contentBundles - the content bundles to updateRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.