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.ComponentFieldsEditorExistingPanel. getFieldType(String id, FieldDefinition fieldDefinition) -
Uses of FieldDefinition in ontopoly.model
Subclasses of FieldDefinition in ontopoly.model Modifier and Type Class Description classIdentityFieldRepresents an identify field.classNameFieldRepresents a name field.classOccurrenceFieldRepresents an occurrence field.classQueryFieldRepresents a query field.classRoleFieldRepresents a role field.Methods in ontopoly.model that return FieldDefinition Modifier and Type Method Description protected static FieldDefinitionTopicType. findFieldDefinitionImpl(TopicMap tm, TopicIF fieldDefinitionTopic, TopicIF fieldDefinitionType)FieldDefinitionFieldAssignment. getFieldDefinition()Returns the field type.static FieldDefinitionFieldDefinition. getFieldDefinition(String fieldId, int fieldType, TopicMap tm)static FieldDefinitionFieldDefinition. getFieldDefinition(String fieldId, TopicMap tm)static FieldDefinitionFieldDefinition. 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 FieldAssignmentTopicType. addField(FieldDefinition fieldDefinition)static CardinalityCardinality. getDefaultCardinality(FieldDefinition fieldDefinition)Returns the default cardinality (zero or more)voidLifeCycleListener. onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)voidLifeCycleListener. onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)voidTopicType. 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 FieldDefinitionFieldDefinitionModel. getFieldDefinition()protected FieldDefinitionFieldDefinitionModel. 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 booleanAbstractOntopolyPage. isAddAllowed(Topic parent, FieldDefinition fdParent)booleanAbstractOntopolyPage. isAddAllowed(Topic parent, FieldDefinition fdParent, Topic child, FieldDefinition fdChild)booleanAbstractOntopolyPage. isCreateAllowed(Topic parent, FieldDefinition fdParent, TopicType childType, FieldDefinition fdChild)booleanAbstractOntopolyPage. isRemoveAllowed(Topic parent, FieldDefinition fdParent)booleanAbstractOntopolyPage. isRemoveAllowed(Topic parent, FieldDefinition fdParent, Topic child, FieldDefinition fdChild)voidAbstractOntopolyPage. onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)voidAbstractOntopolyPage. onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)
-