Uses of Interface
com.orchestranetworks.service.AccessRule
Packages that use AccessRule
Package
Description
Represents XML Schema concepts and provides schema extensions capabilities.
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 AccessRuleModifier and TypeMethodDescriptionvoidSchemaExtensionsContext.setAccessRuleOnInstance(AccessRule aRule) Sets anAccessRuleon a dataset using this schema without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnInstance(AccessRule aRule, UserMessage aDescription) Declares that global access to a dataset may be restricted by the specified rule.voidSchemaExtensionsContext.setAccessRuleOnNode(Path aPath, AccessRule aRule) Sets anAccessRuleon a node without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnNode(Path aPath, AccessRule aRule, UserMessage aDescription) Declares that the access to an element may be restricted by the specified rule.voidSchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRule aRule) Sets anAccessRuleon a node subtree without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRule aRule, UserMessage aDescription) Declares that the access to an element's subtree may be restricted by the specified rule.voidSchemaExtensionsContext.setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule) Sets anAccessRuleon an table record without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule, UserMessage aDescription) 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 AccessRuleModifier and TypeClassDescriptionstatic final classWraps another rule to return a maximum access level of read-only.Fields in com.orchestranetworks.service declared as AccessRuleModifier and TypeFieldDescriptionstatic final AccessRuleAccessRule.ALWAYS_HIDDENAlways returns hidden access permission.static final AccessRuleAccessRule.ALWAYS_READ_ONLYAlways returns read-only access permission.static final AccessRuleAccessRule.ALWAYS_READ_WRITEAlways returns read-write access permission.Methods in com.orchestranetworks.service that return AccessRuleModifier and TypeMethodDescriptionstatic AccessRuleAccessRule.NoWriteRule.wrapRule(AccessRule aRule) Methods in com.orchestranetworks.service with parameters of type AccessRuleModifier and TypeMethodDescriptionstatic AccessRuleAccessRule.NoWriteRule.wrapRule(AccessRule aRule)