com.crystaldecisions.sdk.occa.infostore
Interface IDeliverToInboxPrincipals

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IDeliverToInboxPrincipals
extends java.util.List

This is a list that store principals that represents the whom to deliver to for the DeliveryToInbox operation.


Method Summary
 boolean add(java.lang.Integer principalID)
           Adds a destination static document to the collection.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

boolean add(java.lang.Integer principalID)

Adds a destination static document to the collection.

Parameters:
principalID - An Integer value of user/usergroup id.