| Package | Description |
|---|---|
| de.deepamehta.core | |
| de.deepamehta.core.impl | |
| de.deepamehta.core.service | |
| de.deepamehta.core.service.accesscontrol | |
| de.deepamehta.core.service.event | |
| de.deepamehta.core.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationType |
interface |
DeepaMehtaType |
interface |
RelatedTopic
A Topic-Association pair.
|
interface |
TopicType
Specification of a topic type -- part of DeepaMehta's type system, like a class.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
ViewConfiguration.addConfigTopic(TopicModel configTopic)
Adds a config topic to this view config.
|
Topic |
Topic.findChildTopic(String topicTypeUri)
Searches this topic's child topics for a topic of the given type.
|
Topic |
ViewConfiguration.getConfigTopic(String configTypeUri) |
Topic |
TopicRole.getTopic() |
Topic |
Association.getTopicByType(String topicTypeUri)
### TODO: make it work for assoc players as well or drop it
|
Topic |
Topic.loadChildTopics() |
Topic |
Topic.loadChildTopics(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Topic> |
ViewConfiguration.getConfigTopics() |
| Modifier and Type | Method and Description |
|---|---|
Topic |
CoreServiceImpl.createRoleType(TopicModel model) |
Topic |
CoreServiceImpl.getTopic(long topicId) |
Topic |
CoreServiceImpl.getTopicByValue(String key,
SimpleValue value) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Topic> |
CoreServiceImpl.getAllTopics() |
List<Topic> |
CoreServiceImpl.getTopicsByProperty(String propUri,
Object propValue) |
List<Topic> |
CoreServiceImpl.getTopicsByPropertyRange(String propUri,
Number from,
Number to) |
List<Topic> |
CoreServiceImpl.getTopicsByType(String topicTypeUri) |
List<Topic> |
CoreServiceImpl.getTopicsByValue(String key,
SimpleValue value) |
List<Topic> |
CoreServiceImpl.searchTopics(String searchTerm,
String fieldUri) |
| Modifier and Type | Method and Description |
|---|---|
Topic |
CoreService.createRoleType(TopicModel model) |
Topic |
CoreService.createTopic(TopicModel model) |
Topic |
CoreService.getTopic(long topicId)
Accesses a topic by ID.
|
Topic |
CoreService.getTopicByUri(String uri)
Accesses a topic by URI.
|
Topic |
CoreService.getTopicByValue(String key,
SimpleValue value)
Looks up a single topic by exact value.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Topic> |
CoreService.getAllTopics() |
List<Topic> |
CoreService.getTopicsByProperty(String propUri,
Object propValue) |
List<Topic> |
CoreService.getTopicsByPropertyRange(String propUri,
Number from,
Number to) |
List<Topic> |
CoreService.getTopicsByType(String topicTypeUri) |
List<Topic> |
CoreService.getTopicsByValue(String key,
SimpleValue value)
Looks up topics by key and value.
|
List<Topic> |
CoreService.searchTopics(String searchTerm,
String fieldUri)
Performs a fulltext search.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
AccessControl.checkCredentials(Credentials cred)
Checks if the given credentials are valid.
|
Topic |
AccessControl.getPrivateWorkspace(String username)
Returns the private workspace of the given user.
|
Topic |
AccessControl.getUsernameTopic(javax.servlet.http.HttpServletRequest request)
Convenience method that returns the Username topic that corresponds to a request.
|
Topic |
AccessControl.getUsernameTopic(String username)
Returns the Username topic that corresponds to a username.
|
Topic |
AccessControl.getWorkspace(String uri)
Returns a workspace by URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostCreateTopicListener.postCreateTopic(Topic topic) |
void |
PostUpdateTopicListener.postUpdateTopic(Topic topic,
TopicModel updateModel,
TopicModel oldTopic) |
void |
PostUpdateTopicRequestListener.postUpdateTopicRequest(Topic topic) |
void |
PreDeleteTopicListener.preDeleteTopic(Topic topic) |
void |
PreSendTopicListener.preSendTopic(Topic topic) |
void |
PreUpdateTopicListener.preUpdateTopic(Topic topic,
TopicModel updateModel) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DeepaMehtaUtils.topicNames(Iterable<? extends Topic> topics) |
Copyright © 2018. All rights reserved.