WebCenter Interaction API  
 

IPTAccessList.Find Method 

Finds an entry in the list that matches the given classID and objectID

IPTAccessListEntry Find(
   int nClassID,
   int nObjectID
);

Parameters

nClassID
nObjectID

Return Value

IPTAccessListEntry if found, null if not

See Also

IPTAccessList Interface | com.plumtree.server Namespace