- __init__(self, path, acl, owner, imt)
- __repr__(self)
- checkStatus(self, repo, force=0, checkAcl=1)
-
Get the status of this resource from against the supplied repo,
Note, force here specifies that we force update to the status. Not force install
- createContent(self, repo, quiet)
-
Called when we need to add our content to the repo
- setPath(self, contentUri)
- setSource(self, stringContent, stringLastModified)
- updateAcl(self, repo, quiet)
-
Called when we need to update our acl in the repo
- updateContent(self, repo, quiet)
-
Called when we need to update our content in the repo
- updateImt(self, repo, quiet)
-
Called when we need to update our imt in the repo
- updateOther(self, repo, quiet)
-
Called when we need to update our other stuff in the repo
- updateOwner(self, repo, quiet)
-
Called when we need to update our owner in the repo