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.accesscontrol   
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 association type model and returns a topic type instance.
 AssociationType EmbeddedService.createAssociationType(AssociationTypeModel model, ClientState clientState)
           
(package private)  AssociationType AttachedAssociation.getAssociationType()
          Convenience method.
 AssociationType EmbeddedService.getAssociationType(String uri)
           
(package private)  AssociationType TypeCache.getAssociationType(String assocTypeUri)
           
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, ClientState clientState)
           
(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, ClientState clientState)
           
 

Uses of AssociationType in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return AssociationType
 AssociationType DeepaMehtaService.createAssociationType(AssociationTypeModel model, ClientState clientState)
           
 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, ClientState clientState)
           
 void PreSendAssociationTypeListener.preSendAssociationType(AssociationType assocType, ClientState clientState)
           
 

Uses of AssociationType in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type AssociationType
 void AccessControlPlugin.introduceAssociationType(AssociationType assocType, ClientState clientState)
           
 void AccessControlPlugin.preSendAssociationType(AssociationType assocType, ClientState clientState)
           
 

Uses of AssociationType in de.deepamehta.plugins.webclient
 

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

Uses of AssociationType in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return AssociationType
 AssociationType WebservicePlugin.createAssociationType(AssociationTypeModel assocTypeModel, ClientState clientState)
           
 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, ClientState clientState)
           
 



Copyright © 2014. All Rights Reserved.