rdfs:comment"Checks whether the current user has the privilege to download reports of a given type. This is used to control which parts of the UI are visible, depending on who is logged in. The implementation of this function is Java only."^^xsd:string;
rdfs:label"user can download"^^xsd:string;
rdfs:subClassOfspin:Functions;
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The type of report to check, e.g. REPORT.DDR, REPORT.DPR, REPORT.NPTR, REPORT.WDR."^^xsd:string;
spl:predicatearg:reportType;
spl:valueTyperdfs:Class
];
spin:returnTypexsd:boolean.
rhspin:userCanUpload
rdf:typespin:Function;
rdfs:comment"Checks whether the current user has the privilege to upload reports. This is used to control which parts of the UI are visible, depending on who is logged in. The implementation of this function is Java only."^^xsd:string;
rdfs:comment"Checks whether the current user has the privilege to upload reports of a given type. This is used to control which parts of the UI are visible, depending on who is logged in. The implementation of this function is Java only."^^xsd:string;
rdfs:label"user can upload"^^xsd:string;
rdfs:subClassOfspin:Functions;
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The type of report to check, e.g. REPORT.DDR, REPORT.DPR."^^xsd:string;