public class IdDeclarationRenameCriteria
extends oracle.jdeveloper.refactoring.model.AbstractSearchCriteria
TYPE_CHANGE_FIELD_DATA_TYPE, TYPE_CHANGE_METHOD, TYPE_CHANGE_VARIABLE_DATA_TYPE, TYPE_ENCAPSULATE_FIELDS, TYPE_EXTRACT_CLASS, TYPE_EXTRACT_INTERFACE, TYPE_EXTRACT_SUPERCLASS, TYPE_INTRODUCE_PO, TYPE_MOVE_CLASSES, TYPE_MOVE_FILES, TYPE_PUSH_DOWN, TYPE_REFACTORING_FLAG, TYPE_RENAME_FIELD, TYPE_RENAME_LAMBDA_PARAMETER, TYPE_RENAME_METHOD, TYPE_RENAME_TYPE_PARAMETER, TYPE_RENAME_VARIABLE, TYPE_REPLACE_TEXT, TYPE_SAFEDELETE_CLASS, TYPE_SAFEDELETE_FIELD, TYPE_SAFEDELETE_FILE, TYPE_SAFEDELETE_METHOD, TYPE_SAFEDELETE_VARIABLE, TYPE_SEARCH_ANNOTATION, TYPE_SEARCH_CLASS, TYPE_SEARCH_CONSTRUCTOR, TYPE_SEARCH_EXPR_LITERAL, TYPE_SEARCH_FIELD, TYPE_SEARCH_FILES, TYPE_SEARCH_LAMBDA_PARAMETER, TYPE_SEARCH_METHOD, TYPE_SEARCH_PACKAGE, TYPE_SEARCH_TYPE_PARAMETER, TYPE_SEARCH_VARIABLE, TYPE_USE_SUPERTYPE| Constructor and Description | 
|---|
IdDeclarationRenameCriteria(java.lang.String title,
                           java.util.Map<IdDeclaration,java.lang.String> map)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<IdDeclaration> | 
getDeclarations()
Get the declarations being renamed. 
 | 
java.lang.String | 
getNewDeclarationId(java.lang.String id)
Get the new declaration ID. 
 | 
java.lang.String | 
getOperationName()  | 
int | 
getSearchType()  | 
java.lang.String | 
getShortTitle()  | 
public IdDeclarationRenameCriteria(java.lang.String title,
                           java.util.Map<IdDeclaration,java.lang.String> map)
public java.util.Collection<IdDeclaration> getDeclarations()
public java.lang.String getNewDeclarationId(java.lang.String id)
id - the old declaration IDpublic int getSearchType()
getSearchType in interface oracle.ide.refactoring.SearchCriteriagetSearchType in class oracle.jdeveloper.refactoring.model.AbstractSearchCriteriapublic java.lang.String getOperationName()
public java.lang.String getShortTitle()
getShortTitle in interface oracle.ide.refactoring.SearchCriteriagetShortTitle in class oracle.jdeveloper.refactoring.model.AbstractSearchCriteria