|
Pull Up Method public SimpleMailboxSession(sessionId SessionId, userName String, localePreferences List<Locale>, sharedSpaces List<String>, otherUsersSpace String, pathSeparator char, type SessionType) from class org.apache.james.mailbox.store.SimpleMailboxSession to public MailboxSession(sessionId SessionId, userName String, localePreferences List<Locale>, sharedSpaces List<String>, otherUsersSpace String, pathSeparator char, type SessionType) from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public SimpleMailboxSession(sessionId SessionId, userName String, localePreferences List<Locale>, pathSeparator char, type SessionType) from class org.apache.james.mailbox.store.SimpleMailboxSession to public MailboxSession(sessionId SessionId, userName String, localePreferences List<Locale>, pathSeparator char, type SessionType) from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getUser() : User from class org.apache.james.mailbox.store.SimpleMailboxSession to public getUser() : User from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getPathDelimiter() : char from class org.apache.james.mailbox.store.SimpleMailboxSession to public getPathDelimiter() : char from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public toString() : String from class org.apache.james.mailbox.store.SimpleMailboxSession to public toString() : String from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public close() : void from class org.apache.james.mailbox.store.SimpleMailboxSession to public close() : void from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getOtherUsersSpace() : String from class org.apache.james.mailbox.store.SimpleMailboxSession to public getOtherUsersSpace() : String from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getAttributes() : Map<Object,Object> from class org.apache.james.mailbox.store.SimpleMailboxSession to public getAttributes() : Map<Object,Object> from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getSessionId() : SessionId from class org.apache.james.mailbox.store.SimpleMailboxSession to public getSessionId() : SessionId from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getType() : SessionType from class org.apache.james.mailbox.store.SimpleMailboxSession to public getType() : SessionType from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getLocalePreferences() : List<Locale> from class org.apache.james.mailbox.store.SimpleMailboxSession to public getLocalePreferences() : List<Locale> from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getPersonalSpace() : String from class org.apache.james.mailbox.store.SimpleMailboxSession to public getPersonalSpace() : String from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public isOpen() : boolean from class org.apache.james.mailbox.store.SimpleMailboxSession to public isOpen() : boolean from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Method public getSharedSpaces() : Collection<String> from class org.apache.james.mailbox.store.SimpleMailboxSession to public getSharedSpaces() : Collection<String> from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private pathSeparator : char from class org.apache.james.mailbox.store.SimpleMailboxSession to private pathSeparator : char from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private type : SessionType from class org.apache.james.mailbox.store.SimpleMailboxSession to private type : SessionType from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private localePreferences : List<Locale> from class org.apache.james.mailbox.store.SimpleMailboxSession to private localePreferences : List<Locale> from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private open : boolean from class org.apache.james.mailbox.store.SimpleMailboxSession to private open : boolean from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private attributes : Map<Object,Object> from class org.apache.james.mailbox.store.SimpleMailboxSession to private attributes : Map<Object,Object> from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private sessionId : SessionId from class org.apache.james.mailbox.store.SimpleMailboxSession to private sessionId : SessionId from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private otherUsersSpace : String from class org.apache.james.mailbox.store.SimpleMailboxSession to private otherUsersSpace : String from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private personalSpace : String from class org.apache.james.mailbox.store.SimpleMailboxSession to private personalSpace : String from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private sharedSpaces : Collection<String> from class org.apache.james.mailbox.store.SimpleMailboxSession to private sharedSpaces : Collection<String> from class org.apache.james.mailbox.MailboxSession |
From |
To |
|
Pull Up Attribute private userName : String from class org.apache.james.mailbox.store.SimpleMailboxSession to private userName : String from class org.apache.james.mailbox.MailboxSession |
From |
To |