| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.irm.engine.classifications.item.ItemConstraintsFactory
public final class ItemConstraintsFactory
Item Constraints factory. This class provides methods for creating new instances of ItemConstraints objects.
| Method Summary | |
|---|---|
static ItemConstraints | 
createItemConstraints(ItemConstraints.Type type, Collection<ItemCode> itemCodes)Create item constraints.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static ItemConstraints createItemConstraints(ItemConstraints.Type type,
                                                    Collection<ItemCode> itemCodes)
type - the type of item constraint.itemCodes - the allowed or disallowed item codes. This parameter is optional, it is valid to pass null or an empty collection.
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||