public interface NativeStyleServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
NativeStyle[] |
createNativeStyles(NativeStyle[] nativeStyles)
Creates new
NativeStyle objects. |
NativeStylePage |
getNativeStylesByStatement(Statement filterStatement)
|
UpdateResult |
performNativeStyleAction(NativeStyleAction nativeStyleAction,
Statement filterStatement)
Performs actions on
native styles that
match the given Statement. |
NativeStyle[] |
updateNativeStyles(NativeStyle[] nativeStyles)
Updates the specified
NativeStyle objects. |
NativeStyle[] createNativeStyles(NativeStyle[] nativeStyles) throws RemoteException, ApiException
NativeStyle objects.nativeStyles - the native styles to createRemoteExceptionApiExceptionNativeStylePage getNativeStylesByStatement(Statement filterStatement) throws RemoteException, ApiException
NativeStylePage of NativeStyle
objects that satisfy
the given Statement. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
NativeStyle.id |
name |
NativeStyle.name |
filterStatement - a Publisher Query Language statement used to
filter a set of
native styles.RemoteExceptionApiExceptionUpdateResult performNativeStyleAction(NativeStyleAction nativeStyleAction, Statement filterStatement) throws RemoteException, ApiException
native styles that
match the given Statement.nativeStyleAction - the action to performfilterStatement - a Publisher Query Language statement to filter
a set of native stylesRemoteExceptionApiExceptionNativeStyle[] updateNativeStyles(NativeStyle[] nativeStyles) throws RemoteException, ApiException
NativeStyle objects.nativeStyles - the native styles to be updatedRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.