Uses of Class
com.orchestranetworks.schema.ConstraintViolationException
-
Packages that use ConstraintViolationException Package Description com.orchestranetworks.service 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 ConstraintViolationException Modifier and Type Method Description ConstraintViolationExceptionProcedureResult. getConstraintViolationException()Returns the exception thrown if the procedure execution failed due to a constraint violation,nullotherwise.Methods in com.orchestranetworks.service that throw ConstraintViolationException Modifier and Type Method Description AdaptationProcedureContext. doCreateOccurrence(ValueContext aContent, AdaptationTable aTable)Creates a record in the specified table.AdaptationProcedureContext. 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.AdaptationProcedureContext. doModifyContent(Adaptation aTarget, ValueContext aContent)Modifies the content as specified.
-