null
. It is expected that the property was registered using the {@link #registerUserProperty(String) registerUserProperty} method.
@param key The property key.
@param value The property value or regular expression to match.
@param regExp true
if value
should be matched as regular expression.
@param ignoreCase true
if value
should be matched without case sentitivity.
@return the user matching the criteria or null
@throws CoreException If there was a failure obtaining metadata from the backing store.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|