Uses of Class
ontopoly.model.Topic
Packages that use Topic
Package
Description
-
Uses of Topic in ontopoly
Modifier and TypeMethodDescriptionprotected StringOntopolySession.getLockKey(Topic topic) OntopolyAccessStrategy.getPrivilege(User user, Topic topic) Resolves the privilege of a user for the provided topic.OntopolySession.getPrivilege(Topic topic) -
Uses of Topic in ontopoly.components
Classes in ontopoly.components with type parameters of type TopicFields in ontopoly.components with type parameters of type TopicModifier and TypeFieldDescriptionprotected final TopicModel<Topic>FieldInstanceAssociationNaryField.currentTopicModelprotected final Map<RoleFieldModel,TopicModel<Topic>> FieldInstanceAssociationNaryField.selectedPlayersprotected org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField<Topic>AssociationFieldAutoCompleteTextField.textFieldprotected final TopicModel<Topic>FieldInstanceAssociationBinaryPanel.topicModelMethods in ontopoly.components that return TopicModifier and TypeMethodDescriptionprotected abstract TopicCreateInstanceFunctionBoxPanel.createInstance(TopicMap topicMap, String name) protected TopicFieldInstanceCreatePlayerPanel.createInstance(TopicType topicType) TopicLink.getTopic()Methods in ontopoly.components that return types with arguments of type TopicModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField<Topic>AssociationFieldAutoCompleteTextField.getTextField()abstract TopicModel<Topic>DeleteTopicFunctionBoxPanel.getTopicModel()org.apache.wicket.markup.html.form.FormComponent<Topic>FieldInstanceAssociationBinaryField.getUpdateableComponent()Methods in ontopoly.components with parameters of type TopicModifier and TypeMethodDescriptionprotected booleanFieldDefinitionLabel.isFieldDefinitionLinkEnabled(Topic topic) protected booleanFieldDefinitionLabel.isOntologyTypeLinkEnabled(Topic topic) abstract voidDeleteTopicFunctionBoxPanel.onDeleteConfirmed(Topic topic) protected abstract voidInstancePanel.onLockLost(org.apache.wicket.ajax.AjaxRequestTarget target, Topic topic) protected abstract voidLockPanel.onLockLost(org.apache.wicket.ajax.AjaxRequestTarget target, Topic topic) Called when the lock on the topic was lost.protected abstract voidprotected abstract voidCalled when the lock on the topic was won.protected voidFieldInstanceAssociationBinaryField.onNewSelection(FieldValueModel fieldValueModel, Topic selectedTopic) protected booleanFieldInstanceAssociationNaryField.onNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic) protected abstract voidAssociationFieldAutoCompleteTextField.onTopicSelected(Topic topic) protected abstract voidFieldInstanceAssociationBinaryField.performNewSelection(FieldValueModel fieldValueModel, RoleField selectedField, Topic selectedTopic) protected RoleField.ValueIFFieldInstanceAssociationBinaryPanel.performNewSelection(RoleField selectedField, Topic selectedTopic) protected voidFieldInstanceAssociationNaryField.performNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic) protected abstract voidFieldInstanceCreatePlayerPanel.performNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic) protected voidprotected voidFieldInstanceCreatePlayerPanel.showInstancePage(org.apache.wicket.ajax.AjaxRequestTarget target, Topic topic, TopicType topicType, org.apache.wicket.Component c) Method parameters in ontopoly.components with type arguments of type TopicModifier and TypeMethodDescriptionprotected abstract voidAssociationFieldAutoCompleteTextField.filterPlayers(List<Topic> players) protected voidTopicListPanel.TopicListView.populateItem(org.apache.wicket.markup.html.list.ListItem<Topic> item) Constructor parameters in ontopoly.components with type arguments of type TopicModifierConstructorDescriptionAddOrRemoveTypeFunctionBoxPanel(String id, TopicModel<Topic> topicModel) AssociationFieldAutoCompleteTextField(String id, org.apache.wicket.model.IModel<Topic> model, RoleFieldModel valueFieldModel) AssociationTransformFunctionBoxPanel(String id, TopicModel<Topic> topicModel) CreateOrCopyInstanceFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel) InstancePanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel, boolean _isReadOnly, boolean traversable) LockPanel(String id, org.apache.wicket.model.IModel<? extends Topic> topicModel, boolean shouldAcquireLock) TopicInstanceLink(String id, org.apache.wicket.model.IModel<Topic> topicModel) TopicListPanel(String id, org.apache.wicket.model.IModel<List<Topic>> topics) TopicListView(String id, org.apache.wicket.model.IModel<List<Topic>> list) TopicTypesFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) ViewsFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) -
Uses of Topic in ontopoly.model
Subclasses of Topic in ontopoly.modelModifier and TypeClassDescriptionclassINTERNAL: Common superclass for all typing topics, like association types, topic types, role types, etc.classRepresents an association field.classRepresents an association type.classRepresents a cardinality that can be assigned to a field.classRepresents the edit mode of a field.classRepresents a datatype which can be assigned to an occurrence type.classRepresents the edit mode of a field.classRepresents a field type, which may be a name type, an occurrence type, an identity field, or a combination of an association role and an association type.classRepresents a fields view.classRepresents an identify field.classRepresents an identity type.classRepresents a datatype which can be assigned to an association field.classRepresents a name field.classRepresents a name type.classRepresents an occurrence field.classRepresents an occurrence type.classRepresents a query field.classRepresents a role field.classRepresents a role type.classINTERNAL: Represents a topic type.Methods in ontopoly.model that return TopicModifier and TypeMethodDescriptionTopic.copyCharacteristics()TopicType.createInstance(String name) Create a new topic instance of this topic type.FieldInstance.getInstance()Returns the topic this field instance is attached to.Topic[]RoleField.ValueIF.getPlayers()TopicMap.getReifier()TopicMap.getTopicById(String id) Methods in ontopoly.model that return types with arguments of type TopicModifier and TypeMethodDescriptionRoleField.getAllowedPlayers()RoleField.getAllowedPlayers(Topic currentTopic) Topic.getDependentObjects()TopicType.getInstances()Returns the set of all instances of this topic type.Returns the topics that matches the given search term.Returns the topics that matches the given search term.RoleField.searchAllowedPlayers(String searchTerm) Search for the topics that match the given search term.Methods in ontopoly.model with parameters of type TopicModifier and TypeMethodDescriptionvoidabstract voidFieldDefinition.addValue(Topic topic, Object _value, LifeCycleListener listener) voidIdentityField.addValue(Topic topic, Object _value, LifeCycleListener listener) Replaces a subject locator of or adds a subject identifier to a topic.voidNameField.addValue(Topic topic, Object _value, LifeCycleListener listener) Adds a name to a topic.voidOccurrenceField.addValue(Topic topic, Object _value, LifeCycleListener listener) voidQueryField.addValue(Topic topic, Object _value, LifeCycleListener listener) Not supported.voidRoleField.addValue(Topic topic, Object _value, LifeCycleListener listener) Adds an instance topic to the other side of an association an instance topic takes part in.RoleField.getAllowedPlayers(Topic currentTopic) RoleField.getAllowedPlayerTypes(Topic currentTopic) RoleField.getOrderedValues(Topic topic, RoleField ofield) abstract Collection<? extends Object>Collection<? extends Object>Returns either the subject locator or every subject identifier associated with the topic.Returns the names, which have this NameType object as type, associated with the topic.Returns the result from executing the values query.Gets the instance topics on the other side of an association an instance topic takes part in.booleanTopic.isInstanceOf(Topic type) voidRoleField.moveAfter(Topic instance, RoleField ofield, RoleField.ValueIF rfv1, RoleField.ValueIF rfv2) Change field value order so that the first value is ordered directly after the second value.voidLifeCycleListener.onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value) voidLifeCycleListener.onAfterCreate(Topic topic, TopicType topicType) voidLifeCycleListener.onBeforeDelete(Topic topic) voidLifeCycleListener.onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value) abstract voidFieldDefinition.removeValue(Topic topic, Object _value, LifeCycleListener listener) voidIdentityField.removeValue(Topic topic, Object _value, LifeCycleListener listener) Removes the subject locator or a subject identifier from a topic.voidNameField.removeValue(Topic topic, Object _value, LifeCycleListener listener) Removes a name from a topic.voidOccurrenceField.removeValue(Topic topic, Object _value, LifeCycleListener listener) voidQueryField.removeValue(Topic topic, Object _value, LifeCycleListener listener) Not supported.voidRoleField.removeValue(Topic topic, Object _value, LifeCycleListener listener) Removes an instance topic from the other side of an association an instance topic takes part in.Method parameters in ontopoly.model with type arguments of type TopicModifier and TypeMethodDescriptionprotected voidTopic.findDependentObjects(Collection<Topic> alreadyKnownDependentObjects) Find all objects that are dependent on this topic and that should be removed if this topic is removed.Constructors in ontopoly.model with parameters of type TopicModifierConstructorDescriptionFieldInstance(Topic instance, FieldAssignment fieldAssignment) FieldsView(Topic topic) -
Uses of Topic in ontopoly.models
Classes in ontopoly.models with type parameters of type TopicMethods in ontopoly.models that return TopicMethods in ontopoly.models that return types with arguments of type TopicMethods in ontopoly.models with parameters of type TopicModifier and TypeMethodDescriptionprotected abstract booleanprotected FieldInstanceFieldInstanceModel.newFieldInstance(Topic topic, FieldAssignment fieldAssignment) Method parameters in ontopoly.models with type arguments of type TopicModifier and TypeMethodDescriptionprotected abstract voidPossiblePlayersModel.filterPlayers(Collection<Topic> players) Constructor parameters in ontopoly.models with type arguments of type Topic -
Uses of Topic in ontopoly.pages
Fields in ontopoly.pages with type parameters of type TopicModifier and TypeFieldDescriptionprotected TopicModel<Topic>EmbeddedInstancePage.topicModelprotected TopicModel<Topic>VizigatorPage.topicModelMethods in ontopoly.pages that return TopicModifier and TypeMethodDescriptionprotected TopicEmbeddedHierarchicalInstancePage.getHierarchyTopic()protected TopicEmbeddedHierarchicalInstancePage.getHierarchyTopic(Topic topic) protected TopicEmbeddedInstancePage.getTopic()InstancePage.getTopic()Methods in ontopoly.pages that return types with arguments of type TopicMethods in ontopoly.pages with parameters of type TopicModifier and TypeMethodDescriptionbooleanAbstractOntopolyPage.filterTopic(Topic topic) Access filter to tell whether user has default access rights to topic is not.protected StringEmbeddedHierarchicalInstancePage.getDefinitionQuery(Topic topic) protected TopicEmbeddedHierarchicalInstancePage.getHierarchyTopic(Topic topic) Returns the display name of the given topic.Class<? extends org.apache.wicket.Page>AbstractOntopolyPage.getPageClass(Topic topic) Given the topic return the page class to use.Class<? extends org.apache.wicket.Page>AbstractTypesPage.getPageClass(Topic topic) Class<? extends org.apache.wicket.Page>DescriptionPage.getPageClass(Topic topic) org.apache.wicket.PageParametersAbstractOntopolyPage.getPageParameters(Topic topic) Given the topic return the page parameters to use.org.apache.wicket.PageParametersAbstractTypesPage.getPageParameters(Topic topic) org.apache.wicket.PageParametersEmbeddedHierarchicalInstancePage.getPageParameters(Topic topic) org.apache.wicket.PageParametersEmbeddedInstancePage.getPageParameters(Topic topic) 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.onAfterCreate(Topic topic, TopicType topicType) voidAbstractOntopolyPage.onBeforeDelete(Topic topic) voidAbstractOntopolyPage.onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value) Method parameters in ontopoly.pages with type arguments of type TopicModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<TreeModel>EmbeddedHierarchicalInstancePage.createTreeModel(TopicModel<Topic> hierarchyTopicModel, TopicModel<Topic> currentNodeModel) voidAbstractOntopolyPage.filterTopics(Collection<? extends Topic> topics) Checks access for a collection of topics.Constructors in ontopoly.pages with parameters of type TopicModifierConstructorDescriptionModalGeoPickerPage(org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow dialog, Topic thetopic) Constructor parameters in ontopoly.pages with type arguments of type TopicModifierConstructorDescriptionModalInstancePage(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) -
Uses of Topic in ontopoly.pojos
Methods in ontopoly.pojos that return TopicConstructors in ontopoly.pojos with parameters of type Topic -
Uses of Topic in ontopoly.utils
Classes in ontopoly.utils with type parameters of type TopicFields in ontopoly.utils with type parameters of type TopicModifier and TypeFieldDescriptionstatic final TopicChoiceRenderer<Topic>TopicChoiceRenderer.INSTANCEMethods in ontopoly.utils that return TopicMethods in ontopoly.utils with parameters of type TopicModifier and TypeMethodDescriptionintintstatic booleanOntopolyUtils.filterTopicByAdministratorRole(Topic topic) static booleanOntopolyUtils.filterTopicByAnnotationRole(Topic topic) static booleanOntopolyUtils.filterTopicByDefaultRole(Topic topic) static TopicTypeOntopolyUtils.getDefaultTopicType(Topic topic) Returns the topic type that is the default topic type amongst the topic types of the topic.TopicChoiceRenderer.getDisplayValue(Topic object) TopicChoiceRenderer.getIdValue(Topic object, int index) Method parameters in ontopoly.utils with type arguments of type TopicModifier and TypeMethodDescriptionstatic voidOntopolyUtils.filterTopicsByAdministratorRole(Collection<? extends Topic> topics) static voidOntopolyUtils.filterTopicsByAnnotationRole(Collection<? extends Topic> topics) static voidOntopolyUtils.filterTopicsByDefaultRole(Collection<? extends Topic> topics) Constructor parameters in ontopoly.utils with type arguments of type TopicModifierConstructorDescriptionRoleFieldsValueComparator(TopicModel<Topic> topicModel, List<RoleFieldModel> roleFieldModels) RoleFieldValueComparator(TopicModel<Topic> topicModel, RoleFieldModel roleFieldModel)