Uses of Interface
com.softwareag.mdm.service.AccessRule

Packages that use AccessRule
com.softwareag.mdm.schema Represents XML Schema concepts and provides schema extensions capabilities.  
com.softwareag.mdm.service Provides classes and interfaces for implementing specific services and access rules on webMethods MDM.  
 

Uses of AccessRule in com.softwareag.mdm.schema
 

Methods in com.softwareag.mdm.schema with parameters of type AccessRule
 void SchemaExtensionsContext.setAccessRuleOnInstance(AccessRule aRule)
          Declares that the global access to an instance of the schema may be restricted by the rule specified.
 void SchemaExtensionsContext.setAccessRuleOnNode(Path aPath, AccessRule aRule)
          Declares that the access to a node may be restricted by the rule specified.
 void SchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path subTreePath, boolean includeSubTreeRoot, AccessRule aRule)
          Declares that the access to a nodes subtree may be restricted by the rule specified.
 void SchemaExtensionsContext.setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule)
          Declares that the global access to a table occurrence of the schema may be restricted by the rule specified.
 

Uses of AccessRule in com.softwareag.mdm.service
 

Fields in com.softwareag.mdm.service declared as AccessRule
static AccessRule AccessRule.ALWAYS_READ_WRITE
          This rule always returns read-write access permission.
static AccessRule AccessRule.ALWAYS_READ_ONLY
          This rule always returns read-only access permission.
static AccessRule AccessRule.ALWAYS_HIDDEN
          This rule always returns hidden access permission.
 



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.