|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstraintViolation
Interface for a violation of a (typically asynchronously determined) constraint.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Gets the description of the constraint violation. |
java.util.Collection |
getInvolvedObjects()Gets a Collection of "involved" objects. |
| Method Detail |
|---|
java.lang.String getDescription()
String representing the description of the constraint violation.java.util.Collection getInvolvedObjects()
Collection of "involved" objects. This is mainly informational, possibly allowing the client to intelligently determine what "fix-up" can be done.Collection of "involved" objects or an empty Collection if no objects are involved.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||