Uses of Class
ontopoly.model.FieldDefinition
Packages that use FieldDefinition
-
Uses of FieldDefinition in ontopoly.components
Methods in ontopoly.components with parameters of type FieldDefinitionModifier and TypeMethodDescriptionprotected static org.apache.wicket.ComponentFieldsEditorExistingPanel.getFieldType(String id, FieldDefinition fieldDefinition) -
Uses of FieldDefinition in ontopoly.model
Subclasses of FieldDefinition in ontopoly.modelModifier and TypeClassDescriptionclassRepresents an identify field.classRepresents a name field.classRepresents an occurrence field.classRepresents a query field.classRepresents a role field.Methods in ontopoly.model that return FieldDefinitionModifier and TypeMethodDescriptionprotected static FieldDefinitionTopicType.findFieldDefinitionImpl(TopicMap tm, TopicIF fieldDefinitionTopic, TopicIF fieldDefinitionType) FieldAssignment.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 FieldDefinitionModifier and TypeMethodDescriptionabstract 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 FieldDefinitionModifier and TypeMethodDescriptionTopicType.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 FieldDefinitionModifierConstructorDescriptionFieldAssignment(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 FieldDefinitionModifier and TypeMethodDescriptionFieldDefinitionModel.getFieldDefinition()protected FieldDefinitionFieldDefinitionModel.load()Method parameters in ontopoly.models with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionstatic List<FieldDefinitionModel>FieldDefinitionModel.wrapInFieldDefinitionModels(List<FieldDefinition> fieldDefinitions) Constructors in ontopoly.models with parameters of type FieldDefinition -
Uses of FieldDefinition in ontopoly.pages
Methods in ontopoly.pages with parameters of type FieldDefinitionModifier and TypeMethodDescriptionbooleanAbstractOntopolyPage.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)