Uses of Class
com.orchestranetworks.schema.ConstraintViolationException
Packages that use ConstraintViolationException
Package
Description
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of ConstraintViolationException in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ConstraintViolationExceptionModifier and TypeMethodDescriptionProcedureResult.getConstraintViolationException()Returns the exception thrown if the procedure execution failed due to a constraint violation,nullotherwise.Methods in com.orchestranetworks.service that throw ConstraintViolationExceptionModifier and TypeMethodDescriptionProcedureContext.doCreateOccurrence(ValueContext aContent, AdaptationTable aTable) Creates a record in the specified table.voidProcedureContext.doDelete(AdaptationName aName, boolean isDeletingChildren) Deletes the specified dataset or record.ProcedureContext.doModifyContent(Adaptation aTarget, ValueContext aContent) Modifies the content as specified.