Uses of Class
wt.csm.ranking.RankingContext

Packages that use RankingContext
wt.csm.ranking   
wt.csm.ranking.service   
wt.export   
 

Uses of RankingContext in wt.csm.ranking
 

Methods in wt.csm.ranking that return RankingContext
 RankingContext RankingData.getContext()
          Gets the object for the association that plays role: CONTEXT.
static RankingContext RankingContext.newRankingContext(String name)
          

Supported API: false
 RankingContext ContextRankData.getContext()
          Gets the object for the association that plays role: CONTEXT_ROLE.
 

Methods in wt.csm.ranking with parameters of type RankingContext
 void RankingData.setContext(RankingContext a_Context)
          Sets the object for the association that plays role: CONTEXT.
static RankingData RankingData.newRankingData(RankingContext context, ClassificationNode node)
          

Supported API: false
protected  void RankingData.initialize(RankingContext context, ClassificationNode node)
          Supports initialization, following construction of an instance.
protected  boolean RankingContext.readVersion(RankingContext thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ContextRankData.setContext(RankingContext context)
          Sets the object for the association that plays role: CONTEXT_ROLE.
static ContextRankData ContextRankData.newContextRankData(RankingContext context, RankingData rankData)
          Default factory for the class.
 

Uses of RankingContext in wt.csm.ranking.service
 

Methods in wt.csm.ranking.service that return RankingContext
static RankingContext RankingObjectsFactory.newRankingContext(RankingContextDefaultView liteContext)
          Converts a lite weight attribute definition to its heavy version

Supported API: false
 RankingContext[] RankingDBService.getRankingContexts()
          Get all exiting RankingContexts.
 RankingContext RankingDBService.createRankingContext(RankingContextDefaultView liteContext)
          Creates a new RankingContext.
 RankingContext RankingDBService.updateRankingContext(RankingContextDefaultView liteContext)
          Updates an existing RankingContext.
 RankingContext RankingDBService.refreshRankingContext(RankingContextDefaultView liteContext)
          Refreshes the existing RankingContext.
 

Methods in wt.csm.ranking.service with parameters of type RankingContext
static RankingContextDefaultView RankingObjectsFactory.newRankingContextDefaultView(RankingContext context)
          

Supported API: false
 

Uses of RankingContext in wt.export
 

Methods in wt.export with parameters of type RankingContext
 void RankingDataExport.getAllRankingDataAssociatedToThisContext(RankingContext rank)
           
 void RankingDataExport.constructOutputString(IBAHolder part, RankingContext rank, String partName)
           
(package private)  String RankingContextExport.getRankableClassnames(RankingContext rank)