Uses of Interface
de.deepamehta.core.Type

Packages that use Type
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.plugins.typeeditor   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.workspaces   
de.deepamehta.plugins.workspaces.migrations   
de.deepamehta.plugins.workspaces.service   
 

Uses of Type in de.deepamehta.core
 

Subinterfaces of Type in de.deepamehta.core
 interface AssociationType
           
 interface TopicType
          Specification of a topic type -- part of DeepaMehta's type system, like a class.
 

Methods in de.deepamehta.core that return Type
 Type Type.addAssocDef(AssociationDefinitionModel assocDef)
           
 Type Type.addAssocDefBefore(AssociationDefinitionModel assocDef, String beforeChildTypeUri)
           
 Type Type.removeAssocDef(String childTypeUri)
           
 

Uses of Type in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement Type
(package private)  class AttachedAssociationType
          An association type that is attached to the DeepaMehtaService.
(package private)  class AttachedTopicType
          A topic type that is attached to the DeepaMehtaService.
(package private)  class AttachedType
           
 

Methods in de.deepamehta.core.impl that return Type
 Type AttachedType.addAssocDef(AssociationDefinitionModel assocDef)
           
 Type AttachedType.addAssocDefBefore(AssociationDefinitionModel assocDef, String beforeChildTypeUri)
           
(package private) abstract  Type AttachedDeepaMehtaObject.getType()
           
 Type AttachedType.removeAssocDef(String childTypeUri)
           
 

Methods in de.deepamehta.core.impl with parameters of type Type
(package private)  void TypeStorageImpl.rebuildSequence(Type type)
           
 void TypeStorageImpl.removeAssociationDefinitionFromMemoryAndRebuildSequence(Type type, String childTypeUri)
           
 

Uses of Type in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service with parameters of type Type
protected  void Migration.addTypeSetting(Type type, String setting, Object value)
           
 void TypeStorage.removeAssociationDefinitionFromMemoryAndRebuildSequence(Type type, String childTypeUri)
           
 

Uses of Type in de.deepamehta.plugins.typeeditor
 

Methods in de.deepamehta.plugins.typeeditor that return Type
private  Type TypeEditorPlugin.fetchParentType(Association assoc)
           
 

Methods in de.deepamehta.plugins.typeeditor with parameters of type Type
private  void TypeEditorPlugin.addUpdateTypeDirective(Type type)
           
 

Uses of Type in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient with parameters of type Type
private  void WebclientPlugin.updateViewConfig(Type type, Topic viewConfig)
           
 

Uses of Type in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with parameters of type Type
 void WorkspacesPlugin.assignTypeToWorkspace(Type type, long workspaceId)
           
private  boolean WorkspacesPlugin.isDeepaMehtaStandardType(Type type)
           
private  long WorkspacesPlugin.workspaceIdForType(Type type)
          Returns the ID of the DeepaMehta workspace or -1 to signal abortion of type introduction.
 

Uses of Type in de.deepamehta.plugins.workspaces.migrations
 

Methods in de.deepamehta.plugins.workspaces.migrations with parameters of type Type
(package private)  void Migration6.assignWorkspace(Type type)
           
private  boolean Migration6.isDeepaMehtaStandardType(Type type)
           
 

Uses of Type in de.deepamehta.plugins.workspaces.service
 

Methods in de.deepamehta.plugins.workspaces.service with parameters of type Type
 void WorkspacesService.assignTypeToWorkspace(Type type, long workspaceId)
          Assigns the given type and all its view configuration topics to the given workspace.
 



Copyright © 2015. All Rights Reserved.