else if (property.getLocalName().equals(SUPPORTEDLOCK)) {
String supportedLock = property.getPropertyAsString();
workingResource.setSupportedLock(supportedLock);
}
else if (property.getLocalName().equals(LOCKDISCOVERY)) {
LockDiscoveryProperty lockDiscovery = (LockDiscoveryProperty) property;
workingResource.setLockDiscovery(lockDiscovery);
}
}
if (displayName == null || displayName.trim().equals("")) {