Class: RoleMethods
| Defined in: | src/methods/role-methods.coffee |
Instance Method Summary
- # (void) all(accountId, options = {}, cb = function() {}) Bound
- # (void) get(roleId, options = {}, cb = function() {}) Bound Get a role for it's id.
- # (void) destroy(roleId, options = {}, cb = function() {}) Bound Completely destroys an organization.
- # (void) create(accountId, objs = {}, options = {}, cb = function() {}) Bound Create a new processDefinition
- # (void) patch(scopeId, obj = {}, options = {}, cb = function() {}) Bound Updates a deployment
Constructor Details
#
(void)
constructor(models)
Instance Method Details
#
(void)
all(accountId, options = {}, cb = function() {})
Bound
#
(void)
get(roleId, options = {}, cb = function() {})
Bound
Get a role for it's id.
#
(void)
destroy(roleId, options = {}, cb = function() {})
Bound
Completely destroys an organization.
#
(void)
create(accountId, objs = {}, options = {}, cb = function() {})
Bound
Create a new processDefinition
#
(void)
patch(scopeId, obj = {}, options = {}, cb = function() {})
Bound
Updates a deployment