Public Member Functions | |
def | __init__ |
def | verify |
def | setconstraints |
def | verifyparam |
def | expandparam |
def | torecord |
def | toxml |
def | getrc |
def | removetable |
def | tableinfo |
def | lockedtables |
def | hostinfo |
def | c_exception |
def | c_exception_clear |
Public Attributes | |
this | |
Static Private Attributes | |
dictionary | __swig_setmethods__ |
tuple | __setattr__ |
dictionary | __swig_getmethods__ |
tuple | __getattr__ |
__repr__ | |
__swig_destroy__ | |
__del__ |
def __casac__.utils.utils.__init__ | ( | self | ) |
def __casac__.utils.utils.c_exception | ( | self | ) |
def __casac__.utils.utils.c_exception_clear | ( | self | ) |
def __casac__.utils.utils.expandparam | ( | self, | |
args, | |||
kwargs | |||
) |
expandparam(self, name=string(""), value=initialize_variant("")) -> variant * Summary If a param is an enum it will minmatch the enum value and return the full value otherwise it just returns the value Input Parameters: name Parameter name to expand value Value of the parameter --------------------------------------------------------------------------------
def __casac__.utils.utils.getrc | ( | self, | |
args, | |||
kwargs | |||
) |
def __casac__.utils.utils.hostinfo | ( | self | ) |
def __casac__.utils.utils.lockedtables | ( | self | ) |
def __casac__.utils.utils.removetable | ( | self, | |
args, | |||
kwargs | |||
) |
def __casac__.utils.utils.setconstraints | ( | self, | |
args, | |||
kwargs | |||
) |
setconstraints(self, xmldescriptor=initialize_variant("")) -> bool Summary Sets the internal contraints records from an XML file Input Parameters: xmldescriptor XML description, either record or url --------------------------------------------------------------------------------
def __casac__.utils.utils.tableinfo | ( | self, | |
args, | |||
kwargs | |||
) |
def __casac__.utils.utils.torecord | ( | self, | |
args, | |||
kwargs | |||
) |
def __casac__.utils.utils.toxml | ( | self, | |
args, | |||
kwargs | |||
) |
toxml(self, input=initialize_record(""), asfile=False, filename=string("recordas.xml")) -> string Summary Turns a record into an xml string Input Parameters: input name of thing to viewe asfile write the xml as a file false filename if asfile is true then output filename recordas.xml --------------------------------------------------------------------------------
def __casac__.utils.utils.verify | ( | self, | |
args, | |||
kwargs | |||
) |
verify(self, input=initialize_record(""), xmldescriptor=initialize_variant(""), throwexecpt=False) -> bool Summary Verifies an input record against an XML interface description of took or task Input Parameters: input The input record to verify xmldescriptor XML description, either record or url throwexecpt Throw an exception if the verification fails false --------------------------------------------------------------------------------
def __casac__.utils.utils.verifyparam | ( | self, | |
args, | |||
kwargs | |||
) |
verifyparam(self, param=initialize_record("")) -> bool Summary Verifies an individual parameter against a prespecified constraints record Input Parameters: param Parameter name:value pair to verify --------------------------------------------------------------------------------
__casac__.utils.utils.__del__ [static, private] |
tuple __casac__.utils.utils.__getattr__ [static, private] |
__casac__.utils.utils.__repr__ [static, private] |
tuple __casac__.utils.utils.__setattr__ [static, private] |
__casac__.utils.utils.__swig_destroy__ [static, private] |
dictionary __casac__.utils.utils.__swig_getmethods__ [static, private] |
dictionary __casac__.utils.utils.__swig_setmethods__ [static, private] |