mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Refactored to use process log bitstream
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Bitstream } from '../../core/shared/bitstream.model';
|
||||
import { PROCESS_OUTPUT_TYPE } from '../../core/shared/process-output.resource-type';
|
||||
import { ProcessOutput } from './process-output.model';
|
||||
import { ProcessStatus } from './process-status.model';
|
||||
import { ProcessParameter } from './process-parameter.model';
|
||||
import { CacheableObject } from '../../core/cache/object-cache.reducer';
|
||||
@@ -93,5 +93,5 @@ export class Process implements CacheableObject {
|
||||
* Will be undefined unless the output {@link HALLink} has been resolved.
|
||||
*/
|
||||
@link(PROCESS_OUTPUT_TYPE)
|
||||
output?: Observable<RemoteData<ProcessOutput>>;
|
||||
output?: Observable<RemoteData<Bitstream>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user