SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
GroupMember Namespace Reference

Classes

class  Group
 No documentation available. More...

Functions

def GetGroups
def GetGroupsForMember
def LocateGroup
def LocateGroups
def Lock
def UnlockIfMine

Function Documentation

def GroupMember.GetGroups (   args)
Returns
Instance of type list
     Return a list of all active groups in the job.
 
     C++ signature :
         boost::python::list GetGroups()
def GroupMember.GetGroupsForMember (   member_number)
Returns
Instance of type list
     Returns a list of all groups containing a member.
 
     C++ signature :
         boost::python::list GetGroupsForMember(int)
def GroupMember.LocateGroup (   arg1)
Returns
Instance of type int
     Prompt the user to locate a group and return the index of the selected group or 0 if one was not selected.
 
     C++ signature :
         int LocateGroup(char const*)
def GroupMember.LocateGroups (   arg1)
Returns
Instance of type list
     Prompt the user to locate zero or more groups and return a list of selected Group objects.
 
     C++ signature :
         boost::python::list LocateGroups(std::string)
def GroupMember.Lock (   group)
Returns
Instance of type Group
     C++ signature :
         Entry<24> Lock(Entry<24>)
def GroupMember.UnlockIfMine (   group)
Returns
Instance of type Group
     Unlock the group if this process owns the lock.
 
     C++ signature :
         Entry<24> UnlockIfMine(Entry<24>)