Uses of Interface
edu.mit.stellar.api.structure.Nexus

Packages that use Nexus
edu.mit.stellar.api.group   
edu.mit.stellar.api.structure   
 

Uses of Nexus in edu.mit.stellar.api.group
 

Methods in edu.mit.stellar.api.group with parameters of type Nexus
 java.util.Set<java.lang.String> NexusSGroupFactory.getCategoryRefsForUserInNexus(java.lang.String uuid, Nexus nexus)
          Get Set of NexusGroups from Nexus, return combined Set of CategoryRefs for the user in all SGroups.
 java.util.Set<java.lang.String> NexusSGroupFactory.getCategoryRefsForUserInNexus(UserIdentity user, Nexus nexus)
          Get Set of NexusGroups from Nexus, return combined Set of CategoryRefs for the user in all SGroups.
 SGroup NexusSGroupFactory.getCombinedSGroupForNexus(Nexus nexus)
          Get Set of NexusGroups from Nexus, access the group Factories and the groups from them, and combine them to a single SGroup.
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(java.lang.String uuid, Nexus nexus)
          Get Set of NexusGroups from Nexus, see if the user has is a member of each, return Set of SGroups for which the user is a member.
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(UserIdentity user, Nexus nexus)
          Get Set of NexusGroups from Nexus, see if the user has is a member of each, return Set of SGroups for which the user is a member.
 

Uses of Nexus in edu.mit.stellar.api.structure
 

Subinterfaces of Nexus in edu.mit.stellar.api.structure
 interface NexusM
          NexusM
 

Methods in edu.mit.stellar.api.structure that return Nexus
 Nexus ParsedNexusToolPath.getNexus()
           
 Nexus NexusFactory.getNexusByPath(java.lang.String path)
           
 Nexus NexusFactory.getNexusByUUID(java.lang.String uuid)
           
 Nexus SiteContextAware.getSiteContext()
           
 

Methods in edu.mit.stellar.api.structure that return types with arguments of type Nexus
 java.util.List<Nexus> Nexus.getNexuses()
           
 java.util.Map<java.lang.String,Nexus> Nexus.getNexusMap()
           
 

Methods in edu.mit.stellar.api.structure with parameters of type Nexus
 void NexusM.addNexus(Nexus nexus)
           
 void NexusManager.deleteNexus(Nexus nexus)
           
 NexusM NexusManager.getNexusM(Nexus nexus)
           
 void NexusManager.moveNexus(Nexus nexus, NexusM toParent)
           
 void NexusM.orderBefore(Nexus thisNexus, Nexus beforeNexus)
          Order thisNexus before beforeNexus.
 void NexusM.removeNexus(Nexus nexus)
           
 void ParsedNexusToolPath.setNexus(Nexus nexus)
           
 void SiteContextAware.setSiteContext(Nexus nexus)
           
 



Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.