org.onebusaway.users.services
Interface UserPropertiesMigration
- All Known Implementing Classes:
- UserPropertiesMigrationImpl
public interface UserPropertiesMigration
migrate
<T extends UserProperties> T migrate(UserProperties properties,
Class<T> target)
needsMigration
boolean needsMigration(UserProperties properties,
Class<?> target)
startUserPropertiesBulkMigration
<T extends UserProperties> void startUserPropertiesBulkMigration(Class<T> target)
getUserPropertiesBulkMigrationStatus
UserPropertiesMigrationStatus getUserPropertiesBulkMigrationStatus()
Copyright © 2012 OneBusAway. All Rights Reserved.