Class | Description |
---|---|
ChoiceFieldLocationHelper<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>,F extends FieldChoiceDefinition<F>> | |
LocationHelper<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>> |
A location helper will provide the domain for a given object/ Typically, the
domain is generated from some fields entered by the user
|
SameLocationHelper<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>> |
This location helper allows to systematically define the location as a
constant domain
|
StringLocationHelper<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>> |
A common class that will translate the number of Domains (as string) into
Object Ids
|