Package com.hlcl.rql.as

Examples of com.hlcl.rql.as.PublishingJob.start()


    job.addToPublish("projectVariantGuid1,projectVariantGuid2,projectVariantGuid3", ",", "languageVariantGuid");

//    currentPg.publishAllCombinations(withFollowingPages, "projectVariantGuids", "separator", "languageVariantGuids");
    job.setMailReceiver(client.getConnectedUser());

    job.start();
    job.getNumberOfPublishingMails();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.