public <O extends WorkspaceObject> Iterator<O> findObjects(ObjectType<O> type, ObjectType<? extends Site> siteType,
String ownerId, String title)
{
this.save();
//
String ownerIdChunk = ownerId != null ? new MOPFormatter().encodeNodeName(null, ownerId) : "%";
//
String ownerTypeChunk;
if (siteType != null)
{