public String getWorkflowTemplateCollectionId(String userID,
String projectID) throws MyLeadException {
String wfTempCollectionId = null;
try {
ContextQueryRequestDocument query = ContextQueryRequestDocument.Factory
.newInstance();
ContextQueryRequestType params = query.addNewContextQueryRequest();
QueryObjectType target = params.addNewQueryTarget();
target.setAggrType(CatalogAggregationType.COLLECTION);
ContextQueryType context = params.addNewContextQuery();
QueryComponentType parentCollection = context