Class SingleParameterAction
- 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.ifaces.SingleParameterAction
-
- Direct Known Subclasses:
CreateOwlClass,DefineDataProperty,DefineObjectProperty,RemoveOwlClass
public abstract class SingleParameterAction extends RequestedAction
A base class for actions that involve a single URI.
-
-
Field Summary
Fields Modifier and Type Field Description protected 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 SingleParameterAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubjectUri()voidsetSubjectUri(String subjectUri)StringtoString()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.RequestedAction
getURI, isAuthorized
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AuthorizationRequest
and, andAll, andAll, or
-
-