Skip navigation links

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


oracle.iam.rm.server_api
Interface ServerConstraintViolation

All Superinterfaces:
java.io.Serializable

public interface ServerConstraintViolation
extends java.io.Serializable

A piece of information representing when a constraint has been violated.


Method Summary
 java.lang.String getDescription()
          Gets the description for the violation.
 java.util.Collection getInvolvedObjects()
          Gets a colleciton of objects that we involved with the violation.

 

Method Detail

getDescription

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

getInvolvedObjects

java.util.Collection getInvolvedObjects()
Gets a colleciton of objects that we involved with the violation. This is a "best attempt" list, so may not contain all involved objects.
Returns:
Colleciton of objects that we involved with the violation.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.