assetQC
 All Classes Namespaces Files Functions Variables
Public Member Functions | Static Public Attributes
assetQC.api.assetInstance.AssetInstance Class Reference
Inheritance diagram for assetQC.api.assetInstance.AssetInstance:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def addFixer
def addFixers
def addStatus
def clearStatusList
def getAssetType
def getFixerList
def getName
def getStatusList
def isValid
def logger
def removeStatus

Static Public Attributes

 enable = True
int priority = 1

Detailed Description

Defines an asset.

Constructor & Destructor Documentation

def assetQC.api.assetInstance.AssetInstance.__init__ (   self,
  name,
  assetType = None 
)

Member Function Documentation

def assetQC.api.assetInstance.AssetInstance.addFixer (   self,
  validator,
  value 
)

Here is the caller graph for this function:

def assetQC.api.assetInstance.AssetInstance.addFixers (   self,
  validator,
  values 
)

Here is the call graph for this function:

Returns the asset type of the AssetInstance. 
Return list of Fixer objects attached to this AssetInstance.
Return the name of the AssetInstance 
Returns the state of the AssetInstance validation.

The AssetInstance is not valid if there are any error messages logged 
against the AssetInstance.

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables