File: organization-schema.coffee
| Defined in: | src/schemas |
Variables Summary
- OrganizationStatsType =
-
{ accessCount: { type: Number, "default": 0 } } - OrganizationLinkType =
-
{ target: { type: String }, mimeType: { type: String } }
Method Summary
- ~ (void) OrganizationSchema.statics.findOneValidate(organizationId, actor, role, cb = function() {})
- ~ (void) OrganizationSchema.statics.findOneValidateRead(organizationId, actor, cb = function() {})
- ~ (void) OrganizationSchema.statics.findOneValidateWrite(organizationId, actor, cb = function() {})
Method Details
~
(void)
OrganizationSchema.statics.findOneValidate(organizationId, actor, role, cb = function() {})
~
(void)
OrganizationSchema.statics.findOneValidateRead(organizationId, actor, cb = function() {})
~
(void)
OrganizationSchema.statics.findOneValidateWrite(organizationId, actor, cb = function() {})