Uses of Interface
com.orchestranetworks.service.AccessRule
-
Packages that use AccessRule Package Description com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®. -
-
Uses of AccessRule in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type AccessRule Modifier and Type Method Description voidSchemaExtensionsContext. setAccessRuleOnInstance(AccessRule aRule)Declares that global access to a dataset may be restricted by the specified rule.voidSchemaExtensionsContext. setAccessRuleOnNode(Path aPath, AccessRule aRule)Declares that the access to an element may be restricted by the specified rule.voidSchemaExtensionsContext. setAccessRuleOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRule aRule)Declares that the access to an element's subtree may be restricted by the specified rule.voidSchemaExtensionsContext. setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule)Declares that global access to a table record in the data model may be restricted by the specified rule. -
Uses of AccessRule in com.orchestranetworks.service
Classes in com.orchestranetworks.service that implement AccessRule Modifier and Type Class Description static classAccessRule.NoWriteRuleWraps another rule to return a maximum access level of read-only.Fields in com.orchestranetworks.service declared as AccessRule Modifier and Type Field Description static AccessRuleAccessRule. ALWAYS_HIDDENAlways returns hidden access permission.static AccessRuleAccessRule. ALWAYS_READ_ONLYAlways returns read-only access permission.static AccessRuleAccessRule. ALWAYS_READ_WRITEAlways returns read-write access permission.Methods in com.orchestranetworks.service that return AccessRule Modifier and Type Method Description static AccessRuleAccessRule.NoWriteRule. wrapRule(AccessRule aRule)Methods in com.orchestranetworks.service with parameters of type AccessRule Modifier and Type Method Description static AccessRuleAccessRule.NoWriteRule. wrapRule(AccessRule aRule)
-