Aqualogic Interaction API  
 

IPTACLSyncMap Members

IPTACLSyncMap overview

Public Instance Methods

AddMapping Add a mapping
ClearMappings Remove all existing mappings in memory for the given type
GetACL Generates an ACL for the list of users and groups passed in The array coming in should be a 2D array with three columns. The first column is external domain strings, the second column is external user group or user names, and the third column is PT_USER_ID or PT_USERGROUP_ID. The Data Source ID must be set before this call can succeed.
GetDataSourceID Gets the ID of the data source associated with the crawler who opened the acl sync map.
Initialize Initializes the map
QueryMappedItems Get the all of the strings that are in the map for this item.
QueryMappingsForItem Get the items that this item is mapped to or from.
QueryUnmappedExternalDomains Returns external domains for which no mapping currently exists
RemoveMapping Delete a mapping entry
SetDataSourceID Sets the ID of the data source associated with the crawler who opened the acl sync map. Must be set before GetACL is called.

See Also

IPTACLSyncMap Interface | com.plumtree.server Namespace