Uses of Class
com.atlassian.crowd.model.Tombstone

Packages that use Tombstone
com.atlassian.crowd.directory   
com.atlassian.crowd.event.remote   
com.atlassian.crowd.event.remote.group   
com.atlassian.crowd.event.remote.principal   
 

Uses of Tombstone in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return types with arguments of type Tombstone
 java.util.List<Tombstone> MicrosoftActiveDirectory.findGroupTombstonesSince(long usnChange)
           
protected  java.util.List<Tombstone> MicrosoftActiveDirectory.findTombstonesSince(long usnChange, javax.naming.Name objectBaseDN, java.lang.String objectClass)
           
 java.util.List<Tombstone> MicrosoftActiveDirectory.findUserTombstonesSince(long usnChange)
           
 

Uses of Tombstone in com.atlassian.crowd.event.remote
 

Methods in com.atlassian.crowd.event.remote that return Tombstone
 Tombstone ActiveDirectoryEntityDeletedEvent.getTombstone()
           
 

Constructors in com.atlassian.crowd.event.remote with parameters of type Tombstone
ActiveDirectoryEntityDeletedEvent(java.lang.Object source, long directoryID, Tombstone tombstone)
           
 

Uses of Tombstone in com.atlassian.crowd.event.remote.group
 

Constructors in com.atlassian.crowd.event.remote.group with parameters of type Tombstone
ActiveDirectoryGroupDeletedEvent(java.lang.Object source, long directoryID, Tombstone tombstone)
           
 

Uses of Tombstone in com.atlassian.crowd.event.remote.principal
 

Constructors in com.atlassian.crowd.event.remote.principal with parameters of type Tombstone
ActiveDirectoryUserDeletedEvent(java.lang.Object source, long directoryID, Tombstone tombstone)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.