Uses of Class
de.deepamehta.core.model.AssociationTypeModel

Packages that use AssociationTypeModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.plugins.webservice   
 

Uses of AssociationTypeModel in de.deepamehta.core
 

Methods in de.deepamehta.core with parameters of type AssociationTypeModel
 void AssociationType.update(AssociationTypeModel model, ClientState clientState, Directives directives)
           
 

Uses of AssociationTypeModel in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return AssociationTypeModel
private  AssociationTypeModel TypeStorageImpl.fetchAssociationType(String assocTypeUri)
           
(package private)  AssociationTypeModel TypeStorageImpl.getAssociationType(String assocTypeUri)
           
 AssociationTypeModel AttachedAssociationType.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type AssociationTypeModel
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)
           
 void AttachedAssociationType.update(AssociationTypeModel model, ClientState clientState, Directives directives)
           
 Directives EmbeddedService.updateAssociationType(AssociationTypeModel model, ClientState clientState)
           
 

Constructors in de.deepamehta.core.impl with parameters of type AssociationTypeModel
AttachedAssociationType(AssociationTypeModel model, EmbeddedService dms)
           
 

Uses of AssociationTypeModel in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service with parameters of type AssociationTypeModel
 AssociationType DeepaMehtaService.createAssociationType(AssociationTypeModel model, ClientState clientState)
           
 Directives DeepaMehtaService.updateAssociationType(AssociationTypeModel model, ClientState clientState)
           
 

Uses of AssociationTypeModel in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice with parameters of type AssociationTypeModel
 AssociationType WebservicePlugin.createAssociationType(AssociationTypeModel assocTypeModel, ClientState clientState)
           
 Directives WebservicePlugin.updateAssociationType(AssociationTypeModel model, ClientState clientState)
           
 



Copyright © 2014. All Rights Reserved.