Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt.AbstractPropertyStatementAction
-
Packages that use AbstractPropertyStatementAction Package Description edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish -
-
Uses of AbstractPropertyStatementAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt
Subclasses of AbstractPropertyStatementAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt Modifier and Type Class Description classAbstractDataPropertyStatementActionA base class for requested actions that involve adding, editing, or dropping data property statements from a model.classAbstractObjectPropertyStatementActionA base class for requested actions that involve adding, editing, or deleting object property statements from a model.classAddDataPropertyStatementShould we allow the user to add this DataPropertyStatement to this model?classAddObjectPropertyStatementShould we allow the user to add this ObjectPropertyStatement to this model?classDropDataPropertyStatementShould we allow the user to delete this DataPropertyStatement from this model?classDropObjectPropertyStatementShould we allow the user to delete this ObjectPropertyStatement from this model?classEditDataPropertyStatementShould we allow the user to edit this DataPropertyStatement in this model?classEditObjectPropertyStatementShould we allow the user to edit this ObjectPropertyStatement in this model? -
Uses of AbstractPropertyStatementAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish
Subclasses of AbstractPropertyStatementAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish Modifier and Type Class Description classPublishDataPropertyStatementShould we publish this DataPropertyStatement in a Linked Open Data request from the current user?classPublishObjectPropertyStatementShould we publish this ObjectPropertyStatement in a Linked Open Data request from the current user?
-