Aqualogic Interaction API  
 

IPTAccessList Methods

The methods of the IPTAccessList interface are listed below. For a complete list of IPTAccessList interface members, see the IPTAccessList Members topic.

Public Instance Methods

Add Adds a new entry to the access list
AggressiveMerge 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.
Clear Removes the non-read only entries from the access list
ClearCompletely Removes all entries in the list without regards to read-only attributes
Clone Clones the access list
Find Finds an entry in the list that matches the given classID and objectID
GetAdminACLs Returns the Admin only entries in the current ACL
GetCount Gets the number of access list entries
GetEnumerator Returns the enumerator over the access list
GetItem Retrieves an access list entry
IsAdminModified Checks if there are new Admin entries or existing ones modified to Admin.
IsDifferent Checks if the passed-in IPTAccessList is different from this one
Merge 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.
Remove Removes a particular access list entry as specified by index

See Also

IPTAccessList Interface | com.plumtree.server Namespace | IPTAccessListEntry