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.RemoteExceptionApiExceptionContentBundlePage 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 |
RemoteExceptionApiExceptionUpdateResult performContentBundleAction(ContentBundleAction contentBundleAction, Statement filterStatement) throws RemoteException, ApiException
ContentBundle objects that match
the given Statement.query.RemoteExceptionApiExceptionContentBundle[] updateContentBundles(ContentBundle[] contentBundles) throws RemoteException, ApiException
ContentBundle objects.RemoteExceptionApiExceptionCopyright © 2023. All rights reserved.