| Package | Description |
|---|---|
| de.deepamehta.core | |
| de.deepamehta.core.impl | |
| de.deepamehta.core.service | |
| de.deepamehta.core.service.accesscontrol | |
| de.deepamehta.core.service.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationDefinition
Definition of an association between 2 topic types -- part of DeepaMehta's type system,
like an association in a class diagram.
|
interface |
RelatedAssociation
An Association-Association pair.
|
| Modifier and Type | Method and Description |
|---|---|
Association |
AssociationRole.getAssociation() |
Association |
DeepaMehtaObject.getAssociation(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
long othersTopicId) |
Association |
RelatedObject.getRelatingAssociation() |
Association |
Association.loadChildTopics() |
Association |
Association.loadChildTopics(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
DeepaMehtaObject.getAssociations() |
| Modifier and Type | Method and Description |
|---|---|
Association |
CoreServiceImpl.getAssociation(long assocId) |
Association |
CoreServiceImpl.getAssociation(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2) |
Association |
CoreServiceImpl.getAssociationBetweenTopicAndAssociation(String assocTypeUri,
long topicId,
long assocId,
String topicRoleTypeUri,
String assocRoleTypeUri) |
Association |
CoreServiceImpl.getAssociationByValue(String key,
SimpleValue value) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Association> |
CoreServiceImpl.getAllAssociations() |
List<Association> |
CoreServiceImpl.getAssociations(long topic1Id,
long topic2Id) |
List<Association> |
CoreServiceImpl.getAssociations(long topic1Id,
long topic2Id,
String assocTypeUri) |
List<Association> |
CoreServiceImpl.getAssociationsByProperty(String propUri,
Object propValue) |
List<Association> |
CoreServiceImpl.getAssociationsByPropertyRange(String propUri,
Number from,
Number to) |
List<Association> |
CoreServiceImpl.getAssociationsByType(String assocTypeUri) |
List<Association> |
CoreServiceImpl.getAssociationsByValue(String key,
SimpleValue value) |
| Modifier and Type | Method and Description |
|---|---|
Association |
CoreService.createAssociation(AssociationModel model) |
Association |
CoreService.getAssociation(long assocId) |
Association |
CoreService.getAssociation(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2)
Returns the association between two topics, qualified by association type and both role types.
|
Association |
CoreService.getAssociationBetweenTopicAndAssociation(String assocTypeUri,
long topicId,
long assocId,
String topicRoleTypeUri,
String assocRoleTypeUri) |
Association |
CoreService.getAssociationByValue(String key,
SimpleValue value)
Looks up a single association by exact value.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Association> |
CoreService.getAllAssociations() |
List<Association> |
CoreService.getAssociations(long topic1Id,
long topic2Id)
Returns all associations between two topics.
|
List<Association> |
CoreService.getAssociations(long topic1Id,
long topic2Id,
String assocTypeUri)
Returns the associations between two topics.
|
List<Association> |
CoreService.getAssociationsByProperty(String propUri,
Object propValue) |
List<Association> |
CoreService.getAssociationsByPropertyRange(String propUri,
Number from,
Number to) |
List<Association> |
CoreService.getAssociationsByType(String assocTypeUri) |
List<Association> |
CoreService.getAssociationsByValue(String key,
SimpleValue value)
Looks up associations by key and value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessControl.deleteAssociationMapcontext(Association assoc) |
boolean |
AccessControl.isWorkspaceAssignment(Association assoc)
Checks if an association represents a workspace assignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostCreateAssociationListener.postCreateAssociation(Association assoc) |
void |
PostUpdateAssociationListener.postUpdateAssociation(Association assoc,
AssociationModel updateModel,
AssociationModel oldAssoc) |
void |
PreDeleteAssociationListener.preDeleteAssociation(Association assoc) |
void |
PreSendAssociationListener.preSendAssociation(Association assoc) |
void |
PreUpdateAssociationListener.preUpdateAssociation(Association assoc,
AssociationModel updateModel) |
Copyright © 2018. All rights reserved.