Uses of Interface
com.orchestranetworks.schema.info.SchemaFacet
Packages that use SchemaFacet
Package
Description
Represents XML Schema concepts and provides schema extensions capabilities.
Provides interfaces for accessing schema node facet.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of SchemaFacet in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return SchemaFacetModifier and TypeMethodDescriptionConstraintViolationException.getFacet()Returns the facet associated with the constraint violated.Methods in com.orchestranetworks.schema that return types with arguments of type SchemaFacetModifier and TypeMethodDescriptionSchemaNode.getFacets()Returns an iterator over thefacetsdefined by this data model node.Constructors in com.orchestranetworks.schema with parameters of type SchemaFacetModifierConstructorDescriptionConstraintViolationException(UserMessage aMessage, SchemaFacet aFacet) ConstraintViolationException(UserMessage aMessage, SchemaNode aNode, SchemaFacet aFacet) ConstraintViolationException(String XPathExpression, UserMessage message, SchemaNode node, SchemaFacet facet) ConstraintViolationException(String aMessage, SchemaNode aNode, SchemaFacet aFacet) -
Uses of SchemaFacet in com.orchestranetworks.schema.info
Subinterfaces of SchemaFacet in com.orchestranetworks.schema.infoModifier and TypeInterfaceDescriptioninterfaceThis interface represents themaxExclusive,maxInclusive,minExclusive, andminInclusivefacets associated with a node.interfaceThis interface represents themaxExclusivefacet associated with a node.interfaceThis interface represents themaxInclusivefacet associated with a node.interfaceThis interface represents theminExclusivefacet associated with a node.interfaceThis interface represents theminInclusivefacet associated with a node.interfaceThis interface represents enumeration facets associated with a node.interfaceThis interface represents theexcludeSegmentfacet associated with a node.interfaceThis interface represents theexcludeValuefacet associated with a node.interfaceThis interface represents thefractionDigitsfacet associated with a node.interfaceThis interface represents thelengthfacet associated with a node.interfaceThis interface represents themaxLengthfacet associated with a node.interfaceThis interface represents theminLengthfacet associated with a node.interfaceThis interface declares the common methods related to the facetslength,minLengthandmaxLengthassociated with a node.interfaceThis interface corresponds to a cardinality constraint on a mandatory field (defines bothminOccurs="1"andmaxOccurs="1").interfaceThis interface represents thepatternfacet associated with a node.interfaceThis interface represents the foreign key constraint associated with a node (osd:tableRef).interfaceThis interface represents thetotalDigitsfacet associated with a node. -
Uses of SchemaFacet in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return SchemaFacetModifier and TypeMethodDescriptionValidationReportItem.getFacet()Returns the facet that is associated with this item,nullif no facet is associated with this item.Methods in com.orchestranetworks.service with parameters of type SchemaFacetModifier and TypeMethodDescriptionbooleanValidationReport.hasTooManyItemsOfConstraint(SchemaFacet aFacet) Returns true if the message threshold has been reached by the specified constraint.