com.trackstudio.tools
Class ExternalAdapterManagerUtil

java.lang.Object
  extended by com.trackstudio.tools.ExternalAdapterManagerUtil

public class ExternalAdapterManagerUtil
extends java.lang.Object


Constructor Summary
ExternalAdapterManagerUtil()
           
 
Method Summary
static java.util.HashMap getAvailableCategoryMap(SessionContext sc, java.lang.String taskId, java.util.Set workflowSet)
           
static java.util.HashMap getAvailableMstatusMap(SessionContext sc, java.util.Set workflowSet)
           
static java.util.HashMap getAvailablePriorityMap(SessionContext sc, java.util.Set workflowSet)
          For EditFilter page
static java.util.HashMap getAvailableResolutionMap(SessionContext sc, java.util.Set workflowSet)
          For EditFilter page
static java.util.HashMap getAvailableStatusMap(SessionContext sc, java.util.Set workflowSet)
          For EditFilter page
static java.util.HashMap getMprstatusMap(java.lang.String workflowid, java.lang.String access, java.lang.String mstatusId)
          For Transition.inc
static java.util.HashMap makeStatusAndUserMap(SessionContext sc, FValue flthm, java.lang.String taskId)
           
static java.util.HashMap makeStatusMap(SessionContext sc, java.lang.String taskId)
           
static java.util.HashMap makeUserMap(SessionContext sc, FValue flthm, java.lang.String taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalAdapterManagerUtil

public ExternalAdapterManagerUtil()
Method Detail

getAvailableCategoryMap

public static java.util.HashMap getAvailableCategoryMap(SessionContext sc,
                                                        java.lang.String taskId,
                                                        java.util.Set workflowSet)
                                                 throws GranException
Throws:
GranException

getAvailableMstatusMap

public static java.util.HashMap getAvailableMstatusMap(SessionContext sc,
                                                       java.util.Set workflowSet)
                                                throws GranException
Throws:
GranException

getAvailableStatusMap

public static java.util.HashMap getAvailableStatusMap(SessionContext sc,
                                                      java.util.Set workflowSet)
                                               throws GranException
For EditFilter page

Throws:
GranException

getAvailablePriorityMap

public static java.util.HashMap getAvailablePriorityMap(SessionContext sc,
                                                        java.util.Set workflowSet)
                                                 throws GranException
For EditFilter page

Throws:
GranException

getAvailableResolutionMap

public static java.util.HashMap getAvailableResolutionMap(SessionContext sc,
                                                          java.util.Set workflowSet)
                                                   throws GranException
For EditFilter page

Throws:
GranException

getMprstatusMap

public static java.util.HashMap getMprstatusMap(java.lang.String workflowid,
                                                java.lang.String access,
                                                java.lang.String mstatusId)
                                         throws GranException
For Transition.inc

Throws:
GranException

makeUserMap

public static java.util.HashMap makeUserMap(SessionContext sc,
                                            FValue flthm,
                                            java.lang.String taskId)
                                     throws GranException
Throws:
GranException

makeStatusMap

public static java.util.HashMap makeStatusMap(SessionContext sc,
                                              java.lang.String taskId)
                                       throws GranException
Throws:
GranException

makeStatusAndUserMap

public static java.util.HashMap makeStatusAndUserMap(SessionContext sc,
                                                     FValue flthm,
                                                     java.lang.String taskId)
                                              throws GranException
Throws:
GranException


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.