Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- add(Annotation) - Method in interface com.elo.flows.api.schema.AnnotatedType
-
Fügt dem Typ eine zusätzliche Annotation dynamisch hinzu.
- AnnotatedType - Interface in com.elo.flows.api.schema
-
Schnittstelle für einen annotierten Java-Typ Über diese Schnittstelle können dem Java-Typ zusätzliche Annotationen dynamisch hinzugefügt werden.
C
- collapsed() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroup
-
Defines whether this group will be collapsed initially or not
- com.elo.flows.api.schema - package com.elo.flows.api.schema
- com.elo.flows.api.schema.annotations - package com.elo.flows.api.schema.annotations
- com.elo.flows.api.schema.enums - package com.elo.flows.api.schema.enums
D
- description() - Element in annotation interface com.elo.flows.api.schema.annotations.Property
-
Defines a description of a property.
- description() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroup
-
Defines a description for a property group
- displayName() - Element in annotation interface com.elo.flows.api.schema.annotations.Property
-
Defines the display name of a property.
- displayName() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroup
-
The displayName of the property-group, can be used for translation in the client
- displayName() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyValue
-
Provides a localisation key
- DisplayOptions - Annotation Interface in com.elo.flows.api.schema.annotations
-
Annotation used to declare display-options
- DisplayOptions.EDITOR_SIZE - Class in com.elo.flows.api.schema.annotations
- DynamicSchema - Annotation Interface in com.elo.flows.api.schema.annotations
-
An annotation to mark a class or field with a dynamic schema provider.
G
- getErasedType() - Method in interface com.elo.flows.api.schema.AnnotatedType
-
Gibt den gelöschten Typ zurück
- getLocale() - Method in interface com.elo.flows.api.schema.enums.Localized
-
Provides a locale key for this enum constant instance
- getRawErasedType() - Method in interface com.elo.flows.api.schema.AnnotatedType
-
Gibt den gelöschten rohen Typ zurück
H
- hidden() - Element in annotation interface com.elo.flows.api.schema.annotations.DisplayOptions
-
Defines whether the property will be hidden by default or not
L
- LARGE - Static variable in class com.elo.flows.api.schema.annotations.DisplayOptions.EDITOR_SIZE
- Localized - Interface in com.elo.flows.api.schema.enums
-
Enumerations that have a complex localization process can implement this interface to provide the locale key
- Lookup - Annotation Interface in com.elo.flows.api.schema.annotations
-
Field annotation used to link a lookup-method to a field.
M
- MEDIUM - Static variable in class com.elo.flows.api.schema.annotations.DisplayOptions.EDITOR_SIZE
N
- name() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroup
-
The name of the property-group
O
- order() - Element in annotation interface com.elo.flows.api.schema.annotations.DisplayOptions
-
Will be used to determine the place of this property in the user interface
- order() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroup
-
Will be used to determine the position of this group in the client
P
- Property - Annotation Interface in com.elo.flows.api.schema.annotations
-
Marks a field or Parameter as a property.
- PropertyAccess - Annotation Interface in com.elo.flows.api.schema.annotations
-
Sets the access constraints of a field or parameter.
- PropertyAccessType - Enum Class in com.elo.flows.api.schema.annotations
-
various options for specifying how properties may be accessed.
- PropertyGroup - Annotation Interface in com.elo.flows.api.schema.annotations
-
Annotation used to group
Propertydefinitions - PropertyGroupRef - Annotation Interface in com.elo.flows.api.schema.annotations
-
Annoation used to link a
Propertydefinition to aPropertyGroupdefinition - PropertyGroups - Annotation Interface in com.elo.flows.api.schema.annotations
-
Annotation used to define a list of
PropertyGroupdefinitions - PropertyIgnore - Annotation Interface in com.elo.flows.api.schema.annotations
-
Deprecated.
- PropertyValue - Annotation Interface in com.elo.flows.api.schema.annotations
-
This annotation is used to localize enum constants
R
- READ_ONLY - Enum constant in enum class com.elo.flows.api.schema.annotations.PropertyAccessType
-
Access setting that means that the property may only be read, but not written.
- READ_WRITE - Enum constant in enum class com.elo.flows.api.schema.annotations.PropertyAccessType
-
Access setting that means that the property will be accessed for both write and read
- required() - Element in annotation interface com.elo.flows.api.schema.annotations.Property
-
Defines whether a property is required or not
S
- SchemaContext - Annotation Interface in com.elo.flows.api.schema.annotations
-
For internal use only
- service() - Element in annotation interface com.elo.flows.api.schema.annotations.SchemaContext
- serviceGroup() - Element in annotation interface com.elo.flows.api.schema.annotations.SchemaContext
- size() - Element in annotation interface com.elo.flows.api.schema.annotations.DisplayOptions
-
Defines how many rows to use when displaying the property
- SMALL - Static variable in class com.elo.flows.api.schema.annotations.DisplayOptions.EDITOR_SIZE
- suggestValue() - Element in annotation interface com.elo.flows.api.schema.annotations.DisplayOptions
-
Defines whether the set value of the annotated field will be suggested in the client
T
- targetClass() - Element in annotation interface com.elo.flows.api.schema.annotations.DynamicSchema
-
indicates the possible target class
- targetType() - Element in annotation interface com.elo.flows.api.schema.annotations.SchemaContext
- Title - Annotation Interface in com.elo.flows.api.schema.annotations
-
This annotation provides the possibility to decorate the given Java-Bean class with a title that will be used in the Flows-Admin GUI
- Transformable - Annotation Interface in com.elo.flows.api.schema.annotations
-
Transformableis a marker annoation for types. - TransformableBy - Annotation Interface in com.elo.flows.api.schema.annotations
-
TransformableByis a annoation for types. - type() - Element in annotation interface com.elo.flows.api.schema.annotations.SchemaContext
V
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.DynamicSchema
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.Lookup
-
The name of the registered lookup
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyAccess
-
defines the access-type of a property
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroupRef
-
Defines the group membership of a property
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.PropertyGroups
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.Title
-
The title to show in the Flows-Admin GUI
- value() - Element in annotation interface com.elo.flows.api.schema.annotations.TransformableBy
- valueOf(String) - Static method in enum class com.elo.flows.api.schema.annotations.PropertyAccessType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.elo.flows.api.schema.annotations.PropertyAccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WRITE_ONLY - Enum constant in enum class com.elo.flows.api.schema.annotations.PropertyAccessType
-
Access setting that means that the property may only be written, but will not be read.
All Classes and Interfaces|All Packages|Constant Field Values
Propertyannotation