Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbstractApplicableEntitySnapshot
| org.spicefactory.pimento.io | Abstract base implementation for the ApplicableEntitySnapshot interface. | |
| AbstractAssociationType
| org.spicefactory.pimento.type | Base class for property types that represent associations to other entities. | |
| AbstractCollectionType
| org.spicefactory.pimento.type | Base class for property types that represent collections. | |
| AbstractEntityCache
| org.spicefactory.pimento.cache.impl | Base EntityCache implementation. | |
| AbstractEntitySnapshot
| org.spicefactory.pimento.io | Abstract EntitySnapshot base implementation. | |
| AbstractServiceBase
| org.spicefactory.cinnamon.service.support | Abstract base class for all services. | |
| AbstractServiceChannel
| org.spicefactory.cinnamon.service.support | Abstract base implementation of the ServiceChannel interface. | |
| AbstractServiceConfiguration
| org.spicefactory.cinnamon.service.support | Convenient base implementation of the ServiceConfiguration interface. | |
| AbstractSimpleType
| org.spicefactory.pimento.type | Base class for all simple properties. | |
| AbstractUnindexedCollectionType
| org.spicefactory.pimento.type | Base class for property types that represent unindexed collections. | |
| ApplicableEntitySnapshot
| org.spicefactory.pimento.io | Represents an entity snapshot that can be applied to existing entities and other snapshots. | |
| ApplicationEntityCache
| org.spicefactory.pimento.cache.impl | Main cache implementation that keeps entities for the whole application lifespan unless they expire or are removed from the cache explicitly. | |
| ArrayProxy
| org.spicefactory.pimento.io | Represents an uninitialized Array that can be lazy loaded. | |
| AssociationType
| org.spicefactory.pimento.type | Represents a ManyToOne or OneToOne association. | |
| BagType
| org.spicefactory.pimento.type | Represents a bag property. | |
| BooleanType
| org.spicefactory.pimento.type | Represent a boolean property. | |
| CacheableEntitySnapshot
| org.spicefactory.pimento.io | Represents an entity snapshot that can be stored in the client side entity cache. | |
| CachedServiceRequest
| org.spicefactory.cinnamon.service.util | ServiceRequest that prevents execution of the service invocation and returns a cached result instead. | |
| CacheEntry
| org.spicefactory.pimento.cache | Represents a single entity, encapsulating the entity itself and its disassembled snapshot. | |
| ChainedServiceRequest
| org.spicefactory.cinnamon.service.util | ServiceRequest that defers execution until another ServiceRequest has been completed. | |
| ChannelActivityEvent
| org.spicefactory.cinnamon.observer | Event that fires when a group of observed channels switches its state from inactive to active or vice versa. | |
| ChannelActivityObserver
| org.spicefactory.cinnamon.observer | ChannelObserver implementation that observes the level of activity for one or more channels. | |
| ChannelEvent
| org.spicefactory.cinnamon.service |
Event that a ServiceChannel may dispatch to signal an internal state change. |
|
| ChannelObserver
| org.spicefactory.cinnamon.observer | Interface to be implemented by classes that wish to observe one or more channels. | |
| CinnamonTestCase
| org.spicefactory.cinnamon.test.dpUInt | Base class for integration tests written for dpUInt. | |
| CinnamonTestCase
| org.spicefactory.cinnamon.test.flexunit | Base class for integration tests written for FlexUnit. | |
| CinnamonTestCase
| org.spicefactory.cinnamon.test.fluint | Base class for integration tests written for dpUInt. | |
| CinnamonTestHelper
| org.spicefactory.cinnamon.test | Helper class for writing integration tests with Cinnamon. | |
| CollectionChangeSet
| org.spicefactory.pimento.io | Represents an update to a persistent collection. | |
| CollectionProxy
| org.spicefactory.pimento.io | Represents an uninitialized collection that can be lazily loaded. | |
| DateType
| org.spicefactory.pimento.type | Represents a Date property. | |
| DbUnitService
| org.spicefactory.pimento.test | Remote service that can be used in integration tests to prepare the database in a setUp method. | |
| DbUnitServiceImpl
| org.spicefactory.pimento.test | Default implementation for the DbUnitService. | |
| DefaultCacheEntry
| org.spicefactory.pimento.cache.impl | A simple CacheEntry that never expires. | |
| DefaultEntityManager
| org.spicefactory.pimento.service.impl | Default EntityManager implementation. | |
| DefaultQuery
| org.spicefactory.pimento.service.impl | Default Query implementation. | |
| DictionaryProxy
| org.spicefactory.pimento.io | Represents an uninitialized Dictionary that can be lazy loaded. | |
| EmbeddedNull
| org.spicefactory.pimento.io | Represents an embedded entity property that was set to null. | |
| EmbeddedPropertyMetadata
| org.spicefactory.pimento.metadata | The metadata for a single property of an embedded property of a persistent entity. | |
| EntityCache
| org.spicefactory.pimento.cache | An entity cache that keeps snapshots of entities loaded from the server. | |
| EntityManager
| org.spicefactory.pimento.service | Remote service interface that exposes methods of the server-side JPA EntityManager to clients. | |
| EntityMetadata
| org.spicefactory.pimento.metadata | The metadata for a single persistent entity type. | |
| EntitySnapshot
| org.spicefactory.pimento.io | The core IO interface, representing a single disassembled entity (or only parts of it). | |
| EnumType
| org.spicefactory.pimento.type | Represents an Enum property. | |
| ErrorMessage
| org.spicefactory.cinnamon.service | Instances of this class will be returned from the server if the target service threw an Exception or if the service could not be processed (i.e. | |
| ExpirableCacheEntry
| org.spicefactory.pimento.cache.impl | A cache entry that may expire after a specified time span. | |
| FetchMode
| org.spicefactory.pimento.io | Represents the fetch mode for a single property. | |
| FetchPlan
| org.spicefactory.pimento.service | Represents the fetch plan for a single persistent entity type for a single request. | |
| FullEntitySnapshot
| org.spicefactory.pimento.io | Represent an entity with all of its current property values. | |
| IdType
| org.spicefactory.pimento.type | Represents a PropertyType that can be used as an entity id. | |
| InitializationRequest
| org.spicefactory.pimento.service.impl | Internal ServiceRequest implementation used for loading configuration metadata before the first request. | |
| InvocationContext
| org.spicefactory.pimento.io | Represents a single batch operation. | |
| InvocationEntityCache
| org.spicefactory.pimento.cache.impl | Temporary cache implementation that keeps entries only for the duration of a single service invocation. | |
| IoContext
| org.spicefactory.pimento.io | The I/O context for a single service invocation. | |
| KeepAliveMessage
| org.spicefactory.cinnamon.service.support | Represents a message that can be send to the server to prevent session timeouts. | |
| ListType
| org.spicefactory.pimento.type | Represent a list property. | |
| LoadMode
| org.spicefactory.pimento.service.enum | Enumeration for the mode of the EntityManager.load operation. | |
| MapType
| org.spicefactory.pimento.type | Represents a map property. | |
| MetadataCache
| org.spicefactory.pimento.metadata | Cache for all entity metadata for one particular endpoint. | |
| NetConnectionServiceChannel
| org.spicefactory.cinnamon.service |
Cinnamons default implementation of the ServiceChannel interface. |
|
| NumberType
| org.spicefactory.pimento.type | Represents a Number property. | |
| NumericType
| org.spicefactory.pimento.service.enum | Enumeration of numeric types for use as a type hint in queries. | |
| PartialEntitySnapshot
| org.spicefactory.pimento.io | Represents an entity with a subset of its property values. | |
| PimentoConfig
| org.spicefactory.pimento.config | Serves as an entry point for programmatic configuration. | |
| PimentoInvocationHandler
| org.spicefactory.pimento.service.impl | Implementation of Cinnamons ServiceInvocationHandler extension point that allows Pimento to manage parameters and return values for all remote reuqests. | |
| PimentoParameters
| org.spicefactory.pimento.service.impl | Holds the parameters sent to the server in a Pimento-managed Cinnamon service request. | |
| PimentoResult
| org.spicefactory.pimento.service.impl | Holds the result sent from the server in a Pimento-managed Cinnamon service request. | |
| PimentoTestCase
| org.spicefactory.pimento.test | Base class that can be used for Pimento integration tests. | |
| PropertyMetadata
| org.spicefactory.pimento.metadata | The metadata for a single property of a persistent entity. | |
| PropertyState
| org.spicefactory.pimento.io | Represents the state of a property. | |
| PropertyType
| org.spicefactory.pimento.type | Represents a single type of property and encapsulates the mechanism with which values for that type are converted from and to entity snapshots. | |
| ProxyEntitySnapshot
| org.spicefactory.pimento.io | Represents an uninitialized proxy. | |
| Query
| org.spicefactory.pimento.service | Used to define constraints for a query, bind parameters and execute the query. | |
| ServiceChannel
| org.spicefactory.cinnamon.service | Represents a connection to a remote service. | |
| ServiceConfiguration
| org.spicefactory.cinnamon.service | Interface implemented by all classes that support message headers, ServiceEvent types and timeouts. | |
| ServiceContext
| org.spicefactory.cinnamon.service | Class to provide access to ServiceRequest and ServiceResponse instance during result handler and errorHandler execution. | |
| ServiceEvent
| org.spicefactory.cinnamon.service | Event that fires when a remote service is invoked, the response is received or when the invocation is cancelled. | |
| ServiceInvocation
| org.spicefactory.cinnamon.service | Represents a single service invocation and encapsulates request and response instances. | |
| ServiceInvocationHandler
| org.spicefactory.cinnamon.service | Extension point that may be used to process or modify the request before it is sent to the server or the response before it is passed to the application. | |
| ServiceMessage
| org.spicefactory.cinnamon.service | Abstract base class for ServiceRequest and ServiceResponse that allows to read message headers. | |
| ServiceOperation
| org.spicefactory.cinnamon.service | Represents a single service operation that can be invoked multiple times. | |
| ServiceProxy
| org.spicefactory.cinnamon.service | A ServiceProxy represents a single service. | |
| ServiceRequest
| org.spicefactory.cinnamon.service | Represent a single request. | |
| ServiceResponse
| org.spicefactory.cinnamon.service | Represents a response returned by a remote service invocation. | |
| SessionTimeoutEvent
| org.spicefactory.cinnamon.observer |
Event fired by SessionTimeoutObservers. |
|
| SessionTimeoutObserver
| org.spicefactory.cinnamon.observer | ChannelObserver implementation that observes the idle time of one or more channels to fire events if the server-side session is about to expire. | |
| SetType
| org.spicefactory.pimento.type | Represents a set property. | |
| StringType
| org.spicefactory.pimento.type | Represents a String property. | |
| TemporalType
| org.spicefactory.pimento.service.enum | Enumeration of temporal types for use as a type hint in queries. | |
| TypeHint
| org.spicefactory.pimento.service.enum | A TypeHint may be used to provide additional type information for query parameters. | |
| VoidResult
| org.spicefactory.cinnamon.service | Represents the result for a service method with a void return type. | |
| WeakCacheEntry
| org.spicefactory.pimento.cache.impl | A weak cache entry may become invalid if there are no longer any hard references to the entity encapsulated by this entry. |