| Package | lc.core |
| Interface | public interface IPreferencesManager |
IPreferencesManagerinterface is implemented
to determine the various preferences properties that the user has set.
Implement the IPreferencesManager interface to retrieve a list of preferences that a user can
set or change.
| Property | Defined By | ||
|---|---|---|---|
| preferences : Object
[read-only]
The preferences for this user.
| IPreferencesManager | ||
| preferencesCommitRequired : Boolean
[read-only]
A flag that indicates whether outstanding preference changes exist that
need to be committed.
| IPreferencesManager | ||
| Method | Defined By | ||
|---|---|---|---|
|
Commits any preference changes that have been made.
| IPreferencesManager | ||
| preferences | property |
preferences:Object [read-only]
The preferences for this user. Properties that start with "/" are
system properties and cannot be modified; properties that do not start
with "/" are user properties and can be modified.
Although this property is read-only, it is possible to modify the object,
and changes will automatically be written back to the LiveCycle ES server
when the preferencesCommit() method is called.
public function get preferences():Object
| preferencesCommitRequired | property |
preferencesCommitRequired:Boolean [read-only]
A flag that indicates whether outstanding preference changes exist that
need to be committed. A value of true indicates that a commit
is required.
public function get preferencesCommitRequired():Boolean
| preferencesCommit | () | method |
public function preferencesCommit():Token
Commits any preference changes that have been made.
ReturnsToken — A token used to set result and fault handlers to be called when the operation has completed.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/core/IPreferencesManager.html