| Package | Description |
|---|---|
| de.deepamehta.core | |
| de.deepamehta.core.service.accesscontrol |
| Modifier and Type | Method and Description |
|---|---|
RelatedTopic |
DeepaMehtaObject.getRelatedTopic(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri)
Fetches and returns a related topic or
null if no such topic extists. |
RelatedTopic |
ChildTopics.getTopic(String assocDefUri)
Accesses a single-valued child.
|
RelatedTopic |
ChildTopics.getTopicOrNull(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedTopic> |
DeepaMehtaObject.getRelatedTopics(List assocTypeUris,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<RelatedTopic> |
DeepaMehtaObject.getRelatedTopics(String assocTypeUri) |
List<RelatedTopic> |
DeepaMehtaObject.getRelatedTopics(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
String othersTopicTypeUri) |
List<RelatedTopic> |
ChildTopics.getTopics(String assocDefUri)
Accesses a multiple-valued child.
|
List<RelatedTopic> |
ChildTopics.getTopicsOrNull(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
RelatedTopic |
AccessControl.getConfigTopic(String configTypeUri,
long topicId)
Returns the configuration topic of the given type for the given topic.
|
Copyright © 2018. All rights reserved.