com.centrasite.control.registry.items.accessors
Class AccessorSupport

java.lang.Object
  extended by com.centrasite.control.registry.items.accessors.AccessorSupport

public class AccessorSupport
extends java.lang.Object

This class provides support methods for accessors for registry objects


Field Summary
static java.lang.String rcs_id
           
 
Constructor Summary
AccessorSupport()
           
 
Method Summary
static java.lang.String getRootNodeIfValid(java.lang.String objectTypeName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Constructor Detail

AccessorSupport

public AccessorSupport()
Method Detail

getRootNodeIfValid

public static java.lang.String getRootNodeIfValid(java.lang.String objectTypeName)
Parameters:
objectTypeName -
Returns:
the context node's root node if valid for the specified object type otherwise just the context node. This method is used for support of server-side sorting.