Package | Description |
---|---|
com.cultofbits.integrationm.service.dictionary.recordm |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
Definition.getField(Integer id)
Retrieves the field definition with the specified unique identifier.
|
FieldDefinition |
Definition.getFirstField(String name)
Retrieves the first field definition matching the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
Definition.findFields(Function<FieldDefinition,Boolean> predicate)
Finds field definitions that match the specified predicate.
|
List<FieldDefinition> |
Definition.findFieldsWithKeyord(String keyword)
Finds field definitions that contains the specified keyword in their configuration.
|
List<FieldDefinition> |
FieldDefinition.getFields()
Retrieves the list of child field definitions associated with this field definition.
|
List<FieldDefinition> |
Definition.getFields(String name)
Retrieves all field definitions matching the specified name.
|
List<FieldDefinition> |
Definition.getRootFields()
Retrieves the root fields definitions of the definition.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
Definition.findFields(Function<FieldDefinition,Boolean> predicate)
Finds field definitions that match the specified predicate.
|
Copyright © 2021 Cult Of Bits, lda