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.RemoteExceptionApiExceptionNativeStylePage 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 |
RemoteExceptionApiExceptionUpdateResult performNativeStyleAction(NativeStyleAction nativeStyleAction, Statement filterStatement) throws RemoteException, ApiException
native styles that
match the given Statement.RemoteExceptionApiExceptionNativeStyle[] updateNativeStyles(NativeStyle[] nativeStyles) throws RemoteException, ApiException
NativeStyle objects.RemoteExceptionApiExceptionCopyright © 2024. All rights reserved.