Uses of Interface
de.uka.ipd.consensus.foundation.schema.TypeInstance

Packages that use TypeInstance
de.snailshell.consensus.demo   
de.uka.ipd.consensus.foundation.rights   
de.uka.ipd.consensus.foundation.schema Start here for data model interfaces. 
de.uka.ipd.consensus.impl   
 

Uses of TypeInstance in de.snailshell.consensus.demo
 

Methods in de.snailshell.consensus.demo that return TypeInstance
 TypeInstance TopicBean.getTypeInstance()
           
 

Uses of TypeInstance in de.uka.ipd.consensus.foundation.rights
 

Methods in de.uka.ipd.consensus.foundation.rights with parameters of type TypeInstance
 boolean DynamicRightsManager.mayRemoveType(User user, TypeInstance type)
          Checks if the user is allowed to remove a type from a topic.
 void DynamicRightsManager.checkRemoveType(User user, TypeInstance type)
          Checks if the user is allowed to remove a type from a topic.
 

Uses of TypeInstance in de.uka.ipd.consensus.foundation.schema
 

Methods in de.uka.ipd.consensus.foundation.schema that return TypeInstance
 TypeInstance Topic.getType(User user, String id)
          Queries a type with the given id of this instance topic.
 TypeInstance Topic.addType(User adder, Topic type)
          Adds a type to this topic.
 

Uses of TypeInstance in de.uka.ipd.consensus.impl
 

Classes in de.uka.ipd.consensus.impl that implement TypeInstance
 class TypeInstanceImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl that return TypeInstance
 TypeInstance TopicImpl.getType(User user, String id)
           
 TypeInstance TopicImpl.addType(User adder, Topic type)
           
 

Methods in de.uka.ipd.consensus.impl with parameters of type TypeInstance
 boolean DynamicRightsManagerImpl.mayRemoveType(User user, TypeInstance type)
           
 void DynamicRightsManagerImpl.checkRemoveType(User user, TypeInstance type)