Uses of Class
ontopoly.model.FieldDefinition
-
Packages that use FieldDefinition Package Description ontopoly.components ontopoly.model ontopoly.models ontopoly.pages -
-
Uses of FieldDefinition in ontopoly.components
Methods in ontopoly.components with parameters of type FieldDefinition Modifier and Type Method Description protected static org.apache.wicket.Component
FieldsEditorExistingPanel. getFieldType(String id, FieldDefinition fieldDefinition)
-
Uses of FieldDefinition in ontopoly.model
Subclasses of FieldDefinition in ontopoly.model Modifier and Type Class Description class
IdentityField
Represents an identify field.class
NameField
Represents a name field.class
OccurrenceField
Represents an occurrence field.class
QueryField
Represents a query field.class
RoleField
Represents a role field.Methods in ontopoly.model that return FieldDefinition Modifier and Type Method Description protected static FieldDefinition
TopicType. findFieldDefinitionImpl(TopicMap tm, TopicIF fieldDefinitionTopic, TopicIF fieldDefinitionType)
FieldDefinition
FieldAssignment. getFieldDefinition()
Returns the field type.static FieldDefinition
FieldDefinition. getFieldDefinition(String fieldId, int fieldType, TopicMap tm)
static FieldDefinition
FieldDefinition. getFieldDefinition(String fieldId, TopicMap tm)
static FieldDefinition
FieldDefinition. getFieldDefinition(TopicIF fieldTopic, TopicMap tm)
Methods in ontopoly.model that return types with arguments of type FieldDefinition Modifier and Type Method Description abstract Collection<? extends FieldDefinition>
AbstractTypingTopic. getDeclaredByFields()
Returns the field definitions that are declared for this typing topic.Collection<? extends FieldDefinition>
TopicType. getDeclaredByFields()
Methods in ontopoly.model with parameters of type FieldDefinition Modifier and Type Method Description FieldAssignment
TopicType. addField(FieldDefinition fieldDefinition)
static Cardinality
Cardinality. getDefaultCardinality(FieldDefinition fieldDefinition)
Returns the default cardinality (zero or more)void
LifeCycleListener. onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)
void
LifeCycleListener. onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)
void
TopicType. removeField(FieldDefinition fieldDefinition)
Constructors in ontopoly.model with parameters of type FieldDefinition Constructor Description FieldAssignment(TopicType topicType, TopicType declaredTopicType, FieldDefinition fieldDefinition)
Creates a new field assignment object.FieldAssignment(TopicType topicType, TopicType declaredTopicType, FieldDefinition fieldDefinition, int cachedOrder)
-
Uses of FieldDefinition in ontopoly.models
Methods in ontopoly.models that return FieldDefinition Modifier and Type Method Description FieldDefinition
FieldDefinitionModel. getFieldDefinition()
protected FieldDefinition
FieldDefinitionModel. load()
Method parameters in ontopoly.models with type arguments of type FieldDefinition Modifier and Type Method Description static List<FieldDefinitionModel>
FieldDefinitionModel. wrapInFieldDefinitionModels(List<FieldDefinition> fieldDefinitions)
Constructors in ontopoly.models with parameters of type FieldDefinition Constructor Description FieldDefinitionModel(FieldDefinition fieldDefinition)
-
Uses of FieldDefinition in ontopoly.pages
Methods in ontopoly.pages with parameters of type FieldDefinition Modifier and Type Method Description boolean
AbstractOntopolyPage. isAddAllowed(Topic parent, FieldDefinition fdParent)
boolean
AbstractOntopolyPage. isAddAllowed(Topic parent, FieldDefinition fdParent, Topic child, FieldDefinition fdChild)
boolean
AbstractOntopolyPage. isCreateAllowed(Topic parent, FieldDefinition fdParent, TopicType childType, FieldDefinition fdChild)
boolean
AbstractOntopolyPage. isRemoveAllowed(Topic parent, FieldDefinition fdParent)
boolean
AbstractOntopolyPage. isRemoveAllowed(Topic parent, FieldDefinition fdParent, Topic child, FieldDefinition fdChild)
void
AbstractOntopolyPage. onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)
void
AbstractOntopolyPage. onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)
-