| Interface | Description |
|---|---|
| Entity |
An interface representing the basic Octane entity.
|
| EntityUtil.EntityEquator |
Interface for checking equality between two entity models
|
| FieldModel<T> |
Interface of FieldModel
|
| Class | Description |
|---|---|
| BooleanFieldModel |
This class hold the BooleanFieldModel objects and serve as a Boolean type FieldModel data holder
|
| DateFieldModel |
This class holds the DateFieldModel objects and serves as a ZonedDateTime type FieldModel data holder.
|
| EmptyFieldModel |
This class represents an Empty Field
|
| EntityModel |
This class hold the EntityModel objects and server as an entity data holder
entities.
|
| EntityUtil |
Util methods for comparing
EntityModel objects. |
| ErrorModel |
This class hold the ErrorModel objects and server as an error data holder
entities.
|
| FloatFieldModel |
Created by ngthien on 8/3/2016.
|
| LongFieldModel |
This class hold the LongFieldModel objects and serve as a long type FieldModel data holder
|
| ModelParser | |
| MultiReferenceFieldModel |
This class hold the MultiReferenceFieldModel objects and serve as a multi reference type FieldModel data holder
|
| ObjectFieldModel |
This class hold the ObjectFieldModel objects.
|
| OctaneCollectionSupplier<T extends Entity> |
Implementation of the
Supplier that returns a new OctaneCollection |
| ReferenceErrorModel |
This class hold the ReferenceErrorModel objects and serve as a ReferenceError type FieldModel data holder
|
| ReferenceErrorModel.ReferenceError |
data structure for referenceError
|
| ReferenceFieldModel |
This class hold the ReferenceFieldModel objects and serve as a ReferenceField type FieldModel data holder
|
| StringFieldModel |
This class hold the StringFieldModel objects and serve as a string type FieldModel data holder
|
| TypedEntityModel |
The super type for the typed entity models.
|
| Enum | Description |
|---|---|
| EntityMetadata.AvailableMethods | |
| EntityModel.EntityState |
Represents the state of the entity.
|
| Annotation Type | Description |
|---|---|
| AllowedReferences |
Annotation that defines the true references that are allowed for the given method
When a reference field can return more than one type of reference this defines the actual
sub types that are returned
|
| EntityMetadata |
Some useful metadata for the generated class such as available HTTP methods and the
REST collection URL
|
| FieldMetadata |
Adds useful metadata information to the method such as whether the field is required or sortable
|
Copyright © 2021 Micro Focus. All rights reserved.