The lc.core package contains classes and interfaces for working with the LiveCycle ES server. Each set of LiveCycle ES business concepts are encapsulated within an interface and a corresponding class that implements the interface. The classes and interfaces in this package are useful for building Flex applications that require access to LiveCycle ES server functions.
Tip: You may find it more convenient use the classes in the lc.domain package instead of using these classes directly.
| Interface | Description | |
|---|---|---|
| IEndpointManager | The IEndpointManager interface is implemented to manage endpoints. | |
| IFavoritesManager | The IFavoritesManager interface is implemented to manage favorite endpoints. | |
| ILoginPage | The ILoginPage interface is implemented for configuring and retrieving user login information. | |
| IPreferencesManager | The IPreferencesManagerinterface is implemented to determine the various preferences properties that the user has set. | |
| IProcessManager | The IProcessManager interface is implemented to determine the list of processes that the user has participated in. | |
| IQueueManager | The IQueueManager interface is implemented to manage Queue objects. | |
| ISessionManager | The ISessionManager interface is implemented to expose operations and properties related to the LiveCycle ES server session. | |
| ITaskManager | The ITaskManager interface contains methods and properties to retrieve and manage tasks. | |
| IUserManager | The IUserManager interface contains methods for finding users and groups. |
| Class | Description | |
|---|---|---|
| AuthenticatingApplication | The AuthenticatingApplication class handles loading of localized resources based on the browser language, authentication, and other initialization activities. | |
| CollectionToken | The CollectionToken class represents a token for an asynchronous call that returns a collection. | |
| CompositeMessage | The CompositeMessage class encapsulates a composite message. | |
| DefaultResponder | The DefaultResponder class is a simple implementation of IResponder interface that allows one to specify a result and fault handler function. | |
| FavoritesManager | The FavoritesManager class is used to manage Favorites. | |
| FormConnector | The FormConnector class is used in Flex applications to simplify communication with Workspace ES. | |
| Message | The Message class encapsulates a localized message and specifies an appropriate logging level. | |
| ObjectToken | The ObjectToken class represents a token for an asynchronous call that returns an object. | |
| Token | The Token class provides a mechanism to specify handlers for asynchronous calls. |
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/package-detail.html