assetQC
 All Classes Namespaces Files Functions Variables
Public Member Functions
assetQC.api.context.Context Class Reference
Inheritance diagram for assetQC.api.context.Context:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def addInstance
def addInstances
def clearInstances
def getEnvVar
def getHostApp
def getHostName
def getInstances
def getPluginManager
def getRootDirectory
def getUserEmailAddress
def getUserName
def hasInstance
def logger

Detailed Description

Defines the Context ('state') the 'assetQC' process is executed in.

'Context' is used to hold plugins and Asset Instances to be operated on by 
the 'assetQC' process.    

Allows read-only access to system information.

Constructor & Destructor Documentation

def assetQC.api.context.Context.__init__ (   self,
  pluginManager = None,
  root = None,
  hostApp = None 
)

Here is the call graph for this function:


Member Function Documentation

def assetQC.api.context.Context.addInstance (   self,
  value 
)

Here is the call graph for this function:

Here is the caller graph for this function:

def assetQC.api.context.Context.addInstances (   self,
  values 
)

Here is the call graph for this function:

def assetQC.api.context.Context.getEnvVar (   self,
  name,
  default = None 
)

Here is the caller graph for this function:

def assetQC.api.context.Context.getInstances (   self,
  sortByName = False,
  sortByDataKeyword = False,
  dataKeyword = None 
)

Here is the call graph for this function:

Here is the caller graph for this function:

def assetQC.api.context.Context.hasInstance (   self,
  name 
)

Here is the caller graph for this function:


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