Uses of Interface
com.metamatrix.platform.admin.api.PermissionTreeView

Packages that use PermissionTreeView
com.metamatrix.console.ui.views.entitlements   
com.metamatrix.console.ui.views.vdb   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api   
 

Uses of PermissionTreeView in com.metamatrix.console.ui.views.entitlements
 

Methods in com.metamatrix.console.ui.views.entitlements that return PermissionTreeView
 PermissionTreeView EntitlementInfo.getTreeView()
           
 

Methods in com.metamatrix.console.ui.views.entitlements with parameters of type PermissionTreeView
static DataNodesTreeModel DataNodesTreeModel.createDefaultTreeModelFromTreeView(PermissionTreeView treeView, boolean canModifyEntitlements, boolean usingRoot)
           
 void DataNodeAuthorizationsControl.setTreeView(PermissionTreeView tView, boolean repopulatingSameEntitlement, boolean canModifyEntitlements)
           
 

Constructors in com.metamatrix.console.ui.views.entitlements with parameters of type PermissionTreeView
DataNodesTreeModelGenerator(PermissionTreeView treeView, boolean canModify, boolean usingRoot)
           
EntitlementInfo(PermissionTreeView treeVw, AuthorizationPolicyID id, AuthorizationPolicy pol, java.lang.String entName, java.lang.String entDesc, java.lang.String vName, int vVers, java.util.List rGroups)
           
 

Uses of PermissionTreeView in com.metamatrix.console.ui.views.vdb
 

Methods in com.metamatrix.console.ui.views.vdb with parameters of type PermissionTreeView
static DataNodesTreeModel DataNodesTreeModel.createDefaultTreeModelFromTreeView(PermissionTreeView treeView, DataNodesTreeModel ourModel, javax.swing.tree.DefaultMutableTreeNode treeRoot)
           
 

Uses of PermissionTreeView in com.metamatrix.platform.admin.api
 

Subinterfaces of PermissionTreeView in com.metamatrix.platform.admin.api
 interface PermissionDataNodeTreeView
          Provides a view into the tree of PermissionDataNodes and supports utility methods that perform funcions on the tree as a whole.
 

Methods in com.metamatrix.platform.admin.api with parameters of type PermissionTreeView
 java.util.Collection AuthorizationEditor.modifyPermissions(PermissionTreeView treeView, AuthorizationPolicy policy)
           
 

Uses of PermissionTreeView in com.metamatrix.platform.admin.apiimpl
 

Classes in com.metamatrix.platform.admin.apiimpl that implement PermissionTreeView
 class PermissionDataNodeTreeViewImpl
          Provides a view into the tree of PermissionDataNodes and supports utility methods that perform funcions on the tree as a whole.
 

Uses of PermissionTreeView in com.metamatrix.platform.security.api
 

Methods in com.metamatrix.platform.security.api with parameters of type PermissionTreeView
abstract  java.util.Collection AbstractAuthorizationObjectEditor.modifyPermissions(PermissionTreeView treeView, AuthorizationPolicy policy)
          Modifies permissions belonging to the given AuthorizationPolicy.
 java.util.Collection AuthorizationObjectEditor.modifyPermissions(PermissionTreeView treeView, AuthorizationPolicy policy)
          Modifies permissions belonging to the given AuthorizationPolicy.
 



Copyright © 2009. All Rights Reserved.