|
|
@@ -11,6 +11,6 @@ import java.util.List;
|
|
|
public interface ObjectService {
|
|
|
void setObjectsScope(int scope, List<String> objectIds);
|
|
|
void deleteByObjectNames(List<String> objectNames);
|
|
|
- DownloadUrl getDownloadUrl(String objectId, int expireSecond);
|
|
|
+ DownloadUrl getDownloadUrl(int loginUser, String objectId, int expireSecond);
|
|
|
ObjectInfo getObjectInfo(int loginUser, String objectId, int expireSecond);
|
|
|
}
|