Modifier and Type | Method and Description |
---|---|
Collection<Association> |
AccessControlService.getAssociationsByCreator(String username) |
Collection<Association> |
AccessControlPlugin.getAssociationsByCreator(String username) |
Collection<Association> |
AccessControlService.getAssociationsByOwner(String username) |
Collection<Association> |
AccessControlPlugin.getAssociationsByOwner(String username) |
Modifier and Type | Method and Description |
---|---|
private void |
AccessControlPlugin.assignMembership(Association assoc) |
void |
AccessControlPlugin.postCreateAssociation(Association assoc) |
void |
AccessControlPlugin.postUpdateAssociation(Association assoc,
AssociationModel updateModel,
AssociationModel oldAssoc) |
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationDefinition
Definition of an association between 2 topic types -- part of DMX'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 |
DMXObject.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> |
DMXObject.getAssociations()
Fetches all associations this object is a player in.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AssociationDefinitionImpl
An association definition that is attached to the
CoreService . |
(package private) class |
AssociationImpl
An association model that is attached to the DB.
|
(package private) class |
RelatedAssociationImpl
An Association-Association pair that is attached to the
PersistenceLayer . |
Modifier and Type | Field and Description |
---|---|
private Iterator<Association> |
AssociationIterable.assocs |
Modifier and Type | Method and Description |
---|---|
(package private) Association |
CoreServiceImpl.createAssociation(String typeUri,
RoleModel roleModel1,
RoleModel roleModel2)
Convenience method.
|
Association |
AssociationRoleImpl.getAssociation() |
(package private) Association |
PersistenceLayer.getAssociation(long assocId) |
Association |
CoreServiceImpl.getAssociation(long assocId) |
(package private) Association |
PersistenceLayer.getAssociation(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2) |
Association |
CoreServiceImpl.getAssociation(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2) |
Association |
TopicImpl.getAssociation(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
long othersTopicId) |
Association |
AssociationImpl.getAssociation(String assocTypeUri,
String myRoleTypeUri,
String othersRoleTypeUri,
long othersTopicId) |
(package private) Association |
PersistenceLayer.getAssociationBetweenTopicAndAssociation(String assocTypeUri,
long topicId,
long assocId,
String topicRoleTypeUri,
String assocRoleTypeUri) |
Association |
CoreServiceImpl.getAssociationBetweenTopicAndAssociation(String assocTypeUri,
long topicId,
long assocId,
String topicRoleTypeUri,
String assocRoleTypeUri) |
(package private) Association |
PersistenceLayer.getAssociationByValue(String key,
SimpleValue value) |
Association |
CoreServiceImpl.getAssociationByValue(String key,
SimpleValue value) |
Association |
RelatedTopicImpl.getRelatingAssociation() |
Association |
RelatedAssociationImpl.getRelatingAssociation() |
(package private) Association |
AssociationIterator.instantiateObject(AssociationModelImpl model) |
Association |
AssociationImpl.loadChildTopics() |
Association |
AssociationImpl.loadChildTopics(String assocDefUri) |
Modifier and Type | Method and Description |
---|---|
(package private) Iterable<Association> |
PersistenceLayer.getAllAssociations() |
Iterable<Association> |
CoreServiceImpl.getAllAssociations() |
List<Association> |
TopicImpl.getAssociations() |
List<Association> |
AssociationImpl.getAssociations() |
(package private) List<Association> |
PersistenceLayer.getAssociations(long topic1Id,
long topic2Id) |
List<Association> |
CoreServiceImpl.getAssociations(long topic1Id,
long topic2Id) |
List<Association> |
CoreServiceImpl.getAssociations(long topic1Id,
long topic2Id,
String assocTypeUri) |
(package private) List<Association> |
PersistenceLayer.getAssociations(String assocTypeUri,
long topic1Id,
long topic2Id) |
(package private) List<Association> |
PersistenceLayer.getAssociations(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2) |
(package private) List<Association> |
PersistenceLayer.getAssociationsByProperty(String propUri,
Object propValue) |
List<Association> |
CoreServiceImpl.getAssociationsByProperty(String propUri,
Object propValue) |
(package private) List<Association> |
PersistenceLayer.getAssociationsByPropertyRange(String propUri,
Number from,
Number to) |
List<Association> |
CoreServiceImpl.getAssociationsByPropertyRange(String propUri,
Number from,
Number to) |
(package private) List<Association> |
PersistenceLayer.getAssociationsByType(String assocTypeUri) |
List<Association> |
CoreServiceImpl.getAssociationsByType(String assocTypeUri) |
(package private) List<Association> |
PersistenceLayer.getAssociationsByValue(String key,
SimpleValue value) |
List<Association> |
CoreServiceImpl.getAssociationsByValue(String key,
SimpleValue value) |
Iterator<Association> |
AssociationIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlImpl.deleteAssociationMapcontext(Association assoc) |
boolean |
AccessControlImpl.isWorkspaceAssignment(Association assoc) |
Modifier and Type | Method and Description |
---|---|
private void |
Migration7.process(List<Association> assocs,
int i) |
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) |
Modifier and Type | Method and Description |
---|---|
Collection<Association> |
TimePlugin.getAssociationsByCreationTime(long from,
long to) |
Collection<Association> |
TimeService.getAssociationsByCreationTime(long from,
long to) |
Collection<Association> |
TimePlugin.getAssociationsByModificationTime(long from,
long to) |
Collection<Association> |
TimeService.getAssociationsByModificationTime(long from,
long to) |
Modifier and Type | Method and Description |
---|---|
void |
TimePlugin.postCreateAssociation(Association assoc) |
void |
TimePlugin.postUpdateAssociation(Association assoc,
AssociationModel updateModel,
AssociationModel oldAssoc) |
void |
TimePlugin.preSendAssociation(Association assoc) |
Modifier and Type | Method and Description |
---|---|
private Association |
TopicmapsPlugin.fetchAssociationMapcontext(long topicmapId,
long assocId) |
private Association |
TopicmapsPlugin.fetchTopicMapcontext(long topicmapId,
long topicId) |
Modifier and Type | Method and Description |
---|---|
private void |
TopicmapsPlugin.deleteAssociationMapcontext(Association assocMapcontext) |
private ViewProperties |
TopicmapsPlugin.fetchAssocViewProperties(Association assocMapcontext) |
private ViewProperties |
TopicmapsPlugin.fetchTopicViewProperties(Association topicMapcontext) |
private boolean |
TopicmapsPlugin.pinned(Association mapcontext) |
private void |
TopicmapsPlugin.storeViewProperties(Association mapcontext,
ViewProperties viewProps) |
private boolean |
TopicmapsPlugin.visibility(Association topicMapcontext) |
Modifier and Type | Method and Description |
---|---|
private void |
Migration4.migrateMapcontextAssociation(Association assoc) |
Modifier and Type | Method and Description |
---|---|
Association |
WebservicePlugin.getAssociation(long assocId) |
Association |
WebservicePlugin.getAssociation(String assocTypeUri,
long topic1Id,
long topic2Id,
String roleTypeUri1,
String roleTypeUri2) |
Association |
WebservicePlugin.getAssociationByValue(String key,
SimpleValue value) |
Modifier and Type | Method and Description |
---|---|
List<Association> |
WebservicePlugin.getAssociations(long topic1Id,
long topic2Id) |
List<Association> |
WebservicePlugin.getAssociations(long topic1Id,
long topic2Id,
String assocTypeUri) |
List<Association> |
WebservicePlugin.getAssociationsByValue(String key,
SimpleValue value) |
Modifier and Type | Method and Description |
---|---|
List<Association> |
WorkspacesPlugin.getAssignedAssociations(long workspaceId) |
List<Association> |
WorkspacesService.getAssignedAssociations(long workspaceId)
Returns all associations assigned to the given workspace.
|
List<Association> |
WorkspacesPlugin.getAssignedAssociations(long workspaceId,
String assocTypeUri) |
List<Association> |
WorkspacesService.getAssignedAssociations(long workspaceId,
String assocTypeUri)
Returns all associations of the given type that are assigned to the given workspace.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
WorkspacesPlugin.isWorkspaceAssignment(Association assoc) |
void |
WorkspacesPlugin.postCreateAssociation(Association assoc)
Assigns every created association to the current workspace.
|
Modifier and Type | Method and Description |
---|---|
private void |
Migration9.deleteWorkspaceAssignment(Association assoc) |
Copyright © 2018. All Rights Reserved.