860861862863864865866867868869870
{ parent = (NodeData)item; } else if (i < relPathEntries.length - 1) { throw new IllegalPathException("Get ACL. Path can not contains a property as the intermediate element"); } } if (item != null && item.isNode()) {
200201202203204205206207208209
{ parent = (NodeData)item; } else if (i < relPathEntries.length - 1) { throw new IllegalPathException("Path can not contains a property as the intermediate element"); } } return item; }
11431144114511461147114811491150115111521153
179180181182183184185186187
break; if (item.isNode()) parent = (NodeData)item; else if (i < relPathEntries.length - 1) throw new IllegalPathException("Path can not contains a property as the intermediate element"); } return item; }
750751752753754755756757758759760
break; if (item.isNode()) parent = (NodeData)item; else if (i < relPathEntries.length - 1) throw new IllegalPathException("Get ACL. Path can not contains a property as the intermediate element"); } if (item != null && item.isNode()) // node ACL return ((NodeData)item).getACL();
10751076107710781079108010811082108310841085
break; if (item.isNode()) parent = (NodeData) item; else if (i < relPathEntries.length - 1) throw new IllegalPathException( "Path can not contains a property as the intermediate element"); } uuid = item.getIdentifier(); }
313314315316317318319320321322
203204205206207208209210211212
949950951952953954955956957958959
216217218219220221222223224225