par.withAttributes(new ReplaceableAttribute("ReadRevisionNumber", "" + ReadRevisionNumber, true));
par.withAttributes(new ReplaceableAttribute("WriteRevisionNumber", "" + WriteRevisionNumber, true));
String[] pathComp = getPathComps(path);
if(pathComp != null)
{
par.withAttributes(new ReplaceableAttribute("Levels", "" + pathComp.length, true));
for(int i = 0; i<pathComp.length; i++)
{
par.withAttributes(new ReplaceableAttribute("Level"+i, "" + pathComp[i], true));
}
par.setDomainName(myDomain);