edu.mit.stellar.api.structure
Interface Nexus

All Known Subinterfaces:
NexusM

public interface Nexus

Nexus

Version:
$Revision: 30001 $, $Date: 2008-02-11 00:20:04 -0500 (Mon, 11 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 java.util.Date getCreatedDate()
           
 java.lang.String getName()
           
 java.util.List<Nexus> getNexuses()
           
 java.util.List<NexusGroup> getNexusGroups()
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 java.util.Map<java.lang.String,Nexus> getNexusMap()
           
 java.lang.String getPath()
           
 java.util.Properties getProperties()
          Deprecated. multi-valued and non-string properties should be supported
 java.lang.String getProperty(java.lang.String key)
          Deprecated. multi-valued and non-string properties should be supported
 java.lang.String getStatus()
           
 java.lang.String getTitle()
           
 java.util.List<ToolLink> getToolLinks()
           
 java.util.Map<java.lang.String,Tool> getToolMap()
           
 java.util.List<Tool> getTools()
           
 java.lang.String getUUID()
           
 

Method Detail

getUUID

java.lang.String getUUID()

getPath

java.lang.String getPath()

getCreatedDate

java.util.Date getCreatedDate()
Returns:
the createdDate

getName

java.lang.String getName()
Returns:
the name

getStatus

java.lang.String getStatus()
Returns:
the status

getTitle

java.lang.String getTitle()
Returns:
the title

getNexuses

java.util.List<Nexus> getNexuses()
Returns:
the child Nexuses

getNexusMap

java.util.Map<java.lang.String,Nexus> getNexusMap()
Returns:
Map of relativePath to Nexus

getTools

java.util.List<Tool> getTools()
Returns:
the tools

getToolMap

java.util.Map<java.lang.String,Tool> getToolMap()
Returns:
Map of relativePath to Tool

getToolLinks

java.util.List<ToolLink> getToolLinks()
Returns:
the toolLinks

getNexusGroups

java.util.List<NexusGroup> getNexusGroups()
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

Returns:
the nexusGroups

getProperty

java.lang.String getProperty(java.lang.String key)
Deprecated. multi-valued and non-string properties should be supported

Get a single-valued string property of the Nexus.

Parameters:
key -
Returns:
the value of the property, or null

getProperties

java.util.Properties getProperties()
Deprecated. multi-valued and non-string properties should be supported

Returns:
Properties map of all the properties of the Nexus.


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