Uses of Interface
com.orchestranetworks.service.AccessRuleForCreate
Packages that use AccessRuleForCreate
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 AccessRuleForCreate in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type AccessRuleForCreateModifier and TypeMethodDescriptionvoidSchemaExtensionsContext.setAccessRuleForCreateOnNode(Path aPath, AccessRuleForCreate aRule) Sets anAccessRuleForCreateon a node without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleForCreateOnNode(Path aPath, AccessRuleForCreate aRule, UserMessage aDescription) Declares that the access to a record node may be restricted by the specified rule while in a record creation context.voidSchemaExtensionsContext.setAccessRuleForCreateOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRuleForCreate aRule) Sets anAccessRuleForCreateon a node subtree without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleForCreateOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRuleForCreate aRule, UserMessage aDescription) Declares that the access to an element's subtree may be restricted in a record creation context by the specifiedAccessRuleForCreate. -
Uses of AccessRuleForCreate in com.orchestranetworks.service
Fields in com.orchestranetworks.service declared as AccessRuleForCreateModifier and TypeFieldDescriptionstatic final AccessRuleForCreateAccessRuleForCreate.ALWAYS_HIDDENAlways returns hidden access permission.static final AccessRuleForCreateAccessRuleForCreate.ALWAYS_READ_ONLYAlways returns read-only access permission.static final AccessRuleForCreateAccessRuleForCreate.ALWAYS_READ_WRITEAlways returns read-write access permission.