Uses of Class
ontopoly.model.Topic
-
Packages that use Topic Package Description ontopoly ontopoly.components ontopoly.model ontopoly.models ontopoly.pages ontopoly.pojos ontopoly.utils -
-
Uses of Topic in ontopoly
Methods in ontopoly with parameters of type Topic Modifier and Type Method Description protected StringOntopolySession. getLockKey(Topic topic)OntopolyAccessStrategy.PrivilegeOntopolyAccessStrategy. getPrivilege(User user, Topic topic)Resolves the privilege of a user for the provided topic.OntopolyAccessStrategy.PrivilegeOntopolySession. getPrivilege(Topic topic)LockManager.LockOntopolySession. lock(Topic topic, String lockerId) -
Uses of Topic in ontopoly.components
Classes in ontopoly.components with type parameters of type Topic Modifier and Type Class Description classTopicDropDownChoice<T extends Topic>classTopicLink<T extends Topic>Fields in ontopoly.components with type parameters of type Topic Modifier and Type Field Description protected TopicModel<Topic>FieldInstanceAssociationNaryField. currentTopicModelprotected Map<RoleFieldModel,TopicModel<Topic>>FieldInstanceAssociationNaryField. selectedPlayersprotected org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField<Topic>AssociationFieldAutoCompleteTextField. textFieldprotected TopicModel<Topic>FieldInstanceAssociationBinaryPanel. topicModelMethods in ontopoly.components that return Topic Modifier and Type Method Description protected abstract TopicCreateInstanceFunctionBoxPanel. createInstance(TopicMap topicMap, String name)protected TopicFieldInstanceCreatePlayerPanel. createInstance(TopicType topicType)TopicTopicLink. getTopic()Methods in ontopoly.components that return types with arguments of type Topic Modifier and Type Method Description protected 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 Topic Modifier and Type Method Description protected 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 voidInstancePanel. onLockWon(org.apache.wicket.ajax.AjaxRequestTarget target, Topic topic)protected abstract voidLockPanel. onLockWon(org.apache.wicket.ajax.AjaxRequestTarget target, Topic topic)Called 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 voidConfirmDeletePanel. setTopic(Topic topic)protected 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 Topic Modifier and Type Method Description protected 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 Topic Constructor Description AddOrRemoveTypeFunctionBoxPanel(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.model Modifier and Type Class Description classAbstractTypingTopicINTERNAL: Common superclass for all typing topics, like association types, topic types, role types, etc.classAssociationFieldRepresents an association field.classAssociationTypeRepresents an association type.classCardinalityRepresents a cardinality that can be assigned to a field.classCreateActionRepresents the edit mode of a field.classDataTypeRepresents a datatype which can be assigned to an occurrence type.classEditModeRepresents the edit mode of a field.classFieldDefinitionRepresents 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.classFieldsViewRepresents a fields view.classIdentityFieldRepresents an identify field.classIdentityTypeRepresents an identity type.classInterfaceControlRepresents a datatype which can be assigned to an association field.classNameFieldRepresents a name field.classNameTypeRepresents a name type.classOccurrenceFieldRepresents an occurrence field.classOccurrenceTypeRepresents an occurrence type.classQueryFieldRepresents a query field.classRoleFieldRepresents a role field.classRoleTypeRepresents a role type.classTopicTypeINTERNAL: Represents a topic type.Methods in ontopoly.model that return Topic Modifier and Type Method Description TopicTopic. copyCharacteristics()TopicTopicType. createInstance(String name)Create a new topic instance of this topic type.TopicFieldInstance. getInstance()Returns the topic this field instance is attached to.TopicRoleField.ValueIF. getPlayer(RoleField roleField, Topic oplayer)Topic[]RoleField.ValueIF. getPlayers()TopicTopicMap. getReifier()TopicTopicMap. getTopicById(String id)Methods in ontopoly.model that return types with arguments of type Topic Modifier and Type Method Description List<Topic>RoleField. getAllowedPlayers()List<Topic>RoleField. getAllowedPlayers(Topic currentTopic)Collection<Topic>Topic. getDependentObjects()List<Topic>TopicType. getInstances()Returns the set of all instances of this topic type.List<Topic>TopicMap. searchAll(String searchTerm)Returns the topics that matches the given search term.List<Topic>TopicType. searchAll(String searchTerm)Returns the topics that matches the given search term.List<Topic>RoleField. searchAllowedPlayers(String searchTerm)Search for the topics that match the given search term.Methods in ontopoly.model with parameters of type Topic Modifier and Type Method Description voidRoleField.ValueIF. addPlayer(RoleField roleField, Topic player)abstract 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.List<Topic>RoleField. getAllowedPlayers(Topic currentTopic)Collection<TopicType>RoleField. getAllowedPlayerTypes(Topic currentTopic)List<RoleField.ValueIF>RoleField. getOrderedValues(Topic topic, RoleField ofield)TopicRoleField.ValueIF. getPlayer(RoleField roleField, Topic oplayer)abstract Collection<? extends Object>FieldDefinition. getValues(Topic topic)Collection<? extends Object>IdentityField. getValues(Topic topic)Returns either the subject locator or every subject identifier associated with the topic.List<TopicNameIF>NameField. getValues(Topic topic)Returns the names, which have this NameType object as type, associated with the topic.List<OccurrenceIF>OccurrenceField. getValues(Topic topic)List<Object>QueryField. getValues(Topic topic)Returns the result from executing the values query.List<RoleField.ValueIF>RoleField. getValues(Topic topic)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 Topic Modifier and Type Method Description protected 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 Topic Constructor Description FieldInstance(Topic instance, FieldAssignment fieldAssignment)FieldsView(Topic topic) -
Uses of Topic in ontopoly.models
Classes in ontopoly.models with type parameters of type Topic Modifier and Type Class Description classTopicModel<T extends Topic>Methods in ontopoly.models that return Topic Modifier and Type Method Description TopicTopicModel. getTopic()Methods in ontopoly.models that return types with arguments of type Topic Modifier and Type Method Description protected List<Topic>PossiblePlayersModel. load()Methods in ontopoly.models with parameters of type Topic Modifier and Type Method Description protected abstract booleanAvailableTopicTypesModel. filter(Topic o)protected FieldInstanceFieldInstanceModel. newFieldInstance(Topic topic, FieldAssignment fieldAssignment)Method parameters in ontopoly.models with type arguments of type Topic Modifier and Type Method Description protected abstract voidPossiblePlayersModel. filterPlayers(Collection<Topic> players)Constructor parameters in ontopoly.models with type arguments of type Topic Constructor Description AvailableTopicTypesModel(TopicModel<Topic> topicModel) -
Uses of Topic in ontopoly.pages
Fields in ontopoly.pages with type parameters of type Topic Modifier and Type Field Description protected TopicModel<Topic>EmbeddedInstancePage. topicModelprotected TopicModel<Topic>VizigatorPage. topicModelMethods in ontopoly.pages that return Topic Modifier and Type Method Description protected TopicEmbeddedHierarchicalInstancePage. getHierarchyTopic()protected TopicEmbeddedHierarchicalInstancePage. getHierarchyTopic(Topic topic)protected TopicEmbeddedInstancePage. getTopic()TopicInstancePage. getTopic()Methods in ontopoly.pages that return types with arguments of type Topic Modifier and Type Method Description TopicModel<Topic>InstancePage. getTopicModel()Methods in ontopoly.pages with parameters of type Topic Modifier and Type Method Description booleanAbstractOntopolyPage. 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)StringAbstractOntopolyPage. getLabel(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 Topic Modifier and Type Method Description protected 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 Topic Constructor Description ModalGeoPickerPage(org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow dialog, Topic thetopic)Constructor parameters in ontopoly.pages with type arguments of type Topic Constructor Description ModalInstancePage(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) -
Uses of Topic in ontopoly.pojos
Methods in ontopoly.pojos that return Topic Modifier and Type Method Description TopicTopicNode. getTopic()Constructors in ontopoly.pojos with parameters of type Topic Constructor Description TopicNode(Topic topic) -
Uses of Topic in ontopoly.utils
Classes in ontopoly.utils with type parameters of type Topic Modifier and Type Class Description classTopicChoiceRenderer<T extends Topic>Fields in ontopoly.utils with type parameters of type Topic Modifier and Type Field Description static TopicChoiceRenderer<Topic>TopicChoiceRenderer. INSTANCEMethods in ontopoly.utils that return Topic Modifier and Type Method Description protected TopicTopicChoiceRenderer. getTopic(Object object)Methods in ontopoly.utils with parameters of type Topic Modifier and Type Method Description intTopicComparator. compare(Topic t1, Topic t2)intTopicIdComparator. compare(Topic t1, Topic t2)static 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.ObjectTopicChoiceRenderer. getDisplayValue(Topic object)StringTopicChoiceRenderer. getIdValue(Topic object, int index)Method parameters in ontopoly.utils with type arguments of type Topic Modifier and Type Method Description static 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 Topic Constructor Description RoleFieldsValueComparator(TopicModel<Topic> topicModel, List<RoleFieldModel> roleFieldModels)RoleFieldValueComparator(TopicModel<Topic> topicModel, RoleFieldModel roleFieldModel)
-