Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.client
Interface ConstraintViolation


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

getDescription

java.lang.String getDescription()
Gets the description of the constraint violation.
Returns:
String representing the description of the constraint violation.

getInvolvedObjects

java.util.Collection getInvolvedObjects()
Gets a Collection of "involved" objects. This is mainly informational, possibly allowing the client to intelligently determine what "fix-up" can be done.
Returns:
Collection of "involved" objects or an empty Collection if no objects are involved.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.