Added more comments

This commit is contained in:
Giuseppe Digilio
2019-03-21 11:22:17 +01:00
parent 3615075090
commit 4539ee704a
21 changed files with 282 additions and 6 deletions

View File

@@ -14,6 +14,9 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
import { ObjectCacheService } from '../cache/object-cache.service';
import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
/**
* A service that provides methods to make REST requests with workflowitems endpoint.
*/
@Injectable()
export class WorkflowitemDataService extends DataService<Workflowitem> {
protected linkPath = 'workflowitems';