Uses of Interface
de.deepamehta.core.AssociationType

Packages that use AssociationType
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.core.service.event   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
 

Uses of AssociationType in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement AssociationType
(package private)  class AttachedAssociationType
          An association type that is attached to the DeepaMehtaService.
 

Fields in de.deepamehta.core.impl with type parameters of type AssociationType
private  Map<String,AssociationType> TypeCache.assocTypes
           
 

Methods in de.deepamehta.core.impl that return AssociationType
private  AssociationType EmbeddedService.associationTypeFactory(AssociationTypeModel model)
          Factory method: creates a new association type in the DB according to the given model and returns an association type instance.
 AssociationType EmbeddedService.createAssociationType(AssociationTypeModel model)
           
(package private)  AssociationType TypeCache.getAssociationType(String assocTypeUri)
           
 AssociationType EmbeddedService.getAssociationType(String uri)
           
(package private)  AssociationType AttachedAssociation.getType()
           
private  AssociationType TypeCache.loadAssociationType(String assocTypeUri)
           
 

Methods in de.deepamehta.core.impl that return types with arguments of type AssociationType
 List<AssociationType> EmbeddedService.getAllAssociationTypes()
           
 

Methods in de.deepamehta.core.impl with parameters of type AssociationType
private  void JerseyResponseFilter.firePreSend(AssociationType assocType)
           
(package private)  void TypeCache.putAssociationType(AssociationType assocType)
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type AssociationType
private  void JerseyResponseFilter.firePreSendAssociationTypes(Iterable<AssociationType> assocTypes)
           
 

Uses of AssociationType in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return AssociationType
 AssociationType DeepaMehtaService.createAssociationType(AssociationTypeModel model)
           
 AssociationType DeepaMehtaService.getAssociationType(String assocTypeUri)
           
 

Methods in de.deepamehta.core.service that return types with arguments of type AssociationType
 List<AssociationType> DeepaMehtaService.getAllAssociationTypes()
           
 

Uses of AssociationType in de.deepamehta.core.service.event
 

Methods in de.deepamehta.core.service.event with parameters of type AssociationType
 void IntroduceAssociationTypeListener.introduceAssociationType(AssociationType assocType)
           
 void PreSendAssociationTypeListener.preSendAssociationType(AssociationType assocType)
           
 

Uses of AssociationType in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient with parameters of type AssociationType
 void WebclientPlugin.introduceAssociationType(AssociationType assocType)
           
 

Uses of AssociationType in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return AssociationType
 AssociationType WebservicePlugin.createAssociationType(AssociationTypeModel model)
           
 AssociationType WebservicePlugin.getAssociationType(String uri)
           
 

Methods in de.deepamehta.plugins.webservice that return types with arguments of type AssociationType
 List<AssociationType> WebservicePlugin.getAssociationAllTypes()
           
 

Uses of AssociationType in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with parameters of type AssociationType
 void WorkspacesPlugin.introduceAssociationType(AssociationType assocType)
          Takes care the DeepaMehta standard types (and their parts) get an assignment to the DeepaMehta workspace.
 



Copyright © 2015. All Rights Reserved.