public class PermissionsImportPreProcessor extends AbstractPrimitivePropertyImportPreProcessor
| Constructor and Description |
|---|
PermissionsImportPreProcessor(Map<String,String> groupMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getPropertyNames()
Provides a list of names of properties that the pre-processor is targeting for processing.
|
boolean |
handles(ImportedObject importedObject) |
protected PrimitiveProperty |
updateProperty(PrimitiveProperty permission) |
process, propertiesMatchingNamesprotected PrimitiveProperty updateProperty(PrimitiveProperty permission)
updateProperty in class AbstractPrimitivePropertyImportPreProcessorpublic boolean handles(ImportedObject importedObject)
handles in interface ImportedObjectPreProcessorhandles in class AbstractPrimitivePropertyImportPreProcessorimportedObject - The object to be processedtrue if this preprocessor should be applied to the object, otherwise false.protected List<String> getPropertyNames()
AbstractPrimitivePropertyImportPreProcessorgetPropertyNames in class AbstractPrimitivePropertyImportPreProcessorCopyright © 2003–2016 Atlassian. All rights reserved.