rdfs:comment"Checks whether the current user has the privilege to be application admin. 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 is app admin"^^xsd:string;
rdfs:subClassOfspin:Functions;
spin:returnTypexsd:boolean.
rhspin:userIsSysAdmin
rdf:typespin:Function;
rdfs:comment"Checks whether the current user has the privilege to be system admin. 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 is sys admin"^^xsd:string;
rdfs:subClassOfspin:Functions;
spin:returnTypexsd:boolean.
rhspin:userName
rdf:typespin:Function;
rdfs:comment"Gets the name of the currently logged in user."^^xsd:string;