Class DefineObjectProperty
- 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
-
- edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology.DefineObjectProperty
-
- All Implemented Interfaces:
OntoRequestedAction
public class DefineObjectProperty extends SingleParameterAction implements OntoRequestedAction
Should we allow the user to define a new object property in the ontology?
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.SingleParameterAction
subjectUri
-
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 DefineObjectProperty()
-
Method Summary
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.SingleParameterAction
getSubjectUri, setSubjectUri, toString
-
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
-
-