| org.sakaiproject.entity.api.Edit
Edit | public interface Edit extends Entity(Code) | |
Edit is a mutable Entity.
|
getPropertiesEdit | ResourcePropertiesEdit getPropertiesEdit()(Code) | | Access the resource's properties for modification
The resource's properties. |
isActiveEdit | boolean isActiveEdit()(Code) | | Check to see if the edit is still active, or has already been closed.
true if the edit is active, false if it's been closed. |
|
|