コード例 #1
0
 /**
  * This is the List of IDs from TemplateDescriptor with "attribute" Persist as "true"
  *
  * @return Vector of IDs.
  */
 public List<String> getPersistTrueIDs() {
   return templateDescriptor.getPersistTrueIDs();
 }