|
Rename Method public deleteCollectionSchema(collectionName String) : void renamed to public deleteCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Method public abstract getCollectionSchema(serviceRequest ServiceRequest) : ServiceResults renamed to public abstract getCollectionSettings(serviceRequest ServiceRequest) : ServiceResults in class org.apache.usergrid.services.AbstractService |
From |
To |
|
Rename Method public getCollectionSchema(serviceRequest ServiceRequest) : ServiceResults renamed to public getCollectionSettings(serviceRequest ServiceRequest) : ServiceResults in class org.apache.usergrid.services.AbstractConnectionsService |
From |
To |
|
Rename Method public executeServiceGetRequestForSchema(ui UriInfo, response ApiResponse, action ServiceAction, payload ServicePayload) : ServiceResults renamed to public executeServiceGetRequestForSettings(ui UriInfo, response ApiResponse, action ServiceAction, payload ServicePayload) : ServiceResults in class org.apache.usergrid.rest.applications.ServiceResource |
From |
To |
|
Rename Method public getCollectionSchema(collectionName String) : Object renamed to public getCollectionSettings(collectionName String) : Object in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Method public postCollectionSchema(serviceRequest ServiceRequest) : ServiceResults renamed to public postCollectionSettings(serviceRequest ServiceRequest) : ServiceResults in class org.apache.usergrid.services.AbstractCollectionService |
From |
To |
|
Rename Method public putCollectionSchema(collectionName String, collectionSchema String) : void renamed to public putCollectionSettings(collectionName String, collectionSettings String) : void in class org.apache.usergrid.corepersistence.index.CollectionSettingsCache |
From |
To |
|
Rename Method public getCollectionSchema(collectionName String) : Optional<Map> renamed to public getCollectionSettings(collectionName String) : Optional<Map<String,Object>> in class org.apache.usergrid.corepersistence.index.CollectionSettingsCache |
From |
To |
|
Rename Method public executeDeleteOnIndexesWithCollectionName(ui UriInfo, itemName PathSegment, body String, callback String) : ApiResponse renamed to public executeDeleteOnSettingsWithCollectionName(ui UriInfo, itemName PathSegment, body String, callback String) : ApiResponse in class org.apache.usergrid.rest.applications.CollectionResource |
From |
To |
|
Rename Method public deleteCollectionSchema(collectionName String) : void renamed to public deleteCollectionSettings(collectionName String) : void in class org.apache.usergrid.persistence.EntityManager |
From |
To |
|
Rename Method public executeServicePostRequestForSchema(ui UriInfo, response ApiResponse, action ServiceAction, payload ServicePayload) : ServiceResults renamed to public executeServicePostRequestForSettings(ui UriInfo, response ApiResponse, action ServiceAction, payload ServicePayload) : ServiceResults in class org.apache.usergrid.rest.applications.ServiceResource |
From |
To |
|
Rename Method public createCollectionSchema(collectionName String, owner String, properties Map<String,Object>) : Map renamed to public createCollectionSettings(collectionName String, owner String, properties Map<String,Object>) : Map in class org.apache.usergrid.persistence.EntityManager |
From |
To |
|
Rename Method public postCollectionSchema(request ServiceRequest) : ServiceResults renamed to public postCollectionSettings(request ServiceRequest) : ServiceResults in class org.apache.usergrid.services.applications.ApplicationsService |
From |
To |
|
Rename Method public getCollectionSchema(collectionName String) : Object renamed to public getCollectionSettings(collectionName String) : Object in class org.apache.usergrid.persistence.EntityManager |
From |
To |
|
Rename Method public createCollectionSchema(collectionName String, owner String, properties Map<String,Object>) : Map renamed to public createCollectionSettings(collectionName String, owner String, properties Map<String,Object>) : Map in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Method public putCollectionSchema(collectionName String, collectionSchema String) : void renamed to public putCollectionSettings(collectionName String, collectionSchema String) : void in class org.apache.usergrid.corepersistence.index.CollectionSettingsCacheImpl |
From |
To |
|
Rename Method public evictCollectionSchema(collectionName String) : void renamed to public evictCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.index.CollectionSettingsCache |
From |
To |
|
Rename Method public abstract postCollectionSchema(serviceRequest ServiceRequest) : ServiceResults renamed to public abstract postCollectionSettings(serviceRequest ServiceRequest) : ServiceResults in class org.apache.usergrid.services.AbstractService |
From |
To |
|
Rename Method public getCollectionSchema(serviceRequest ServiceRequest) : ServiceResults renamed to public getCollectionSettings(serviceRequest ServiceRequest) : ServiceResults in class org.apache.usergrid.services.applications.ApplicationsService |
From |
To |
|
Rename Method public getCollectionSchema(serviceRequest ServiceRequest) : ServiceResults renamed to public getCollectionSettings(serviceRequest ServiceRequest) : ServiceResults in class org.apache.usergrid.services.AbstractCollectionService |
From |
To |
|
Rename Method public postCollectionSchema(request ServiceRequest) : ServiceResults renamed to public postCollectionSettings(request ServiceRequest) : ServiceResults in class org.apache.usergrid.services.AbstractConnectionsService |
From |
To |
|
Rename Method public evictCollectionSchema(collectionName String) : void renamed to public evictCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.index.CollectionSettingsCacheImpl |
From |
To |
|
Rename Method public deleteCollectionSchema(collectionName String) : void renamed to public deleteCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.index.CollectionSettingsCache |
From |
To |
|
Rename Method public executePostOnIndexesWithCollectionName(ui UriInfo, itemName PathSegment, body String, callback String) : ApiResponse renamed to public executePostOnSettingsWithCollectionName(ui UriInfo, itemName PathSegment, body String, callback String) : ApiResponse in class org.apache.usergrid.rest.applications.CollectionResource |
From |
To |
|
Rename Method public getCollectionSchema(collectionName String) : Optional<Map> renamed to public getCollectionSettings(collectionName String) : Optional<Map<String,Object>> in class org.apache.usergrid.corepersistence.index.CollectionSettingsCacheImpl |
From |
To |
|
Rename Method public deleteCollectionSchema(collectionName String) : void renamed to public deleteCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.index.CollectionSettingsCacheImpl |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public createCollectionSettings(collectionName String, owner String, properties Map<String,Object>) : Map in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public rebuildIndex(reIndexRequestBuilder ReIndexRequestBuilder) : ReIndexStatus in class org.apache.usergrid.corepersistence.index.ReIndexServiceImpl |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private skipIndexingForType(type String, applicationScope ApplicationScope) : boolean in class org.apache.usergrid.corepersistence.service.ApplicationServiceImpl |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private skipIndexingForType(type String) : boolean in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public getCollectionSettings(collectionName String) : Object in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private skipIndexingForType(type String) : boolean in class org.apache.usergrid.corepersistence.CpRelationManager |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private getFilteredStringObjectMap(indexEdge IndexEdge) : Optional<Set<String>> in class org.apache.usergrid.corepersistence.index.IndexServiceImpl |
From |
To |
|
Rename Variable indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public deleteCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public getCollectionSettings(collectionName String) : Object in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private skipIndexingForType(type String) : boolean in class org.apache.usergrid.corepersistence.CpRelationManager |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private getFilteredStringObjectMap(indexEdge IndexEdge) : Optional<Set<String>> in class org.apache.usergrid.corepersistence.index.IndexServiceImpl |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public deleteCollectionSettings(collectionName String) : void in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public createCollectionSettings(collectionName String, owner String, properties Map<String,Object>) : Map in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method public rebuildIndex(reIndexRequestBuilder ReIndexRequestBuilder) : ReIndexStatus in class org.apache.usergrid.corepersistence.index.ReIndexServiceImpl |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private skipIndexingForType(type String, applicationScope ApplicationScope) : boolean in class org.apache.usergrid.corepersistence.service.ApplicationServiceImpl |
From |
To |
|
Change Variable Type optionalCollectionSchema : Optional<Map> to optionalCollectionSchema : Optional<Map<String,Object>> in method public getCollectionSettings(collectionName String) : Optional<Map<String,Object>> in class org.apache.usergrid.corepersistence.index.CollectionSettingsCacheImpl |
From |
To |
|
Change Variable Type indexSchemaCache : IndexSchemaCache to collectionSettingsCache : CollectionSettingsCache in method private skipIndexingForType(type String) : boolean in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |