|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRestrictedRights
This interface defines a read-only collection of rights associated with a license restriction.
Use this interface to obtain the restricted rights for this license.
ILicenseRestriction| Method Summary | |
|---|---|
IRestrictedRight |
get(int i)
Get the restricted right at the specified index. |
IRestrictedRight |
getRestrictedRight(RightDescriptor right)
Returns the restricted right that matches the RightDescriptor parameter. |
java.util.Iterator |
iterator()
Returns an iterator that provides access to the restricted rights. |
| Method Detail |
|---|
IRestrictedRight getRestrictedRight(RightDescriptor right)
throws SDKException
RightDescriptor parameter.
right - A RightDescriptor object that identifies the role right.
IRestrictedRight object that matches the role right,
or null if no match exists.
SDKException - if the process is unsuccessful.IRestrictedRight get(int i)
i - The index of the restricted right.
IRestrictedRight object at index i.java.util.Iterator iterator()
Iterator object that contains the restricted rights as IRestrictedRight objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||