| Interface | Description |
|---|---|
| AtomicType.AtomicTypeImpl |
The persistence layer implementation interface.
|
| AttributeAccess |
The attribute access implementation interface.
|
| AttributeDescriptor.AttributeDescriptorImpl |
The persistence layer interface.
|
| CollectionType.CollectionTypeImpl |
The presistence layer implementation interface.
|
| ComposedType.ComposedTypeImpl |
Persistence layer interface.
|
| Descriptor.DescriptorImpl |
Internal - interface to persistence layer implementation.
|
| MapType.MapTypeImpl |
Internal persistence layer implementation interface.
|
| SearchRestriction.SearchRestrictionImpl |
interface to persistence layer
|
| Type.TypeImpl |
The persistence layer implementation interface.
|
| TypeManagerManaged.TypeManagerManagedImpl |
Internal persistence layer implementation interface.
|
| Class | Description |
|---|---|
| AbstractNonChangeableAttributeAccess |
Base class for read-only attributes.
|
| AtomicType |
Type representing simple java value objects.
|
| AttributeDescriptor |
The attribute descriptor describes item attributes.
|
| CollectionType |
A type representing a typed collection.
|
| ComposedType |
The base type describing jalo item instances.
|
| ConstantAttributeAccess |
internal use only!
|
| Descriptor |
Base class of all descriptor items.
|
| ExpressionAttributeDescriptor |
This descriptor gives the possibility for declaring dynamic default values, means that the given expression will be
evaluated at runtime by the bean shell interpreter.
|
| ItemCloneCreator |
Generically copies a item.
|
| ItemCloneCreator.CopyAttribute |
A wrapper for each item attribute to be stored while creating a copy.
|
| ItemCloneCreator.CopyContext |
Context for collecting all items copied during
ItemCloneCreator.copy(ComposedType, Item, CopyContext). |
| ItemCloneCreator.CopyItem |
Wrapper for a single (partOf) item to be copied.
|
| LocalizableFeatureAccess |
Default feature access for localized properties.
|
| MapType |
This type represents a typed map.
|
| OneToManyRelationAttributeAccess | |
| PropertyAccess |
Default feature access for properties.
|
| ReflectionAttributeAccess | |
| RelationAttributeAccess |
Base class for relation attribute accesses.
|
| RelationDescriptor |
A special attribute descriptor for describing the item relation ends.
|
| RelationType |
A special composed type describing binary relations between items.
|
| SearchRestriction |
A SearchRestriction represents a restricted search for a principal, which will be used for realizing
personalization |
| SearchRestrictionTest | |
| Type |
Abstract base class for all types.
|
| TypeManager | Deprecated
- use
TypeDao instead |
| TypeManager.TypeManagerSerializableDTO | |
| TypeManagerManaged |
Base class of all type system classes.
|
| ViewAttributeDescriptor |
This attribute descriptor describes a
ViewType. |
| ViewType |
Represents the funtionality of a 'SQL-View'.
|
| Exception | Description |
|---|---|
| ItemCloneCreator.CannotCloneException |
Clone error class.
|
| ItemCloneCreator.CannotTranslateException | |
| JaloAbstractTypeException |
thrown whenever an operation is attempted on an abstract type this is allowed only for concrete types
|
| JaloDuplicateCodeException |
Will be thrown, if the assigned code of the item is already used
|
| JaloDuplicateQualifierException |
thrown if a operation attempts to violate the uniqueness of the qualifier
|
| JaloGenericCreationException |
Will be thrown, if the item creation process failed for some reason
|
| JaloTypeException |
The base class of all type related exceptions
|
| Annotation Type | Description |
|---|---|
| AttributeSetter |
Annotation type to mark attribute setter methods so they can be intercepted for item event mechanism.
|
| RemoveMethod |
Annotation for item removal methods.
|
Copyright © 2017 SAP SE. All Rights Reserved.