Uses of Interface
com.orchestranetworks.schema.info.SchemaFacet
-
Packages that use SchemaFacet Package Description com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.info Provides interfaces for accessing schema node facet.com.orchestranetworks.service 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 SchemaFacet Modifier and Type Method Description SchemaFacetConstraintViolationException. getFacet()Returns the facet associated with the constraint violated.Methods in com.orchestranetworks.schema that return types with arguments of type SchemaFacet Modifier and Type Method Description Iterator<SchemaFacet>SchemaNode. getFacets()Returns an iterator over thefacetsdefined by this data model node.Constructors in com.orchestranetworks.schema with parameters of type SchemaFacet Constructor Description ConstraintViolationException(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.info Modifier and Type Interface Description interfaceSchemaFacetBoundaryThis interface represents themaxExclusive,maxInclusive,minExclusive, andminInclusivefacets associated with a node.interfaceSchemaFacetBoundaryMaxExclusiveThis interface represents themaxExclusivefacet associated with a node.interfaceSchemaFacetBoundaryMaxInclusiveThis interface represents themaxInclusivefacet associated with a node.interfaceSchemaFacetBoundaryMinExclusiveThis interface represents theminExclusivefacet associated with a node.interfaceSchemaFacetBoundaryMinInclusiveThis interface represents theminInclusivefacet associated with a node.interfaceSchemaFacetEnumerationThis interface represents enumeration facets associated with a node.interfaceSchemaFacetExcludeSegmentThis interface represents theexcludeSegmentfacet associated with a node.interfaceSchemaFacetExcludeValueThis interface represents theexcludeValuefacet associated with a node.interfaceSchemaFacetFractionDigitsThis interface represents thefractionDigitsfacet associated with a node.interfaceSchemaFacetLengthThis interface represents thelengthfacet associated with a node.interfaceSchemaFacetMaxLengthThis interface represents themaxLengthfacet associated with a node.interfaceSchemaFacetMinLengthThis interface represents theminLengthfacet associated with a node.interfaceSchemaFacetOnLengthThis interface declares the common methods related to the facetslength,minLengthandmaxLengthassociated with a node.interfaceSchemaFacetOnMandatoryFieldThis interface corresponds to a cardinality constraint on a mandatory field (defines bothminOccurs="1"andmaxOccurs="1").interfaceSchemaFacetPatternThis interface represents thepatternfacet associated with a node.interfaceSchemaFacetTableRefThis interface represents the foreign key constraint associated with a node (osd:tableRef).interfaceSchemaFacetTotalDigitsThis interface represents thetotalDigitsfacet associated with a node. -
Uses of SchemaFacet in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return SchemaFacet Modifier and Type Method Description SchemaFacetValidationReportItem. 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 SchemaFacet Modifier and Type Method Description booleanValidationReport. hasTooManyItemsOfConstraint(SchemaFacet aFacet)Returns true if the message threshold has been reached by the specified constraint.
-