WebCenter Interaction API  
 

IPTAccessList Members

IPTAccessList overview

Public Instance Methods

public methodAdd Adds a new entry to the access list
public methodAggressiveMerge Similar to Merge, but without accounting for read-only items (i.e. they will be modified). If an entry already exists, the higher access level value will be used.
public methodClear Removes the non-read only entries from the access list
public methodClearCompletely Removes all entries in the list without regards to read-only attributes
public methodClone Clones the access list
public methodFind Finds an entry in the list that matches the given classID and objectID
public methodGetAdminACLs Returns the Admin only entries in the current ACL
public methodGetCount Gets the number of access list entries
public methodGetEnumerator Returns the enumerator over the access list
public methodGetItem Retrieves an access list entry
public methodIsAdminModified Checks if there are new Admin entries or existing ones modified to Admin.
public methodIsDifferent Checks if the passed-in IPTAccessList is different from this one
public methodMerge Merges access list with the spFromACL argument. If an entry already exists, the higher access level value will be used. Read-only items will not be modified.
public methodRemove Removes a particular access list entry as specified by index

See Also

IPTAccessList Interface | com.plumtree.server Namespace | IPTAccessListEntry