Changeset 20759
- Timestamp:
- 02/03/10 11:02:13 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/intermine/web/main/src/org/intermine/web/logic/bag/BagConverter.java
r20740 r20759 56 56 */ 57 57 public abstract WebResults getConvertedObjects(Profile profile, List<Integer> fromList, 58 String type, String ...parameters)58 String type, String parameters) 59 59 throws ClassNotFoundException, ObjectStoreException, PathException; 60 60 … … 70 70 */ 71 71 public abstract ActionMessage getActionMessage(String externalids, int convertedSize, 72 String type, String ...parameters)72 String type, String parameters) 73 73 throws ObjectStoreException, UnsupportedEncodingException; 74 74 … … 85 85 86 86 /** 87 * 87 * 88 88 * @param profile user's profile 89 89 * @param bagType class of list 90 * @param bag Name name of list90 * @param bagList list of intermine object IDs 91 91 * @param constraintValue value of constraint 92 92 * @return list of intermine IDs 93 93 */ 94 94 public abstract List<Integer> getConvertedObjectIds(Profile profile, String bagType, 95 String bagName, String constraintValue);95 List<Integer> bagList, String constraintValue); 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.
