mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
refactored resource type and type mapping
This commit is contained in:
@@ -7,11 +7,13 @@ import { RemoteData } from '../../data/remote-data';
|
||||
import { WorkflowItem } from '../../submission/models/workflowitem.model';
|
||||
import { Group } from '../../eperson/models/group.model';
|
||||
import { EPerson } from '../../eperson/models/eperson.model';
|
||||
import { ResourceType } from '../../shared/resource-type';
|
||||
|
||||
/**
|
||||
* An abstract model class for a TaskObject.
|
||||
*/
|
||||
export class TaskObject extends DSpaceObject implements CacheableObject, ListableObject {
|
||||
static type = new ResourceType('taskobject');
|
||||
|
||||
/**
|
||||
* The task identifier
|
||||
|
Reference in New Issue
Block a user