WebCenter Interaction API  
 

IPTACLSyncMap Members

IPTACLSyncMap overview

Public Instance Methods

public methodAddMapping Add a mapping
public methodClearMappings Remove all existing mappings in memory for the given type
public methodGetACL 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.
public methodGetDataSourceID Gets the ID of the data source associated with the crawler who opened the acl sync map.
public methodInitialize Initializes the map
public methodQueryMappedItems Get the all of the strings that are in the map for this item.
public methodQueryMappingsForItem Get the items that this item is mapped to or from.
public methodQueryUnmappedExternalDomains Returns external domains for which no mapping currently exists
public methodRemoveMapping Delete a mapping entry
public methodSetDataSourceID 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