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.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that throw ConstraintViolationExceptionModifier and TypeMethodDescriptionvoidMainEntity.doDelete(ProcedureContext aContext) Deletes the entire business object. -
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.ProcedureContext.doCreateOccurrence(ValueContext aContent, AdaptationTable aTable, UserReference aCreator, Date aCreationTime, UserReference aLastUpdater, Date aLastUpdateTime) Creates a record in the specified table with the specified system metadata.voidProcedureContext.doDelete(AdaptationName aName, boolean isDeletingChildren) Deletes the specified dataset or record.ProcedureContext.doModifyContent(Adaptation aTarget, ValueContext aContent) Modifies the content as specified.