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