Class UploadFile
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AuthorizationRequest
-
- edu.cornell.mannlib.vitro.webapp.auth.requestedAction.RequestedAction
-
- edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin.UploadFile
-
- All Implemented Interfaces:
AdminRequestedAction
public class UploadFile extends RequestedAction implements AdminRequestedAction
Should we allow the user to upload a file?
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpredicateUriprotected StringsubjectUri-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.RequestedAction
ACTION_NAMESPACE, SOME_LITERAL, SOME_PREDICATE, SOME_URI
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AuthorizationRequest
AUTHORIZED, UNAUTHORIZED
-
-
Constructor Summary
Constructors Constructor Description UploadFile(String subjectUri, String predicateUri)
-
Method Summary
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.RequestedAction
getURI, isAuthorized, toString
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AuthorizationRequest
and, andAll, andAll, or
-
-