Exemplo n.º 1
0
def delete_wfc(wfcname):
    return bops.delete_ops('Workfunctioncontext', wfcname)
Exemplo n.º 2
0
def delete_role(rolename):
    return bops.delete_ops('Role', rolename)
Exemplo n.º 3
0
def delete_dept(deptname):
    return bops.delete_ops('Department', deptname)
Exemplo n.º 4
0
def delete_ou(ouname):
    return bops.delete_ops('Orgunit', ouname)
Exemplo n.º 5
0
def delete_org(oname):
    return bops.delete_ops('Organization', oname)
Exemplo n.º 6
0
def delete_user(uname):
    return bops.delete_ops('User', uname)