com.bea.portal.tools.security.group
Class GroupResourceType

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceType
      extended by com.bea.portal.tools.security.group.GroupResourceType
All Implemented Interfaces
Serializable

public final class GroupResourceType
extends ResourceType

ResourceType for a group.

See Also
Serialized Form

Method Summary
static GroupResourceType getGroupResourceType()
          Get the GroupResourceType.
 String getTreeMode()
          Overridding ResourceType.getTreeMode() since the Group Resource type convention is different than the default convention
 
Methods inherited from class com.bea.portal.tools.resource.ResourceType
equals, equals, getNamespaceURI, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getGroupResourceType

public static GroupResourceType getGroupResourceType()
Get the GroupResourceType.

Returns
the GroupResourceType

getTreeMode

public String getTreeMode()
Overridding ResourceType.getTreeMode() since the Group Resource type convention is different than the default convention

Overrides:
getTreeMode in class ResourceType
Returns
the tree mode of this ResourceType


Copyright © 2011, Oracle. All rights reserved.