TEMERITY

Serialized Form


Package us.temerity.pipeline

Class us.temerity.pipeline.ActionAgenda extends Object implements Serializable

serialVersionUID: 7787230847550827594L

Serialized Fields

pJobID

long pJobID
The unique job identifier.


pNodeID

NodeID pNodeID
The unique working version identifier of the target node.


pPrimaryTarget

FileSeq pPrimaryTarget
The primary file sequence to generate.


pSecondaryTargets

TreeSet<E> pSecondaryTargets
The secondary file sequences to generate.


pPrimarySources

TreeMap<K,V> pPrimarySources
The primary file sequences indexed by fully resolved source node name.


pSecondarySources

TreeMap<K,V> pSecondarySources
The secondary file sequences indexed by fully resolved source node name.


pActionInfo

TreeMap<K,V> pActionInfo
The action parameter information for each source node with an action.


pToolset

String pToolset
The name of the toolset environment.


pEnvironment

DoubleMap<A,B,V> pEnvironment
The environment under which the action is executed indexed by operating system type.

Class us.temerity.pipeline.ActionInfo extends Named implements Serializable

serialVersionUID: -4083238514328839966L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of the action plugin.


pIsEnabled

boolean pIsEnabled
Whether the action plugin is currently enabled.


pSingleParams

TreeMap<K,V> pSingleParams
The table of single valued action parameters.


pSupportsSourceParams

boolean pSupportsSourceParams
Whether the action supports per-source parameters.


pSourceParams

TreeMap<K,V> pSourceParams
The table of action parameters associated with the primary file sequence of an upstream node. Indexed by fully resolved node name and action parameter name.


pSecondaryParams

TreeMap<K,V> pSecondaryParams
The table of action parameters associated with a secondary file sequence of an upstream node. Indexed by fully resolved node name, seconday sequence file pattern and action parameter name.

Class us.temerity.pipeline.AdvancedLayoutGroup extends Described implements Serializable

serialVersionUID: -848297433224906986L

Serialized Fields

pEntries

TreeMap<K,V> pEntries
The names of the member parameters, broken down by pass.


pSubGroups

TreeMap<K,V> pSubGroups
The layout subgroups, broken down by pass.


pIsOpen

TreeMap<K,V> pIsOpen
Whether the group is initially open, broken down by pass.


pColumnNames

TreeMap<K,V> pColumnNames
The name of each column

Class us.temerity.pipeline.AnnotationPermissions extends Object implements Serializable

serialVersionUID: -5599911589407035786L

Serialized Fields

pUserCreatable

boolean pUserCreatable

pUserRemovable

boolean pUserRemovable

Class us.temerity.pipeline.ArchiveInfo extends ExternalInfo implements Serializable

serialVersionUID: 7909002625269581098L

Serialized Fields

pCheckedInStamp

long pCheckedInStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the checked-in version was created.

Class us.temerity.pipeline.ArchiveVolume extends Named implements Serializable

serialVersionUID: 5195117839403338226L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an archiver plugin instance and copy its parameters from the generic staticly loaded BaseArchiver instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded archiver plugin instance into a generic staticly loaded BaseArchiver instance before serialization.

Throws:
IOException
Serialized Fields

pTimeStamp

long pTimeStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the archive was created.


pFileSeqs

TreeMap<K,V> pFileSeqs
The file sequences of the checked-in versions contained in the archive indexed by fully resolved node name and revision number.


pSizes

TreeMap<K,V> pSizes
The total size of the files associated with each checked-in version indexed by fully resolved node name and revision number.


pArchiver

BaseArchiver pArchiver
The archiver plugin instance used to create the archive.


pToolset

String pToolset
The name of the toolset environment under which the archiver is executed.

Class us.temerity.pipeline.BaseAction extends BasePlugin implements Serializable

serialVersionUID: -8953612926185824947L

Serialized Fields

pSingleParams

TreeMap<K,V> pSingleParams
The table of single valued action parameters.


pSourceParams

TreeMap<K,V> pSourceParams
The table of action parameters associated with the primary file sequence of an upstream node. Indexed by fully resolved node name and action parameter name.


pSecondaryParams

TreeMap<K,V> pSecondaryParams
The table of action parameters associated with a secondary file sequence of an upstream node. Indexed by fully resolved node name, seconday sequence file pattern and action parameter name.


pPresetChoices

TreeMap<K,V> pPresetChoices
A named set of parameter preset choices.


pPresetValues

TreeMap<K,V> pPresetValues
The preset values to assign parameters indexed by preset name, choice name and target parameter name.


pSingleLayout

LayoutGroup pSingleLayout
Specifies the grouping of single valued parameters used to layout components which represent the parameters in the user interface.


pSourceLayout

ArrayList<E> pSourceLayout
Specifies the grouping of per-source parameters used to layout components which represent the parameters in the user interface.

Class us.temerity.pipeline.BaseAnnotation extends BasePlugin implements Serializable

serialVersionUID: 7114310224774654224L

Serialized Fields

pParams

TreeMap<K,V> pParams
The table of annotation parameters.


pConstants

TreeSet<E> pConstants
The names of constant valued annotation parameters.


pLayout

ArrayList<E> pLayout
Used to determine the order and grouping of parameters in the graphical user interface.


pContexts

TreeSet<E> pContexts
The intended contexts for this annotation.

Class us.temerity.pipeline.BaseAppleScriptEditor extends BaseEditor implements Serializable

serialVersionUID: 6091948675278742105L

Class us.temerity.pipeline.BaseArchiver extends BasePlugin implements Serializable

serialVersionUID: 2507783131617402235L

Serialized Fields

pParams

TreeMap<K,V> pParams
The table of archiver parameters.


pLayout

ArrayList<E> pLayout
Used to determing the order and grouping of parameters in the graphical user interface.

Class us.temerity.pipeline.BaseComparator extends BasePlugin implements Serializable

serialVersionUID: 1045567698449532792L

Serialized Fields

pProgram

String pProgram
The name of the comparator executable.

Class us.temerity.pipeline.BaseEditor extends BasePlugin implements Serializable

serialVersionUID: 5038577659347876974L

Serialized Fields

pProgram

String pProgram
The name of the editor executable.

Class us.temerity.pipeline.BaseExt extends BasePlugin implements Serializable

serialVersionUID: 4551283348457035732L

Serialized Fields

pParams

TreeMap<K,V> pParams
The table of extension parameters.


pLayout

LayoutGroup pLayout
Specifies the grouping of parameters used to layout components which represent the parameters in the user interface.


pEnvironment

TreeMap<K,V> pEnvironment
The cached toolset environment used to execute any subprocesses spawned by the extension.


pMasterMgrClient

MasterMgrLightClient pMasterMgrClient
The client instance used to perform read-only master manager operations from inside an extension pre-operation test or post-operation task.

Class us.temerity.pipeline.BaseExtensionConfig extends Named implements Serializable

serialVersionUID: 1844409119925309794L

Serialized Fields

pToolset

String pToolset
The name of the execution environment under which any spawned subprocess are run.


pIsEnabled

boolean pIsEnabled
Whether the extension his currently enabled.

Class us.temerity.pipeline.BaseKey extends Described implements Serializable

serialVersionUID: -7320826512019638319L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseKeyChooser instance before serialization.

Throws:
IOException
Serialized Fields

pKeyChooser

BaseKeyChooser pKeyChooser

Class us.temerity.pipeline.BaseKeyChooser extends BasePlugin implements Serializable

serialVersionUID: 5956823852589887118L

Serialized Fields

pParams

TreeMap<K,V> pParams
The table of key parameters.


pLayout

LayoutGroup pLayout
Specifies the grouping of parameters used to layout components which represent the parameters in the user interface.

Class us.temerity.pipeline.BaseMasterExt extends BaseExt implements Serializable

serialVersionUID: -7183765011892413354L

Class us.temerity.pipeline.BaseOpDoubleMap extends DoubleMap<A,B,V> implements Serializable

serialVersionUID: -2061850469400319681L

Serialized Fields

pOperator

BaseOpMap.Op pOperator
The default numeric operator to apply during BaseOpDoubleMap.apply(A, B, V) method invocations.

Class us.temerity.pipeline.BaseOpenEditor extends BaseEditor implements Serializable

serialVersionUID: 842023083158457385L

Class us.temerity.pipeline.BaseOpMap extends TreeMap<K,V> implements Serializable

Serialized Fields

pOperator

BaseOpMap.Op pOperator
The default numeric operator to apply during BaseOpMap.apply(K, V) method invocations.

Class us.temerity.pipeline.BaseParam extends Described implements Serializable

serialVersionUID: -841968510233915472L

Class us.temerity.pipeline.BasePlugin extends PluginID implements Serializable

serialVersionUID: 5767914235352032286L

Serialized Fields

pDescription

String pDescription
A short message which describes the plugin.


pSupports

TreeSet<E> pSupports
The set of operating system types supported by this plugin.


pIsUnderDevelopment

boolean pIsUnderDevelopment
Whether this version of the plugin in currently being modified and tested by the plugin developer. Plugins with this flag set will be dynamically reloaded by the plugin manager daemon whenever new copies of the plugin version are registered.

Class us.temerity.pipeline.BaseQueueExt extends BaseExt implements Serializable

serialVersionUID: -7314267444241915587L

Class us.temerity.pipeline.BaseTool extends BasePlugin implements Serializable

serialVersionUID: -7255319543522132244L

Serialized Fields

pAuthor

String pAuthor
The name of user which owns the working area where the tool is run.


pView

String pView
The name of the working area view where the tool is run.


pPrimary

String pPrimary
The name of the primary selected node or null if there is no primary node selection.


pPrefix

String pPrefix
The name of the parent directory of the primary selected node or the branch selected in the node browser. This can be null if there is no primary node selection or no branch selected in the Node Browser.


pSelected

TreeMap<K,V> pSelected
The last known status of the selected nodes indexed by fully resolved node name.


pRoots

TreeSet<E> pRoots
The fully resolved names of the root nodes of the currently displayed node trees.

You can modify the contents of this set to change which nodes are displayed once the tool exits. See the BaseTool.updateOnExit() and BaseTool.rootsOnExit() methods for details.


pPhases

ArrayList<E> pPhases
The registered tool phases.


pPhaseIdx

int pPhaseIdx
The current phase index;

Class us.temerity.pipeline.BooleanActionParam extends BooleanParam implements Serializable

serialVersionUID: 8042241034692559205L

Class us.temerity.pipeline.BooleanAnnotationParam extends BooleanParam implements Serializable

serialVersionUID: 6664869603220146431L

Class us.temerity.pipeline.BooleanArchiverParam extends BooleanParam implements Serializable

serialVersionUID: -4213607266254842057L

Class us.temerity.pipeline.BooleanExtensionParam extends BooleanParam implements Serializable

serialVersionUID: -8316290205243729049L

Class us.temerity.pipeline.BooleanOpDoubleMap extends BaseOpDoubleMap<A,B,Boolean> implements Serializable

serialVersionUID: 7821276340373893498L

Class us.temerity.pipeline.BooleanOpMap extends BaseOpMap<K,Boolean> implements Serializable

serialVersionUID: -7979473903351604489L

Class us.temerity.pipeline.BooleanParam extends SimpleParam implements Serializable

serialVersionUID: 505509019414165480L

Class us.temerity.pipeline.BooleanUtilityParam extends BooleanParam implements Serializable

serialVersionUID: 1946048474834302993L

Class us.temerity.pipeline.BuilderID extends PluginID implements Serializable

serialVersionUID: -3324093334519276311L

Serialized Fields

pBuilderName

String pBuilderName
The name of the plugin vendor.

Class us.temerity.pipeline.BuilderIDAnnotationParam extends BuilderIDParam implements Serializable

serialVersionUID: -3578989142679478108L

Class us.temerity.pipeline.BuilderIDParam extends SimpleParam implements Serializable

serialVersionUID: 4181906660974003289L

Class us.temerity.pipeline.ByteSizeActionParam extends ByteSizeParam implements Serializable

serialVersionUID: -8465520325187663842L

Class us.temerity.pipeline.ByteSizeArchiverParam extends ByteSizeParam implements Serializable

serialVersionUID: 4804829589916734492L

Class us.temerity.pipeline.ByteSizeExtensionParam extends ByteSizeParam implements Serializable

serialVersionUID: -108091569555284936L

Class us.temerity.pipeline.ByteSizeParam extends SimpleParam implements Serializable

serialVersionUID: -3030725403826518345L

Class us.temerity.pipeline.ByteSizeRange extends HistogramRange implements Serializable

serialVersionUID: 3609477994509225449L

Class us.temerity.pipeline.CheckSum extends Object implements Serializable

serialVersionUID: 6931475149050337062L

Serialized Fields

pBytes

byte[] pBytes
The checksum data.

Class us.temerity.pipeline.CheckSumCache extends Object implements Serializable

serialVersionUID: -735588650136072427L

Serialized Fields

pNodeID

NodeID pNodeID
The unique identifier for the working node which owns the files who's checksums are being stored.


pCheckSums

TreeMap<K,V> pCheckSums
The checksums for each file associated with a working version of a node indexed by short file name.


pWasModified

boolean pWasModified
Whether the cache has been modified since the last reset.

Class us.temerity.pipeline.Color3dActionParam extends TupleParam<Color3d> implements Serializable

serialVersionUID: -3225944369669626504L

Class us.temerity.pipeline.ComparableTreeSet extends TreeSet<E> implements Serializable

serialVersionUID: -1628415843769751397L

Class us.temerity.pipeline.ComplexParam extends BaseParam implements Serializable

serialVersionUID: -8468987523733273623L

Serialized Fields

pLayout

ArrayList<E> pLayout
Parameter Layout.


pParams

TreeMap<K,V> pParams
List of Parameters.

Class us.temerity.pipeline.ComplexUtilityParam extends ComplexParam<UtilityParam> implements Serializable

Class us.temerity.pipeline.ConstantStringParam extends SimpleParam implements Serializable

serialVersionUID: 3351606101441159005L

Serialized Fields

pSet

boolean pSet

Class us.temerity.pipeline.ConstantStringUtilityParam extends ConstantStringParam implements Serializable

serialVersionUID: 2561951707589932989L

Class us.temerity.pipeline.DailySelectionRule extends IntervalSelectionRule implements Serializable

serialVersionUID: 2807213326945978187L

Serialized Fields

pActiveDays

TreeSet<E> pActiveDays
The local days of the week (see Calendar.DAY_OF_WEEK) when the rule is active.

Class us.temerity.pipeline.Described extends Named implements Serializable

serialVersionUID: -4356479666627868487L

Serialized Fields

pDescription

String pDescription
A short message which describes the class.

Class us.temerity.pipeline.DirectoryArchiverParam extends StringParam implements Serializable

serialVersionUID: -7849980565385195672L

Class us.temerity.pipeline.DispatchControl extends Named implements Serializable

serialVersionUID: -3528991030626249960L

Serialized Fields

pCriteria

LinkedList<E> pCriteria
The list of criteria that is used to determine how jobs are dispatched

Class us.temerity.pipeline.DoubleActionParam extends DoubleParam implements Serializable

serialVersionUID: 1620927428846217433L

Class us.temerity.pipeline.DoubleAnnotationParam extends DoubleParam implements Serializable

serialVersionUID: 212663263198098354L

Class us.temerity.pipeline.DoubleArchiverParam extends DoubleParam implements Serializable

serialVersionUID: -3691664048850148231L

Class us.temerity.pipeline.DoubleExtensionParam extends DoubleParam implements Serializable

serialVersionUID: 8558597904870615801L

Class us.temerity.pipeline.DoubleMap extends TreeMap<A,TreeMap<B,V>> implements Serializable

serialVersionUID: 929010464107527733L

Class us.temerity.pipeline.DoubleMapParam extends ComplexParam<E> implements Serializable

serialVersionUID: 7506370604960295539L

Serialized Fields

pValues

DoubleMap<A,B,V> pValues

aFirst

String aFirst

aSecond

String aSecond

aThird

String aThird

aFirstDesc

String aFirstDesc

aSecondDesc

String aSecondDesc

aThirdDesc

String aThirdDesc

Class us.temerity.pipeline.DoubleMappedSet extends DoubleMap<A,B,TreeSet<V>> implements Serializable

serialVersionUID: 687987491345420310L

Class us.temerity.pipeline.DoubleMapUtilityParam extends DoubleMapParam<UtilityParam> implements Serializable

serialVersionUID: 2194083652618826027L

Class us.temerity.pipeline.DoubleOpDoubleMap extends BaseOpDoubleMap<A,B,Double> implements Serializable

serialVersionUID: -8626877368858229537L

Class us.temerity.pipeline.DoubleOpMap extends BaseOpMap<K,Double> implements Serializable

serialVersionUID: 8420446369770819717L

Class us.temerity.pipeline.DoubleParam extends SimpleParam implements Serializable

serialVersionUID: -506455666820823063L

Class us.temerity.pipeline.DoubleUtilityParam extends DoubleParam implements Serializable

serialVersionUID: -5846325461046856536L

Class us.temerity.pipeline.EnumActionParam extends EnumParam implements Serializable

serialVersionUID: 4250278439723258283L

Class us.temerity.pipeline.EnumAnnotationParam extends EnumParam implements Serializable

serialVersionUID: -7001420275347246397L

Class us.temerity.pipeline.EnumArchiverParam extends EnumParam implements Serializable

serialVersionUID: -8956511418224618706L

Class us.temerity.pipeline.EnumExtensionParam extends EnumParam implements Serializable

serialVersionUID: -5718059002212596427L

Class us.temerity.pipeline.EnumParam extends SimpleParam implements Serializable

serialVersionUID: 436958043289043276L

Serialized Fields

pValues

ArrayList<E> pValues
The complete set of enumerated values.

Class us.temerity.pipeline.EnumUtilityParam extends EnumParam implements Serializable

serialVersionUID: -2885971711944580825L

Class us.temerity.pipeline.ExternalInfo extends Named implements Serializable

serialVersionUID: 4237837613678983887L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of the checked-in version.


pArchivedStamp

Long pArchivedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the checked-in version was last archived or null if never archived.


pNumArchives

int pNumArchives
The number of archive volumes which contain the checked-in version.

Class us.temerity.pipeline.ExternalSeqUtilityParam extends ComplexUtilityParam implements Serializable

serialVersionUID: 6822143170355129287L

Serialized Fields

pExternalSeqParam

FileSeqUtilityParam pExternalSeqParam

pFrameStartParam

IntegerUtilityParam pFrameStartParam

Class us.temerity.pipeline.FilePattern extends Object implements Serializable

serialVersionUID: -3005276181325424333L

Serialized Fields

pPrefix

String pPrefix
The required filename prefix component. This component cannot be null.


pPadding

int pPadding
The number of digits of zero padding of the frame number component of the filename. If 0, then the frame numbers will be unpadded. If -1, then the FilePattern will have no frame number component.


pSuffix

String pSuffix
The filename extension (or suffix) component. If null, then the filename will have no suffix component.


pStringRep

String pStringRep
The cached string representation.


pHashCode

int pHashCode
The cached hash code.

Class us.temerity.pipeline.FileSeq extends Object implements Serializable

serialVersionUID: 3252483522938496643L

Serialized Fields

pFilePattern

FilePattern pFilePattern
The filename pattern.


pFrameRange

FrameRange pFrameRange
The file sequence frame range. If null, then this is a single frame file sequence.


pStringRep

String pStringRep
The cached string representation.


pHashCode

int pHashCode
The cached hash code.

Class us.temerity.pipeline.FileSeqUtilityParam extends SimpleParam implements Serializable

serialVersionUID: -8630949846667299441L

Class us.temerity.pipeline.FloatOpDoubleMap extends BaseOpDoubleMap<A,B,Float> implements Serializable

serialVersionUID: 1643452010818958802L

Class us.temerity.pipeline.FloatOpMap extends BaseOpMap<K,Float> implements Serializable

serialVersionUID: -1124076129258111555L

Class us.temerity.pipeline.FloatRange extends HistogramRange implements Serializable

serialVersionUID: -8390595780141557602L

Class us.temerity.pipeline.FrameRange extends Object implements Serializable

serialVersionUID: 7113054792066134471L

Serialized Fields

pStart

int pStart
The first frame number in the file sequence. If this is a single frame file sequence, then this is the single frame number.


pEnd

int pEnd
The last frame number in the file sequence.


pBy

int pBy
The frame step increment.


pNumFrames

int pNumFrames
The number of frames in the file sequence.

Class us.temerity.pipeline.FrameRangeParam extends ComplexParam<E> implements Serializable

serialVersionUID: -8567425539078503314L

Class us.temerity.pipeline.FrameRangeUtilityParam extends FrameRangeParam<UtilityParam> implements Serializable

serialVersionUID: 2676200105103001379L

Class us.temerity.pipeline.HardwareGroup extends Named implements Serializable

serialVersionUID: -6235842136559531067L

Serialized Fields

pHardwareValues

TreeSet<E> pHardwareValues
The hardware keys that are activated in this group.

Class us.temerity.pipeline.HardwareKey extends BaseKey implements Serializable

serialVersionUID: -8708059351617513560L

Class us.temerity.pipeline.Histogram extends HistogramSpec implements Serializable

serialVersionUID: 8142896086762001835L

Serialized Fields

pCounts

long[] pCounts
The count of items in each category.

Class us.temerity.pipeline.HistogramRange extends Object implements Serializable

serialVersionUID: -191184569056560364L

Serialized Fields

pSingleValue

Comparable<T> pSingleValue
The sole value considered inside the range or null if this is a multiple valued range.


pMinValue

Comparable<T> pMinValue
The minimum inclusive value of the range or null if open ended or single valued.


pMaxValue

Comparable<T> pMaxValue
The maximum exclusive value of the range or null if open ended or single valued.

Class us.temerity.pipeline.HistogramSpec extends Named implements Serializable

serialVersionUID: -5657636068259907888L

Serialized Fields

pRanges

HistogramRange[] pRanges
Range of values which defines the bounds of each category.


pIncluded

boolean[] pIncluded
Whether each category is included in the range of values matched by the pattern matcher feature.

Class us.temerity.pipeline.HostConfigException extends RuntimeException implements Serializable

serialVersionUID: -2912801393722456905L

Class us.temerity.pipeline.IdentifierUtilityParam extends StringParam implements Serializable

serialVersionUID: 6562921895708739669L

Class us.temerity.pipeline.IntegerActionParam extends IntegerParam implements Serializable

serialVersionUID: 3065720750652779863L

Class us.temerity.pipeline.IntegerAnnotationParam extends IntegerParam implements Serializable

serialVersionUID: 6138180302956505865L

Class us.temerity.pipeline.IntegerArchiverParam extends IntegerParam implements Serializable

serialVersionUID: 5847869446968760267L

Class us.temerity.pipeline.IntegerExtensionParam extends IntegerParam implements Serializable

serialVersionUID: -4783348425176063629L

Class us.temerity.pipeline.IntegerOpDoubleMap extends BaseOpDoubleMap<A,B,Integer> implements Serializable

serialVersionUID: 7821276340373893498L

Class us.temerity.pipeline.IntegerOpMap extends BaseOpMap<K,Integer> implements Serializable

serialVersionUID: -6792688191829405488L

Class us.temerity.pipeline.IntegerParam extends SimpleParam implements Serializable

serialVersionUID: 3371638711041167312L

Class us.temerity.pipeline.IntegerUtilityParam extends IntegerParam implements Serializable

serialVersionUID: 8425305116840749504L

Class us.temerity.pipeline.IntervalSelectionRule extends SelectionRule implements Serializable

serialVersionUID: 4496291843070313646L

Serialized Fields

pStartHour

int pStartHour
The hour of the day [0, 23] and minute [0, 59] in local time when the rule begins.


pStartMinute

int pStartMinute

pEndHour

int pEndHour
The hour of the day [0, 23] and minute [0, 59] in local time when the rule ends.

If the end time is earlier than the start time, then it refers to the following day.


pEndMinute

int pEndMinute

Class us.temerity.pipeline.JobReqs extends JobReqsCommon implements Serializable

serialVersionUID: -5597354970617647694L

Serialized Fields

pJobKeysUpdateTime

Long pJobKeysUpdateTime
The time (in milliseconds) when key-choosers were last used to generate the selection, hardware, and license keys for these job requirements.

If this time is earlier than the time that the key-choosers were last updated in the queue manager, then this job will be flagged as being out-of-date.

Class us.temerity.pipeline.JobReqsCommon extends Object implements Serializable

serialVersionUID: -530108706662515363L

Serialized Fields

pPriority

Integer pPriority
The relative job priority.


pRampUp

Integer pRampUp
The ramp-up interval (in seconds).


pMaxLoad

Float pMaxLoad
The maximum allowable system load on an eligible host.


pMinMemory

Long pMinMemory
The minimum amount of free memory (in bytes) required on an eligible host.


pMinDisk

Long pMinDisk
The minimum amount of free temporary local disk space (in bytes) required on an eligible host.


pLicenseKeys

TreeSet<E> pLicenseKeys
The names of the required license keys.


pSelectionKeys

TreeSet<E> pSelectionKeys
The names of the required selection keys.


pHardwareKeys

TreeSet<E> pHardwareKeys
The names of the required hardware keys.

Class us.temerity.pipeline.JobReqsDelta extends JobReqsCommon implements Serializable

serialVersionUID: -6613450234030093576L

Serialized Fields

pJobID

long pJobID
The ID of the job that this modification is supposed to be applied to.

Class us.temerity.pipeline.JobStatus extends Object implements Serializable

serialVersionUID: 6067779274752979919L

Serialized Fields

pJobID

long pJobID
The unique job identifier.


pNodeID

NodeID pNodeID
The unique working version identifier.


pState

JobState pState
The status of the job in the queue.


pToolset

String pToolset
The name of the toolset.


pTargetFileSeq

FileSeq pTargetFileSeq
The primary target file sequence generated by the job.


pSourceJobIDs

TreeSet<E> pSourceJobIDs
The unique identifiers of the upstream jobs.

Class us.temerity.pipeline.KeyIntValueParam extends ComplexParam<E> implements Serializable

serialVersionUID: 216419723438576765L

Class us.temerity.pipeline.KeyIntValueUtilityParam extends KeyIntValueParam<UtilityParam> implements Serializable

serialVersionUID: 8378003262749986064L

Class us.temerity.pipeline.KeyValueParam extends ComplexParam<E> implements Serializable

serialVersionUID: 216419723438576765L

Class us.temerity.pipeline.KeyValueUtilityParam extends KeyValueParam<UtilityParam> implements Serializable

serialVersionUID: 2308583997343427353L

Class us.temerity.pipeline.LayoutGroup extends AdvancedLayoutGroup implements Serializable

serialVersionUID: -6353586503001120251L

Class us.temerity.pipeline.LicenseKey extends BaseKey implements Serializable

serialVersionUID: 7616282979518347032L

Serialized Fields

pScheme

LicenseScheme pScheme
The scheme used to determine the number of available licenses.


pMaxSlots

Integer pMaxSlots
The maximum number of slots running a job which requires the license key.

Only used when the license scheme is PerSlot. Disabled and set to null for the other schemes.


pMaxHosts

Integer pMaxHosts
The maximum number of hosts which may run a job which requires the license key.

Used by both the PerHost and PerHostSlot schemes. Disabled and set to null when the license scheme is PerSlot.


pMaxHostSlots

Integer pMaxHostSlots
The maximum number of slots which may run a job requiring the license key on a single host.

Only used by the PerHostSlot license scheme. Disabled and set to null to all other schemes.


pUsedPerHost

TreeMap<K,V> pUsedPerHost
The number of licenses currently in use by each job server host.

Class us.temerity.pipeline.LinkActionParam extends SimpleParam implements Serializable

serialVersionUID: -8720908048024688428L

Class us.temerity.pipeline.LinkCommon extends Named implements Serializable

serialVersionUID: -8234951904488951376L

Serialized Fields

pPolicy

LinkPolicy pPolicy
The link's OverallNodeState and OverallQueueState propagation policy.


pRelationship

LinkRelationship pRelationship
The nature of the relationship between files associated with the source and target nodes.


pFrameOffset

Integer pFrameOffset
Frame offset to be added to frame indices of files associated with the target node to determine the frame indices of files associated with the source node. This field only has meaning when pRelationship is OneToOne and is null for all other relationships.

Class us.temerity.pipeline.LinkMod extends LinkCommon implements Serializable

serialVersionUID: 1538507879490090450L

Class us.temerity.pipeline.LinkVersion extends LinkCommon implements Serializable

serialVersionUID: 6715275129958262248L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of the specific NodeVersion of the upstream node upon which the downstream node depends.


pIsLocked

boolean pIsLocked
Whether the link to the source node is locked.

Class us.temerity.pipeline.ListParam extends ComplexParam<E> implements Serializable

serialVersionUID: 8685930896134087328L

Class us.temerity.pipeline.ListPathSet extends Object implements Serializable

serialVersionUID: -5132968879058325258L

Serialized Fields

pPaths

TreeMap<K,V> pPaths
The paths which share a common set of initial list elements.

The key in this map is the list element at the current level of the hierarchy, while the value contains all remaining paths which share that element.


pIsTerminal

boolean pIsTerminal
Whether this level of the heirarchy represents the last element of a list.

Class us.temerity.pipeline.ListUtilityParam extends ListParam<UtilityParam> implements Serializable

serialVersionUID: -467786339516427750L

Class us.temerity.pipeline.LogControls extends Object implements Serializable

serialVersionUID: -2829703787682428786L

Serialized Fields

pLevels

TreeMap<K,V> pLevels
The level of logging verbosity for each kind of message.

Class us.temerity.pipeline.LogMessage extends SimpleLogMessage implements Serializable

serialVersionUID: 9213949194764455768L

Serialized Fields

pRootName

String pRootName
The fully resolved name of the root node of the check-in operation.


pRootVersionID

VersionID pRootVersionID
The revision number of the new version of the root node created by the check-in operation.


pImpostor

String pImpostor
The name of the user that requested this check-in if it was not the user whose working area the check-in originated from. If the working area and the requesting user were the same, this field will be null. It will always be null for nodes created in versions of Pipeline before 2.4.13. impostor

Class us.temerity.pipeline.LongOpDoubleMap extends BaseOpDoubleMap<A,B,Long> implements Serializable

serialVersionUID: 6354728565554024802L

Class us.temerity.pipeline.LongOpMap extends BaseOpMap<K,Long> implements Serializable

serialVersionUID: 1674892115037161405L

Class us.temerity.pipeline.MachineType extends Object implements Serializable

serialVersionUID: 8785129117203174640L

Serialized Fields

pOsType

OsType pOsType

pArchType

ArchType pArchType

Class us.temerity.pipeline.MappedArrayList extends TreeMap<K,ArrayList<V>> implements Serializable

serialVersionUID: -5605694581155130136L

Class us.temerity.pipeline.MappedLinkedList extends TreeMap<K,LinkedList<V>> implements Serializable

serialVersionUID: 5426868408480655290L

Class us.temerity.pipeline.MappedListSet extends TreeMap<K,ListSet<V>> implements Serializable

serialVersionUID: 2070454439080216811L

Class us.temerity.pipeline.MappedSet extends TreeMap<K,TreeSet<V>> implements Serializable

serialVersionUID: 2368187723005633955L

Class us.temerity.pipeline.MasterControls extends Object implements Serializable

serialVersionUID: 517296120185570860L

Serialized Fields

pMinFreeMemory

Long pMinFreeMemory
The minimum amount of free Java heap memory available before caches must be reduced.


pCacheGCInterval

Long pCacheGCInterval
The minimum time a cycle of the node cache garbage collector loop should take (in milliseconds).


pCacheGCMisses

Long pCacheGCMisses
The maximum number of cache misses before the cache garbage collector is run.


pCacheFactor

Double pCacheFactor
The ratio between minimum and maximum number of items maintained in each cache.


pRepoCacheSize

Long pRepoCacheSize
The minimum number of checked-in versions of nodes to cache.


pWorkCacheSize

Long pWorkCacheSize
The minimum number of working versions of nodes to cache.


pCheckCacheSize

Long pCheckCacheSize
The minimum number of working version checksums of nodes to cache.


pAnnotCacheSize

Long pAnnotCacheSize
The minimum number of per-node annotations of nodes to cache.


pRestoreCleanupInterval

Long pRestoreCleanupInterval
The maximum age of a resolved (Restored or Denied) restore request before it is deleted (in milliseconds).


pBackupSyncInterval

Long pBackupSyncInterval
The interval (in milliseconds) between the live synchronization of the database files associated with the Master Manager and backup copies of these files.


pFileStatDir

Path pFileStatDir
An alternative root production directory accessed via a different NFS mount point to provide an exclusively network for file status query traffic.


pCheckSumDir

Path pCheckSumDir
An alternative root production directory accessed via a different NFS mount point to provide an exclusively network for checksum generation traffic.

Class us.temerity.pipeline.MasterExtensionConfig extends BaseExtensionConfig implements Serializable

serialVersionUID: -1968287627560968464L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseAction instance before serialization.

Throws:
IOException
Serialized Fields

pExtension

BaseMasterExt pExtension
The master extension plugin stored as an instance of BaseMasterExt.

The actual plugin subclass is instantiated on the fly by the MasterExtensionConfig.getMasterExt() method since each instance may be running in parallel in its own Thread and so that the latest installed version of the plugin will always be used.

Class us.temerity.pipeline.MayaContextUtilityParam extends ComplexUtilityParam implements Serializable

serialVersionUID: 3809821423807521696L

Serialized Fields

pLinearParam

EnumUtilityParam pLinearParam

pAngularParam

EnumUtilityParam pAngularParam

pTimeParam

EnumUtilityParam pTimeParam

Class us.temerity.pipeline.Named extends Object implements Serializable

serialVersionUID: 4473685551529032568L

Serialized Fields

pName

String pName
The name of the instance.

Class us.temerity.pipeline.NodeBundle extends Object implements Serializable

serialVersionUID: 6713760153223066234L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the class to dynamically instantiate an annotation plugin instance and copy its parameters from the generic staticly loaded BaseAnnotation instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the class to convert a dynamically loaded annotation plugin instance into a generic staticly loaded BaseAnnotation instance before serialization.

Throws:
IOException
Serialized Fields

pCreatedOn

long pCreatedOn
The timestamp of when the node bundle was created.


pCreatedBy

String pCreatedBy
The name of the user which created the node bundle.


pCustomer

String pCustomer
The name of the studio which created the node bundle.


pCustomerProfile

String pCustomerProfile
The name of the Pipeline site profile at the studio.


pPipelineVersion

String pPipelineVersion
The version identifier of the Pipeline release.


pPipelineRelease

String pPipelineRelease
The date and time when this version of Pipeline was released.


pRootNodeID

NodeID pRootNodeID
The working root node identifier.


pVersions

LinkedList<E> pVersions
Gets the working versions of the nodes in the order they should be unpacked.


pAnnotations

DoubleMap<A,B,V> pAnnotations
Gets the annotations associated with nodes indexed by fully resolved node name and annotation name.


pToolsets

DoubleMap<A,B,V> pToolsets
Gets the toolsets used by the nodes indexed by toolset name and operating system type.


pPackages

TripleMap<A,B,C,V> pPackages
Gets the toolset packages used by the nodes indexed by package name, operating system type and package version number.

Class us.temerity.pipeline.NodeCommon extends Named implements Serializable

serialVersionUID: -3524516091753764603L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseAction instance before serialization.

Throws:
IOException
Serialized Fields

pPrimarySeq

FileSeq pPrimarySeq
The primary file sequence associated with this version of the node.

The primary file sequence cannot be null and must have a prefix which is identical to the last component of the node name. The names of primary files are relative to the parent directory of the last component of the node name.


pSecondarySeqs

TreeSet<E> pSecondarySeqs
The set of secondary file sequences associated with this version of the node.

There may be zero or more secondary file sequences. Each secondary file sequence must have exactly the same number of files as are in the primary file sequence. The names of secondary files are relative to the parent directory of the last component of the node name.


pIsIntermediate

boolean pIsIntermediate
Whether the file sequences managed by this node are intermediate in nature and therefore should never be saved/restored along with the repository version.


pToolset

String pToolset
The name of the execution environment under which to execute the editor program and the regeneration action.


pEditor

BaseEditor pEditor
The editor plugin instance used to edit/view the files associated with this version of the node. If null, there is no editor for this version of the node.


pAction

BaseAction pAction
The action plugin instance used to regeneration the files associated with this version of the node. If null, then this version of the node has no regeneration action.


pIsActionEnabled

boolean pIsActionEnabled
Is the regeneration action enabled?

If disabled, the node behaves as if it did not have a regeneration action. This is used to preserve the action parameters and execution details while temporarily treating the node as if it did not have an action.

If the pAction field is null, this field must be false.


pJobReqs

JobReqs pJobReqs
The requirements that a server must meet in order to be eligable to run jobs for this version of the node. If null, then this version of the node has no regeneration action and therefore no job requirements.


pOverflow

OverflowPolicy pOverflow
The frame range overflow policy. If null, then this version of the node has no regeneration action and therefore no overflow policy.


pExecution

ExecutionMethod pExecution
The methodology for regenerating the files associated with nodes with regeneration actions. If null, then this version of the node has no regeneration action and therefore no execution method.


pBatchSize

Integer pBatchSize
For parallel jobs, this is the maximum number of frames assigned to each job. If null, then this version of the node has no regeneration action and therefore no batch size.


pAnnotations

TreeMap<K,V> pAnnotations
The annotation plugin instances associated with this version of the node indexed by the name of the annotations.

Class us.temerity.pipeline.NodeDetailsCheckedIn extends us.temerity.pipeline.BaseNodeDetails implements Serializable

serialVersionUID: 5997022115283187738L

Class us.temerity.pipeline.NodeDetailsHeavy extends NodeDetailsLight implements Serializable

serialVersionUID: 6863666461143621850L

Serialized Fields

pOverallNodeState

OverallNodeState pOverallNodeState
A single state computed from the combination of VersioState, PropertyState, LinkState and the individual FileState of each file associated with the node.


pOverallQueueState

OverallQueueState pOverallQueueState
A single state computed from the combination of the individual QueueState and FileState of each file associated with the node.


pFileStates

TreeMap<K,V> pFileStates
The relationship between the individual files associated with the working and checked-in versions of a node.


pFileTimeStamps

long[] pFileTimeStamps
The newest timestamp which needs to be considered when computing whether each file index is up-to-date.


pJobIDs

Long[] pJobIDs
The unique job identifiers of the job which generates individual files associated with a node.


pQueueStates

QueueState[] pQueueStates
The status of individual files associated with a node with respect to the queue jobs which generate them.


pUpdateStates

UpdateState[] pUpdateStates
A cache of the reasons that individual files associated with a node might not be up-to-date based on the QueueStates of upstream file dependencies.

Class us.temerity.pipeline.NodeDetailsLight extends us.temerity.pipeline.BaseNodeDetails implements Serializable

serialVersionUID: -8370560801429546733L

Serialized Fields

pWorkingVersion

NodeMod pWorkingVersion
The working version of the node.


pVersionState

VersionState pVersionState
The relationship between the revision numbers of working and checked-in versions of a node.


pPropertyState

PropertyState pPropertyState
The relationship between the values of the node properties associated with the working and checked-in versions of a node.


pLinkState

LinkState pLinkState
A comparison of the upstream node link information associated with a working version and the latest checked-in version of a node.

Class us.temerity.pipeline.NodeID extends Named implements Serializable

serialVersionUID: -5074009750552938470L

Serialized Fields

pAuthor

String pAuthor
The name of user which owens the working version.


pView

String pView
The name of the working area view.


pStringRep

String pStringRep
The cached string representation.


pHashCode

int pHashCode
The cached hash code.

Class us.temerity.pipeline.NodeMod extends NodeCommon implements Serializable

serialVersionUID: 3996510873376950488L

Serialized Fields

pIsFrozen

boolean pIsFrozen
Whether the working version is an unmodifiable copy of a checked-in version who's associated files are symlinks to the repository instead of copies.


pIsLocked

boolean pIsLocked
Whether the working version is locked to a specific checked-in version. Locked nodes must also be frozen and any links must have a Dependency LinkPolicy.


pWorkingID

VersionID pWorkingID
The revision number of the NodeVersion upon which this NodeMod is based. If null, then this is an intial working version of a node which has never been checked-in.


pTimeStamp

long pTimeStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the version was created.


pLastMod

long pLastMod
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the last modification of any field of this instance.


pLastCriticalMod

long pLastCriticalMod
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the last modification of this working version's properties which invalidate the up-to-date status of the files associated with the node.


pLastCriticalSourceMod

long pLastCriticalSourceMod
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the last modification of this working version's properties which invalidate the up-to-date status of the files associated with the node.


pLastCTimeUpdate

Long pLastCTimeUpdate
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the last update of the change time (ctime) for any file associated with the node.


pCorrectedStamps

TreeMap<K,V> pCorrectedStamps
For working files which have been moved into the repository and replaced with symlinks, records the timestamp both before the move and after the link.

When per-file status is computed, this before stamp will be used for any working file which is not newer than the after stamp. In other words, the original pre-move file timestamp is used instead of the post-move link's timestamp unless the link has been modified or replaced after the check-in.

Note that this is sparse table and missing entries for a particular file simply indicate that the file's actual timestamps can be used as-is.


pSources

TreeMap<K,V> pSources
A table of link relationship information associated with all nodes upstream of this node indexed by the fully resolved names of the upstream nodes.

Class us.temerity.pipeline.NodePathUtilityParam extends PathParam implements Serializable

serialVersionUID: 6004574702514003655L

Class us.temerity.pipeline.NodeStatus extends Object implements Serializable

serialVersionUID: 7006898232931436818L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseAction instance before serialization.

Throws:
IOException
Serialized Fields

pNodeID

NodeID pNodeID
The unique working version identifier.


pSources

TreeMap<K,V> pSources
The upstream nodes connected to this node.


pTargets

TreeMap<K,V> pTargets
The downstream nodes connected to this node.


pAnnotations

TreeMap<K,V> pAnnotations
The table of node annotation plugin instances indexed by annotation name.


pDetailsCheckedIn

NodeDetailsCheckedIn pDetailsCheckedIn
The detailed status information for this node.

There are four different potential types of status operations: downstream, checked-in, lighweight and heavyweight. For downstream nodes, all of the following fields will be null. For checked-in and lighweight status, only the respective detail fields will be non-null. For heavyweight status, both the light and heavy fields will be set using the same node details since heavyweight status is a superset of lightweight status.

Consumers of node detail information can then choose to lookup the appropriate type of details which suit their needs without respect to the implementation of these details.


pDetailsLight

NodeDetailsLight pDetailsLight

pDetailsHeavy

NodeDetailsHeavy pDetailsHeavy

pStaleLinks

TreeSet<E> pStaleLinks
The names of the upstream nodes connected to this node which propagate staleness for a heavyweight node status.

Note that this does not mean that all of these nodes are Stale themselves, only that they have timestamps which are newer than this node and which will be propogated downstream and may eventually cause staleness.

Class us.temerity.pipeline.NodeTreeComp extends TreeMap<String,NodeTreeComp> implements Serializable

serialVersionUID: -4350033841849318790L

Serialized Fields

pName

String pName
The name of the node path component or "root" if this is the root component.


pPrimarySuffix

String pPrimarySuffix
The suffix of the primary file sequence.


pState

NodeTreeComp.State pState
The node path component state.

Class us.temerity.pipeline.NodeTreeEntry extends TreeMap<String,NodeTreeEntry> implements Serializable

serialVersionUID: 6771635424834199088L

Serialized Fields

pName

String pName
The name of the node path component or "root" if this is the root component.


pPrimarySuffix

String pPrimarySuffix
The suffix of the primary file sequence.


pIsLeaf

boolean pIsLeaf
Is this component the last component of a node path?


pIsCheckedIn

boolean pIsCheckedIn
Does there exist at least one checked-in node version corresponding to this component?


pWorking

TreeMap<K,V> pWorking
The table of working area view names indexed by owning author associated with this leaf node path component.

Can be null when this is not a leaf node path component.


pFileSeqRefs

RefCountTable<T> pFileSeqRefs
Reference counts of each file sequence indexed by "prefix|suffix" for all file sequences associated with the leaf components.

Class us.temerity.pipeline.NodeVersion extends NodeCommon implements Serializable

serialVersionUID: 7664817792128584958L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of this version.


pMessage

LogMessage pMessage
The descriptive message given at the time this version of the node was created by a check-in operation. The timestamp and author of the message are also the timestamp and author of the node version.


pSources

TreeMap<K,V> pSources
A table of link relationship information associated with all nodes upstream of this node indexed by the fully resolved names of the upstream nodes.


pIsNovel

TreeMap<K,V> pIsNovel
Whether each file associated with this version contains new data not present in the previous checked-in version.

All files of the initial version will be novel. In subsequent versions, only those files which have been added or modified since the previous version will be marked as novel.


pCheckSums

TreeMap<K,V> pCheckSums
The checksums for each file associated with the checked-in version indexed by short file name.

Class us.temerity.pipeline.OfflineInfo extends ExternalInfo implements Serializable

serialVersionUID: -8012946139167153388L

Serialized Fields

pCheckedOutStamp

Long pCheckedOutStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the latest check-out of the version or null if never archived.


pAuthor

String pAuthor
The name of the owner of the working latest checked-out working version or null if no checked-out versions exist.


pView

String pView
The name of the working area view where the latest check-out of the version occurred or null if no checked-out versions exist.


pNumWorking

int pNumWorking
The number of existing working versions based on the checked-in version.


pCanOffline

boolean pCanOffline
Whether this checked-in version can be offlined.

Class us.temerity.pipeline.OptionalEnumParam extends SimpleParam implements Serializable

serialVersionUID: -519132760794275781L

Serialized Fields

pValues

ArrayList<E> pValues
The complete set of enumerated values.

Class us.temerity.pipeline.OptionalEnumUtilityParam extends OptionalEnumParam implements Serializable

serialVersionUID: -4336919000788449670L

Class us.temerity.pipeline.ParamNameAnnotationParam extends StringParam implements Serializable

serialVersionUID: -953093013890655529L

Class us.temerity.pipeline.PassLayoutGroup extends Described implements Serializable

serialVersionUID: -3049726571215559521L

Serialized Fields

pEntries

TreeMap<K,V> pEntries
The layouts that make up each pass.


pPassNames

TreeMap<K,V> pPassNames
The name of each pass

Class us.temerity.pipeline.PasswordExtensionParam extends StringParam implements Serializable

serialVersionUID: 1516728454275229319L

Class us.temerity.pipeline.Path extends Object implements Serializable

serialVersionUID: 8907101928999914285L

Serialized Fields

pPrefix

String pPrefix
The path prefix.


pComps

String[] pComps
The path components.


pStringRep

String pStringRep
The cached string representation.


pHashCode

int pHashCode
The cached hash code.

Class us.temerity.pipeline.PathAnnotationParam extends PathParam implements Serializable

serialVersionUID: -5063803030041208639L

Class us.temerity.pipeline.PathExtensionParam extends PathParam implements Serializable

serialVersionUID: -2581055675006708320L

Class us.temerity.pipeline.PathParam extends SimpleParam implements Serializable

serialVersionUID: -2711738787273982353L

Class us.temerity.pipeline.PathUtilityParam extends PathParam implements Serializable

serialVersionUID: -3611514841873329087L

Class us.temerity.pipeline.PipelineException extends Exception implements Serializable

serialVersionUID: 3962218832440351208L

Class us.temerity.pipeline.PlaceholderUtilityParam extends SimpleParam implements Serializable

serialVersionUID: 4873922978984322955L

Serialized Fields

pBuilt

boolean pBuilt

Class us.temerity.pipeline.PluginID extends Named implements Serializable

serialVersionUID: 7719274771593783575L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of the plugin.


pVendor

String pVendor
The name of the plugin vendor.

Class us.temerity.pipeline.PluginMenuLayout extends LinkedList<PluginMenuLayout> implements Serializable

serialVersionUID: 8353824296871840447L

Serialized Fields

pTitle

String pTitle
The title of the submenu or menu item.


pName

String pName
The name of the plugin version.


pVersionID

VersionID pVersionID
The revision number of the plugin version.


pVendor

String pVendor
The name of the plugin vendor.

Class us.temerity.pipeline.PluginSet extends DoubleMap<String,String,TreeSet<VersionID>> implements Serializable

serialVersionUID: 8260605213854536274L

Class us.temerity.pipeline.PrivilegeDetails extends Privileges implements Serializable

serialVersionUID: -5421863036110785160L

Serialized Fields

pManagedUsers

Set<E> pManagedUsers
The names of the users which are a members (or managers) of at lease one group for which the privileged user is a manager. If the privileged user does not have either Queue Manager or Node Manager privileges, the value will be null.

Class us.temerity.pipeline.Privileges extends Object implements Serializable

serialVersionUID: 6619800266260510211L

Serialized Fields

pIsMasterAdmin

boolean pIsMasterAdmin
Whether the user has been granted full administrative privileges.


pIsDeveloper

boolean pIsDeveloper
Whether the user has been granted developer privileges.


pIsAnnotator

boolean pIsAnnotator
Whether the user has been granted annotator privileges.


pIsQueueAdmin

boolean pIsQueueAdmin
Whether the user has been granted queue administration privileges.


pIsQueueManager

boolean pIsQueueManager
Whether the user has been granted queue manager privileges.


pIsNodeManager

boolean pIsNodeManager
Whether the user has been granted node manager privileges.

Class us.temerity.pipeline.QueueControls extends Object implements Serializable

serialVersionUID: 6283662886376668921L

Serialized Fields

pCollectorBatchSize

Integer pCollectorBatchSize
The maximum number of job servers per collection sub-thread.


pDispatcherInterval

Long pDispatcherInterval
The minimum time a cycle of the dispatcher loop should take (in milliseconds).


pNfsCacheInterval

Long pNfsCacheInterval
The minimum time to wait before attempting a NFS directory attribute lookup operation after a file in the directory has been created by another host on the network (in milliseconds). This should be set to the same value as the NFS (acdirmax) mount option for the root production directory on the host running the Queue Manager.


pBackupSyncInterval

Long pBackupSyncInterval
The interval (in milliseconds) between the live synchronization of the database files associated with the Master Manager and backup copies of these files.


pBalanceSampleInterval

Long pBalanceSampleInterval
The interval (in milliseconds) between when the User Balance Info class updates its samples.

A longer sample interval will result in less responsive user balancing, but will allow more samples to be stored (making balancing more fair over longer periods of time). When tuning, this variable should be considered along with the the number of samples being kept.


pBalanceSamplesToKeep

Integer pBalanceSamplesToKeep
The number of samples of balance group information that are being kept.

Class us.temerity.pipeline.QueueExtensionConfig extends BaseExtensionConfig implements Serializable

serialVersionUID: 5649218895958056020L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseAction instance before serialization.

Throws:
IOException
Serialized Fields

pExtension

BaseQueueExt pExtension
The queue extension plugin stored as an instance of BaseQueueExt.

The actual plugin subclass is instantiated on the fly by the QueueExtensionConfig.getQueueExt() method since each instance may be running in parallel in its own Thread and so that the latest installed version of the plugin will always be used.

Class us.temerity.pipeline.QueueHostHistograms extends Object implements Serializable

serialVersionUID: 2574447696399334072L

Serialized Fields

pStatus

Histogram pStatus
The histograms.


pOsType

Histogram pOsType

pLoad

Histogram pLoad

pMemory

Histogram pMemory

pDisk

Histogram pDisk

pNumJobs

Histogram pNumJobs

pSlots

Histogram pSlots

pOrder

Histogram pOrder

pReserve

Histogram pReserve

pSelectionGroups

Histogram pSelectionGroups

pSelectionScheds

Histogram pSelectionScheds

pHardwareGroups

Histogram pHardwareGroups

pDispatchControls

Histogram pDispatchControls

pFavorMethods

Histogram pFavorMethods

pUserBalanceGroups

Histogram pUserBalanceGroups

Class us.temerity.pipeline.QueueHostHistogramSpecs extends Object implements Serializable

serialVersionUID: 2574447696399334072L

Serialized Fields

pStatus

HistogramSpec pStatus
The histogram specifications.


pOsType

HistogramSpec pOsType

pLoad

HistogramSpec pLoad

pMemory

HistogramSpec pMemory

pDisk

HistogramSpec pDisk

pNumJobs

HistogramSpec pNumJobs

pSlots

HistogramSpec pSlots

pOrder

HistogramSpec pOrder

pReserve

HistogramSpec pReserve

pSelectionGroups

HistogramSpec pSelectionGroups

pSelectionScheds

HistogramSpec pSelectionScheds

pHardwareGroups

HistogramSpec pHardwareGroups

pDispatchControls

HistogramSpec pDispatchControls

pFavorMethods

HistogramSpec pFavorMethods

pUserBalanceGroups

HistogramSpec pUserBalanceGroups

Class us.temerity.pipeline.QueueHostInfo extends Named implements Serializable

serialVersionUID: 3815152450621478990L

Serialized Fields

pShortName

String pShortName
The short hostname without domain name suffix.


pStatus

QueueHostStatus pStatus
The current operational status of the host.


pReservation

String pReservation
The name of the reserving user or null if the host is not reserved.


pReservationPending

boolean pReservationPending

pOrder

int pOrder
The order in which job servers are processed by the dispatcher.


pOrderPending

boolean pOrderPending

pJobSlots

int pJobSlots
The maximum number jobs the host may be assigned.


pJobSlotsPending

boolean pJobSlotsPending

pOsType

OsType pOsType
The operating system type.


pNumProcessors

Integer pNumProcessors
The number of processors on the host.


pTotalMemory

Long pTotalMemory
The total amount of memory (in bytes) on the host.


pTotalDisk

Long pTotalDisk
The total amount of temporary disk space (in bytes) on the host.


pHoldTimeStamp

long pHoldTimeStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when all ramp-up intervals will have expired.


pSample

ResourceSample pSample
The latest resource usage sample or null if no samples exist.


pSelectionGroup

String pSelectionGroup
The name of the current selection group or null not a member of any selection group.


pSelectionGroupPending

boolean pSelectionGroupPending

pSelectionSchedule

String pSelectionSchedule
The name of the current selection schedule or null if the choice of selection group is currently manual.


pSelectionSchedulePending

boolean pSelectionSchedulePending

pHardwareGroup

String pHardwareGroup
The name of the current hardware group or null not a member of any hardware group.


pHardwareGroupPending

boolean pHardwareGroupPending

pDispatchControl

String pDispatchControl
The name of the current dispatch control or null if no dispatch control is assigned to this host.


pDispatchControlPending

boolean pDispatchControlPending

pBalanceGroup

String pBalanceGroup
The name of the current user balance group or null not a member of any user balance group.


pBalanceGroupPending

boolean pBalanceGroupPending

pFavorMethod

JobGroupFavorMethod pFavorMethod
The favor method of the host.


pFavorMethodPending

boolean pFavorMethodPending

pReservationState

EditableState pReservationState
Is the reservation status of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pStatusState

EditableState pStatusState
Is the status of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pSlotState

EditableState pSlotState
Is the number of slots on the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pOrderState

EditableState pOrderState
Is the order of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pGroupState

EditableState pGroupState
Is the selection group of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pDispatchState

EditableState pDispatchState
Is the dispatch control of the machine editable?


pFavorState

EditableState pFavorState
Is the favor group of the machine editable?


pUserState

EditableState pUserState
Is the user balance group of the machine editable?

Class us.temerity.pipeline.QueueHostMod extends Object implements Serializable

serialVersionUID: 104651846221860295L

Serialized Fields

pStatusChange

QueueHostStatusChange pStatusChange
Changes to the operational status of the host or null if unchanged.


pAllowedStatus

QueueHostStatusChange pAllowedStatus
The status that the schedule would set the status to if it was going to change it but couldn't or null if the schedule doesn't want to change the statue or if it can successfully set the status.


pReservation

String pReservation
The name of the reserving user or null if the host should not be reserved.


pReservationModified

boolean pReservationModified

pOrder

Integer pOrder
The new job dispatching order for this host.


pJobSlots

Integer pJobSlots
The maximum number jobs the host should be assigned.


pSelectionGroup

String pSelectionGroup
The name of the new selection group or null if the host should not be a member of any selection group.


pSelectionGroupModified

boolean pSelectionGroupModified

pHardwareGroup

String pHardwareGroup
The name of the new hardware group or null if the host should not be a member of any hardware group.


pHardwareGroupModified

boolean pHardwareGroupModified

pSelectionSchedule

String pSelectionSchedule
The name of the new selection schedule or null if the choice of selection group should be manual.


pSelectionScheduleModified

boolean pSelectionScheduleModified

pDispatchControl

String pDispatchControl
The name of the new dispatch control or null if the host should not have a dispatch control.


pDispatchControlModified

boolean pDispatchControlModified

pUserBalance

String pUserBalance
The name of the new user balance group or null if the host should not have a user balance group.


pUserBalanceModified

boolean pUserBalanceModified

pFavorMethod

JobGroupFavorMethod pFavorMethod
The name of the favor method or null if the favor method is not being modified.


pReservationState

EditableState pReservationState
Is the reservation status of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pStatusState

EditableState pStatusState
Is the status of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pSlotState

EditableState pSlotState
Is the number of slots on the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pOrderState

EditableState pOrderState
Is the order of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pGroupState

EditableState pGroupState
Is the selection group of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pDispatchControlState

EditableState pDispatchControlState
Is the dispatch control of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pUserBalanceState

EditableState pUserBalanceState
Is the user balance group of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.


pFavorMethodState

EditableState pFavorMethodState
Is the favor method of the machine editable?

This is being set by the scheduler when the schedule on the machine is being applied.

Class us.temerity.pipeline.QueueJob extends Object implements Serializable

serialVersionUID: 7867584049128796560L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseAction instance before serialization.

Throws:
IOException
Serialized Fields

pActionAgenda

ActionAgenda pActionAgenda
The agenda to be accomplished by the job.


pAction

BaseAction pAction
The action plugin instance used to execute the job.


pJobReqs

JobReqs pJobReqs
The requirements that a server must meet in order to be eligible to run the job.


pSourceJobIDs

TreeSet<E> pSourceJobIDs
The unique identifiers of the upstream jobs which must be executed before this job.


pJobGroupID

long pJobGroupID
The id of the job group that this job belongs to.

This may be -1 for jobs which were submitted before job submission was changed to include the job group.

Class us.temerity.pipeline.QueueJobGroup extends Object implements Serializable

serialVersionUID: -3900877884445151351L

Serialized Fields

pGroupID

long pGroupID
The unique job group identifier.


pNodeID

NodeID pNodeID
The unique working version identifier of the root target node of the jobs.


pToolset

String pToolset
The name of the toolset.


pSubmittedStamp

long pSubmittedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the job group was submitted to the queue.


pCompletedStamp

Long pCompletedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when all jobs of the group have completed.


pRootSeq

FileSeq pRootSeq
The primary target file sequence generated by the job.


pRootIDs

ArrayList<E> pRootIDs
The unique identifiers of the root jobs of the group.


pExternalIDs

TreeSet<E> pExternalIDs
The unique identifiers of the jobs which are not members of the group, but which are used as source jobs for jobs which are members of the group.


pJobIDs

TreeSet<E> pJobIDs
The unique identifiers of all jobs which are memebers of the group.


pJobKeysNeedUpdate

boolean pJobKeysNeedUpdate
Whether any of the jobs in this job group need to have their key-choosers rerun.

Class us.temerity.pipeline.QueueJobInfo extends Object implements Serializable

serialVersionUID: 4135404054158504196L

Serialized Fields

pJobID

long pJobID
The unique job identifier.


pState

JobState pState
The status of the job in the queue.


pSubmittedStamp

long pSubmittedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the job was submitted to the queue.


pStartedStamp

Long pStartedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the job was started to a host for execution or null if not started yet.


pCompletedStamp

Long pCompletedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the job completed or null if not completed yet. Completion may be due to the job being aborted or killed in addition to normal exit of the action process.


pHostname

String pHostname
The full name of the host assigned to execute the job or null if the job was never assigned to a specific host.


pShortHostname

String pShortHostname
The short hostname (without domain name suffix) of the host assigned to execute the job or null if the job was never assigned to a specific host.


pOsType

OsType pOsType
The operating system type of the host assigned to execute the job or null if the job was never assigned to a specific host.


pResults

QueueJobResults pResults
The results of executing the job's regeneration action or null if the job was never executed.

Class us.temerity.pipeline.QueueJobResults extends Object implements Serializable

serialVersionUID: -202297518159187488L

Serialized Fields

pExitCode

Integer pExitCode
The exit code of the subprocess generated to execute the job's regeneration action or null if the job was never executed.


pUserTime

Double pUserTime
The number of seconds the subprocess and its children have been scheduled in user mode or null if unknown.


pSystemTime

Double pSystemTime
The number of seconds the subprocess and its children have been scheduled in kernel mode or null if unknown.


pPageFaults

Long pPageFaults
The number of major faults which occured for the process and its children which have required loading a memory page from disk or null if unknown.


pVirtualSize

Long pVirtualSize
The maximum virtual memory size of the process and its children in bytes or null if unknown.


pResidentSize

Long pResidentSize
The maximum resident memory size of the process and its children in bytes or null if unknown.


pSwappedSize

Long pSwappedSize
The cumilative amount of memory swapped by the process and its children in bytes or null if unknown.


pCache

CheckSumCache pCache
The checksums for each of the target files or null if unknown.

Class us.temerity.pipeline.RefCountTable extends Object implements Serializable

serialVersionUID: 8775708840584074610L

Serialized Fields

pTable

TreeMap<K,V> pTable
The table of reference counts.

Class us.temerity.pipeline.ResourceSample extends Object implements Serializable

serialVersionUID: -3380307201487190647L

Serialized Fields

pTimeStamp

long pTimeStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the samples was measured.


pNumJobs

int pNumJobs
The number of currently running jobs.


pLoad

float pLoad
The system load on the host.


pMemory

long pMemory
The available free memory (in bytes) on the host.


pDisk

long pDisk
The available free temporary disk space (in bytes) on the host.

Class us.temerity.pipeline.ResourceSampleCache extends Object implements Serializable

serialVersionUID: 1496529595464541369L

Serialized Fields

pReadIdx

Integer pReadIdx
The index of oldest sample or null if no samples exist yet.


pWriteIdx

Integer pWriteIdx
The index of the newest sample or null if no samples exist yet.


pStamp

long[] pStamp
The time stamps of each sample.


pNumJobs

int[] pNumJobs
The number of currently running jobs.


pLoad

float[] pLoad
The system load on the host.


pMemory

long[] pMemory
The available free memory on the host.


pDisk

long[] pDisk
The available free temporary disk space on the host.

Class us.temerity.pipeline.RestoreRequest extends Object implements Serializable

serialVersionUID: 1274826263100593969L

Serialized Fields

pState

RestoreState pState
The state of the restore request.


pSubmittedStamp

long pSubmittedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the request was made.


pResolvedStamp

Long pResolvedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the request was resolved or null if not yet resolved.


pArchiveName

String pArchiveName
The name of the archive volume from which the checked-in version was restored or null if the version has not been restored.

Class us.temerity.pipeline.SelectionGroup extends Named implements Serializable

serialVersionUID: 3083288349921145769L

Serialized Fields

pSelectionBiases

TreeMap<K,V> pSelectionBiases
The selection key biases of the host indexed by selection key name.

Class us.temerity.pipeline.SelectionKey extends BaseKey implements Serializable

serialVersionUID: -8056112617746926162L

Class us.temerity.pipeline.SelectionRule extends Object implements Serializable

serialVersionUID: -9118929846011805641L

Serialized Fields

pGroup

String pGroup
The name of the selection group which is activated by this rule.


pDispatchControl

String pDispatchControl
The name of the dispatch control which is activated by this rule.


pUserBalance

String pUserBalance
The name of the user balance group which is activated by this rule.


pFavorMethod

JobGroupFavorMethod pFavorMethod
The favor method the machine should have or null if the rule should not affect the favor method.


pServerStatus

QueueHostStatus pServerStatus
How the rule should manipulate the Status of machines.


pRemoveReservation

boolean pRemoveReservation
Should the rule manipulate the reservation Status of machines.


pOrder

Integer pOrder
The order the machine should have or null if the rule should not affect the order.


pSlots

Integer pSlots
The number of slots the machine should have or null if the rule should not affect the number of slots.

Class us.temerity.pipeline.SelectionSchedule extends Named implements Serializable

serialVersionUID: -8053140768771401564L

Serialized Fields

pRules

LinkedList<E> pRules
The selection rules in order of precidence.

The first rule to be active during a given point in time will determine the selection group for that time. All following selection rules will be ignored, even if they are also active for the time in question.

Class us.temerity.pipeline.ShortOpDoubleMap extends BaseOpDoubleMap<A,B,Short> implements Serializable

serialVersionUID: 2169075276609061960L

Class us.temerity.pipeline.ShortOpMap extends BaseOpMap<K,Short> implements Serializable

serialVersionUID: -8185668343498847919L

Class us.temerity.pipeline.SimpleEditor extends BaseEditor implements Serializable

serialVersionUID: -9117240808909938673L

Class us.temerity.pipeline.SimpleLogMessage extends Object implements Serializable

serialVersionUID: 3405770516028643619L

Serialized Fields

pTimeStamp

long pTimeStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when message was written.


pAuthor

String pAuthor
The name of the user who wrote the message.


pMessage

String pMessage
The message text.

Class us.temerity.pipeline.SimpleParam extends BaseParam implements Serializable

serialVersionUID: -2829887645406059248L

Serialized Fields

pValue

Comparable<T> pValue
The value of the parameter.

Class us.temerity.pipeline.SimpleSingleEditor extends SimpleEditor implements Serializable

serialVersionUID: -9117240808909938673L

Class us.temerity.pipeline.SingleEditor extends BaseEditor implements Serializable

serialVersionUID: 3940846614355631531L

Class us.temerity.pipeline.SpecificSelectionRule extends IntervalSelectionRule implements Serializable

serialVersionUID: -3892145007992139830L

Serialized Fields

pStartYear

int pStartYear
The hour of the year [2006+], month [0, 11] and day of the month [1, 31] in local time when the rule begins.


pStartMonth

int pStartMonth

pStartDay

int pStartDay

Class us.temerity.pipeline.StringActionParam extends StringParam implements Serializable

serialVersionUID: -8407737145983539458L

Class us.temerity.pipeline.StringAnnotationParam extends StringParam implements Serializable

serialVersionUID: 8664266546304408658L

Class us.temerity.pipeline.StringArchiverParam extends StringParam implements Serializable

serialVersionUID: 1412799666501225286L

Class us.temerity.pipeline.StringExtensionParam extends StringParam implements Serializable

serialVersionUID: -436900510849175240L

Class us.temerity.pipeline.StringListParam extends ComplexParam<E> implements Serializable

Class us.temerity.pipeline.StringListUtilityParam extends StringListParam<UtilityParam> implements Serializable

serialVersionUID: -1108095290396981456L

Class us.temerity.pipeline.StringParam extends SimpleParam implements Serializable

serialVersionUID: -945680476333950647L

Class us.temerity.pipeline.StringUtilityParam extends StringParam implements Serializable

serialVersionUID: -3966290581349083988L

Class us.temerity.pipeline.SubProcessExecDetails extends Object implements Serializable

serialVersionUID: 3558178801875527441L

Serialized Fields

pCommand

String pCommand
The literal command line arguments of the OS level process.


pEnvironment

TreeMap<K,V> pEnvironment
The environment under which the OS level process is run.

Class us.temerity.pipeline.SuffixEditor extends Object implements Serializable

serialVersionUID: -4174194640105458661L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the serializable fields from the object stream.

This enables the node to dynamically instantiate an action plugin instance and copy its parameters from the generic staticly loaded BaseAction instance in the object stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the serializable fields to the object stream.

This enables the node to convert a dynamically loaded action plugin instance into a generic staticly loaded BaseAction instance before serialization.

Throws:
IOException
Serialized Fields

pSuffix

String pSuffix
The filename suffix.


pDescription

String pDescription
The short description of the file format.


pEditor

BaseEditor pEditor
The editor plugin instance used to as the default editor for files having this filename suffix.

Class us.temerity.pipeline.TaskTimer extends Object implements Serializable

serialVersionUID: -1450470433454399228L

Serialized Fields

pTitle

String pTitle
The title string use to identify the task.


pStartWait

long pStartWait
The timestamp of the start of the most recent wait interval..


pStartActive

long pStartActive
The timestamp of the start of the most recent active interval.


pWaitDuration

long pWaitDuration
The total number of milliseconds waiting to aquire a lock.


pActiveDuration

long pActiveDuration
The total number of milliseconds actively running the task.

Class us.temerity.pipeline.TextAreaActionParam extends TextAreaParam implements Serializable

serialVersionUID: 8178627501964482406L

Class us.temerity.pipeline.TextAreaAnnotationParam extends TextAreaParam implements Serializable

serialVersionUID: 8664266546304408658L

Class us.temerity.pipeline.TextAreaParam extends StringParam implements Serializable

serialVersionUID: 166377310178312810L

Serialized Fields

pRows

int pRows
The number of rows that this param should have.

Class us.temerity.pipeline.TimeInterval extends Object implements Serializable

serialVersionUID: 5377066219736012095L

Serialized Fields

pStartStamp

long pStartStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the start of the interval.


pEndStamp

long pEndStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of the end of the interval.

Class us.temerity.pipeline.ToolsetAnnotationParam extends StringParam implements Serializable

serialVersionUID: -1286541507861867290L

Class us.temerity.pipeline.TransientCheckSum extends CheckSum implements Serializable

serialVersionUID: -9143337677322235865L

Serialized Fields

pUpdatedOn

long pUpdatedOn
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the checksum was generated.

Class us.temerity.pipeline.TreeMapParam extends ComplexParam<E> implements Serializable

serialVersionUID: 7433909038574101329L

Serialized Fields

pValues

TreeMap<K,V> pValues

aFirst

String aFirst

aSecond

String aSecond

aFirstDesc

String aFirstDesc

aSecondDesc

String aSecondDesc

Class us.temerity.pipeline.TreeMapUtilityParam extends TreeMapParam<UtilityParam> implements Serializable

serialVersionUID: 2721877847555922855L

Class us.temerity.pipeline.TripleMap extends TreeMap<A,TreeMap<B,TreeMap<C,V>>> implements Serializable

serialVersionUID: -477650821460977295L

Class us.temerity.pipeline.TripleMapParam extends ComplexParam<E> implements Serializable

serialVersionUID: 3213903793864433084L

Serialized Fields

pValues

TripleMap<A,B,C,V> pValues

aFirst

String aFirst

aSecond

String aSecond

aThird

String aThird

aFourth

String aFourth

aFirstDesc

String aFirstDesc

aSecondDesc

String aSecondDesc

aThirdDesc

String aThirdDesc

aFourthDesc

String aFourthDesc

Class us.temerity.pipeline.TripleMappedSet extends TripleMap<A,B,C,TreeSet<V>> implements Serializable

serialVersionUID: -4717043130363068296L

Class us.temerity.pipeline.Tuple2dActionParam extends TupleParam<Tuple2d> implements Serializable

serialVersionUID: 8960723871485366723L

Class us.temerity.pipeline.Tuple2iActionParam extends TupleParam<Tuple2i> implements Serializable

serialVersionUID: -778900090751592939L

Class us.temerity.pipeline.Tuple3dActionParam extends TupleParam<Tuple3d> implements Serializable

serialVersionUID: -4419996869184403278L

Class us.temerity.pipeline.Tuple3iActionParam extends TupleParam<Tuple3i> implements Serializable

serialVersionUID: 6357420531207180914L

Class us.temerity.pipeline.Tuple4dActionParam extends TupleParam<Tuple4d> implements Serializable

serialVersionUID: 8877538497352008405L

Class us.temerity.pipeline.TupleParam extends SimpleParam implements Serializable

serialVersionUID: -8372901136871034894L

Class us.temerity.pipeline.UserBalanceGroup extends Named implements Serializable

serialVersionUID: -6905282685574499246L

Serialized Fields

pDefaultBias

int pDefaultBias
Default value assigned to all users not listed in the map.


pDefaultMaxShare

double pDefaultMaxShare
Default max share assigned to all the users not listed in the map.


pUserBiases

TreeMap<K,V> pUserBiases
Mapping of user names to their un-normalized queue share.


pGroupBiases

TreeMap<K,V> pGroupBiases
Mapping of group names to their un-normalized queue share.


pUserMaxShares

TreeMap<K,V> pUserMaxShares
Mapping of user names to the maximum share they should get of the queue.


pGroupMaxShares

TreeMap<K,V> pGroupMaxShares
Mapping of group names to the maximum share they should get of the queue.

Class us.temerity.pipeline.UtilContextUtilityParam extends ComplexUtilityParam implements Serializable

serialVersionUID: -1468438453624432149L

Serialized Fields

pWorkingAreas

TreeMap<K,V> pWorkingAreas

pToolsets

ArrayList<E> pToolsets

pAuthorParam

EnumUtilityParam pAuthorParam

pViewParam

EnumUtilityParam pViewParam

pNewViewParam

StringUtilityParam pNewViewParam

pToolsetParam

EnumUtilityParam pToolsetParam

pAllowsNewView

boolean pAllowsNewView

Class us.temerity.pipeline.VersionID extends Object implements Serializable

serialVersionUID: 309955827563014312L

Serialized Fields

pIDs

int[] pIDs
The revision number components.


pStringRep

String pStringRep
The cached string representation.


pHashCode

int pHashCode
The cached hash code.

Class us.temerity.pipeline.WorkGroupAnnotationParam extends WorkGroupParam implements Serializable

serialVersionUID: 2092747492607078015L

Class us.temerity.pipeline.WorkGroupParam extends SimpleParam implements Serializable

serialVersionUID: 3412336796354414623L

Serialized Fields

pAllowsUsers

boolean pAllowsUsers
Whether the value can be a user name.


pAllowsGroups

boolean pAllowsGroups
Whether the value can be a WorkGroup name.

Class us.temerity.pipeline.WorkGroups extends Object implements Serializable

serialVersionUID: 3015318589674607126L

Serialized Fields

pUserIDs

TreeMap<K,V> pUserIDs
The IDs of defined users indexed by user name.


pUserNames

TreeMap<K,V> pUserNames
The names of users indexed by user ID.


pNextUserID

int pNextUserID
The ID to assign the next new user added.


pGroupIDs

TreeMap<K,V> pGroupIDs
The IDs of defined groups indexed by group name.


pGroupNames

TreeMap<K,V> pGroupNames
The names of groups indexed by group ID.


pNextGroupID

int pNextGroupID
The ID to assign the next new group added.


pUserGroups

TreeMap<K,V> pUserGroups
The IDs of groups of which a user is a member (group ID > 0) or manager (group ID < 0) indexed by user ID.


pGroupUsers

TreeMap<K,V> pGroupUsers
The IDs of users which are members (user ID > 0) or managers (user ID < 0) of a group indexed by group ID.


Package us.temerity.pipeline.builder

Class us.temerity.pipeline.builder.BaseBuilder extends BaseUtil implements Serializable

serialVersionUID: 1157778379895394547L

Serialized Fields

pBuilderInformation

BuilderInformation pBuilderInformation

pReleaseOnError

boolean pReleaseOnError
Should the builder release all the registered nodes if it fails.


pNodesToDisable

TreeSet<E> pNodesToDisable
A list of node names whose actions need to be disabled.


pNodesToCheckIn

LinkedList<E> pNodesToCheckIn
A list of nodes which need to be checked in.


pNodesToQueue

LinkedList<E> pNodesToQueue
A list of nodes names that need to be queued.


pVouchableNodes

TreeSet<E> pVouchableNodes
A list of nodes which the builder is allowed to automatically vouch for.


pSubBuilders

TreeMap<K,V> pSubBuilders
The list of all associated subBuilders


pOrderedSubBuilders

TreeMap<K,V> pOrderedSubBuilders

pSubBuilderOrder

TreeMap<K,V> pSubBuilderOrder

pSubBuildersByPass

MappedArrayList<K,V> pSubBuildersByPass

pSubNames

TreeMap<K,V> pSubNames

pGeneratedNames

TreeMap<K,V> pGeneratedNames

pSetupPasses

ArrayList<E> pSetupPasses

pConstructPasses

ArrayList<E> pConstructPasses

pLockBundles

ArrayList<E> pLockBundles

pCurrentPass

int pCurrentPass

pActionOnExistence

ActionOnExistence pActionOnExistence

pStageInfo

BuilderInformation.StageInformation pStageInfo

pQueuedNodes

TreeSet<E> pQueuedNodes
A list of nodes that the builder knows have been queued (either in a preBuild phase or a BaseBuilder.QueueConstructPass. This list is used when an error has occurred and jobs need to be killed.


pNoBuild

boolean pNoBuild

Class us.temerity.pipeline.builder.BaseBuilder.BaseConstructPass extends Described implements Serializable

serialVersionUID: -8439662271370924857L

Serialized Fields

pParent

BaseBuilder pParent

Class us.temerity.pipeline.builder.BaseBuilder.ConstructPass extends BaseBuilder.BaseConstructPass implements Serializable

serialVersionUID: 2397375949761850587L

Class us.temerity.pipeline.builder.BaseBuilder.SetupPass extends Described implements Serializable

serialVersionUID: -2836639845295302403L

Serialized Fields

pPassNumber

int pPassNumber

Class us.temerity.pipeline.builder.BaseBuilderCollection extends BasePlugin implements Serializable

serialVersionUID: -4676341676179041427L

Serialized Fields

pLayout

LayoutGroup pLayout
Specifies the grouping of builders used to layout components which represent the builders in the user interface.

Class us.temerity.pipeline.builder.BaseNames extends BaseUtil implements Serializable

Serialized Fields

pGenerated

boolean pGenerated

Class us.temerity.pipeline.builder.BaseUtil extends Described implements Serializable

Serialized Fields

pClient

MasterMgrClient pClient
The instance of the Master Manager that is being used to perform all the Pipeline operations in this stage.


pQueue

QueueMgrClient pQueue
The instance of the Queue Manager that is being used to perform all the Pipeline operations in this stage.


pPlug

PluginMgrClient pPlug
The instance of the Plugin Manager which is used to perform all plugin related stage operations.


pContext

UtilContext pContext
The context which holds the user, view, and toolset that the stage is operating on.


pParams

TreeMap<K,V> pParams
The table of Builder parameters.


pLayout

PassLayoutGroup pLayout
Specifies the grouping of parameters used to layout components which represent the parameters in the user interface, broken down by pass.


pParamMapping

TreeMap<K,V> pParamMapping
Contains a mapping of the Sub-Builder Parameter name to the parent Parameter name.


pPrefixName

PrefixedName pPrefixName
The prefixed name of the utility


pLog

LogMgr pLog
Instance of the log manager for builder logging purposes.


pLocked

boolean pLocked
Boolean which signals that no more params or other volatile parts can be added to the Util.

Locking is triggered by calling setLayout.

Class us.temerity.pipeline.builder.MayaContext extends Object implements Serializable

serialVersionUID: 8729924189985169207L

Serialized Fields

pTimeUnit

String pTimeUnit

pAngularUnit

String pAngularUnit

pLinearUnit

String pLinearUnit

Class us.temerity.pipeline.builder.TaskBuilder extends BaseBuilder implements Serializable

Serialized Fields

pTaskName

String pTaskName
Name of the task being built.

Class us.temerity.pipeline.builder.UtilContext extends Object implements Serializable

serialVersionUID: -6913346629352411368L

Serialized Fields

pAuthor

String pAuthor

pView

String pView

pToolset

String pToolset

Package us.temerity.pipeline.builder.ui

Class us.temerity.pipeline.builder.ui.JBuilderParamPanel extends JTabbedPane implements Serializable

serialVersionUID: -8771701862983719790L

Serialized Fields

pBuilder

BaseUtil pBuilder
The Builder that is having its parameters created in this panel.


pStorage

DoubleMap<A,B,V> pStorage
A map of all the components in a builder pass indexed by the name of the parameters.


pCompToParam

ListMap<K,V> pCompToParam
A map of all the components and the parameters that correspond to them.


pMappedParams

Set<E> pMappedParams
The list of Parameters in this builder which are mapped (and thus are not going to be displayed in the panel).


pViewedPanels

TreeMap<K,V> pViewedPanels
Keeps track of which panels have already been viewed.


pMappedStorage

DoubleMap<A,B,V> pMappedStorage
A map of all the components associated with mapped parameters in a builder pass indexed by the name of the parameters.


pParentDialog

us.temerity.pipeline.builder.execution.GUIExecution.JBuilderDialog pParentDialog

pFileSeqParamLookup

ListMap<K,V> pFileSeqParamLookup
Map of the ParamMappings of FileSeq parameters indexed by the button that will trigger the browse dialog for the parameter.


pFileDialog

JFileSeqSelectDialog pFileDialog

Class us.temerity.pipeline.builder.ui.JBuilderParamTreePanel extends JPanel implements Serializable

serialVersionUID: 1527039533641872740L

Serialized Fields

pTree

JTree pTree
The builder index tree.


pCardLabel

JLabel pCardLabel
The title label of the builder panels.


pCardPanel

JPanel pCardPanel
The collection of builder panels.


pParent

us.temerity.pipeline.builder.execution.GUIExecution.JBuilderDialog pParent

Class us.temerity.pipeline.builder.ui.JBuilderTopPanel extends JPanel implements Serializable

serialVersionUID: 634240817965602649L

Serialized Fields

pBuilder

BaseBuilder pBuilder
The instance of Base Builder which this GUI is representing.


pTreePanel

JPanel pTreePanel
The Panel that contains the two trees displaying the execution order information.


pFirstPassPanel

JPanel pFirstPassPanel
The panel which all the JBuilderParamPanels are added to.

This contains a Card Layout, the key into which is the prefixed name of the Builder that is represented in the panel.


pLogArea

JTextArea pLogArea
The text area the builder logs to when it is doing its own logging.


pFirstPassLayouts

CardLayout pFirstPassLayouts
The card layout for pFirstPassPanel, that new JBuilderParamPanels are added to.


pSetupTree

JFancyTree pSetupTree
The tree containing all the Setup Passes.


pConstructTree

JFancyTree pConstructTree
The tree containing all the Construct Passes.


pActiveNode

DefaultMutableTreeNode pActiveNode
The node in the Setup Tree that is currently selected.

It is set to null when the panel first initializes.


pViewedYet

ListMap<K,V> pViewedYet
A list of which BuilderParamPanels have been viewed yet, indexed by the TreeNodes that represent each panel in the display


pPanels

ListMap<K,V> pPanels
The list of BuilderParamPanels indexed by the tree node that represents them in each panel


pNeverViewed

LinkedList<E> pNeverViewed
A list of Builder Param Panels for Namers with no parameters, which are never going to be viewed, which are returned with all the panels for the current Builder and has its parameters (none) assigned to the namer. I don't think this is needed, but I am not sure and do not want to take it out yet in case it breaks something.


pParent

us.temerity.pipeline.builder.execution.GUIExecution.JBuilderDialog pParent
The parent dialog this is running in.

Class us.temerity.pipeline.builder.ui.JBuilderTreeCellRenderer extends JLabel implements Serializable

serialVersionUID: 7043081923099981338L


Package us.temerity.pipeline.builder.v2_4_1

Class us.temerity.pipeline.builder.v2_4_1.TaskBuilder extends BaseBuilder implements Serializable

serialVersionUID: 486953128847968229L

Serialized Fields

pAnnotTaskTypeChoices

ArrayList<E> pAnnotTaskTypeChoices
The names of all built-in TaskTypes supported by the SubmitTask, ApproveTask and Task annotations.


pEntityType

EntityType pEntityType

pAllAnnotCache

TripleMap<A,B,C,V> pAllAnnotCache

pNodeAnnotCache

DoubleMap<A,B,V> pNodeAnnotCache

Package us.temerity.pipeline.builder.v2_4_12

Class us.temerity.pipeline.builder.v2_4_12.TemplateGlueInformation extends Described implements Serializable

serialVersionUID: -8707667177593745789L

Serialized Fields

pReplacements

ListSet<E> pReplacements

pReplacementParamNames

TreeMap<K,V> pReplacementParamNames

pReplacementDefaults

TreeMap<K,V> pReplacementDefaults

pContexts

MappedListSet<K,V> pContexts

pContextParamNames

DoubleMap<A,B,V> pContextParamNames

pContextDefaults

MappedArrayList<K,V> pContextDefaults

pFrameRanges

MappedSet<K,V> pFrameRanges

pFrameRangeDefaults

TreeMap<K,V> pFrameRangeDefaults

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranches

ListMap<K,V> pOptionalBranches

pExternals

MappedSet<K,V> pExternals

pNodesInTemplate

TreeSet<E> pNodesInTemplate

Package us.temerity.pipeline.builder.v2_4_3

Class us.temerity.pipeline.builder.v2_4_3.TemplateBuilder extends TaskBuilder implements Serializable

serialVersionUID: 3515581617122035575L

Serialized Fields

pGenerateDependSets

boolean pGenerateDependSets

pAllowZeroContexts

boolean pAllowZeroContexts

pInhibitCopyFiles

boolean pInhibitCopyFiles

pReplacements

TreeMap<K,V> pReplacements

pContexts

TreeMap<K,V> pContexts

pAnnotCache

TripleMap<A,B,C,V> pAnnotCache

pOptionalBranches

TreeMap<K,V> pOptionalBranches

pTemplateInfo

TemplateBuildInfo pTemplateInfo

pCheckpointStages

ArrayList<E> pCheckpointStages

pFinalizableStages

ArrayList<E> pFinalizableStages

pSecondaryFinalizableStages

ArrayList<E> pSecondaryFinalizableStages

pNodesToBuild

TreeSet<E> pNodesToBuild

pNodesIDependedOn

MappedSet<K,V> pNodesIDependedOn

pNodesDependingOnMe

MappedSet<K,V> pNodesDependingOnMe

pOptionalBranchValues

DoubleMap<A,B,V> pOptionalBranchValues

pProductNodes

TreeMap<K,V> pProductNodes

pProductContexts

DoubleMap<A,B,V> pProductContexts

pFrameRanges

TreeMap<K,V> pFrameRanges

pExternals

TreeMap<K,V> pExternals

pSkippedNodes

TreeSet<E> pSkippedNodes
The set of nodes in the template which were skipped, due to conditionals.

These node names match the actual template node names, not the names in the instantiated network.


pIgnoredNodes

TreeSet<E> pIgnoredNodes
The set of the nodes in the instantiated network which have not been built. due to conditionals.

These are node names which have been fully expanded with all context replacements.


pCheckInLevel

VersionID.Level pCheckInLevel

pCheckInMessage

String pCheckInMessage

Class us.temerity.pipeline.builder.v2_4_3.TemplateBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -8757997441040344237L

Class us.temerity.pipeline.builder.v2_4_3.TemplateBuilder.CheckpointPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -1044782209387738110L

Class us.temerity.pipeline.builder.v2_4_3.TemplateBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -2948200152727649296L

Class us.temerity.pipeline.builder.v2_4_3.TemplateBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -9082066996485427448L

Class us.temerity.pipeline.builder.v2_4_3.TemplateBuilder.SecondFinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 6576648274737148570L

Class us.temerity.pipeline.builder.v2_4_3.TemplateGlueInformation extends Described implements Serializable

serialVersionUID: -8707667177593745789L

Serialized Fields

pReplacements

ListSet<E> pReplacements

pReplacementParamNames

TreeMap<K,V> pReplacementParamNames

pReplacementDefaults

TreeMap<K,V> pReplacementDefaults

pContexts

MappedListSet<K,V> pContexts

pContextParamNames

DoubleMap<A,B,V> pContextParamNames

pContextDefaults

MappedArrayList<K,V> pContextDefaults

pFrameRanges

TreeSet<E> pFrameRanges

pFrameRangeDefaults

TreeMap<K,V> pFrameRangeDefaults

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranches

ListMap<K,V> pOptionalBranches

pExternals

MappedSet<K,V> pExternals

pNodesInTemplate

TreeSet<E> pNodesInTemplate

Class us.temerity.pipeline.builder.v2_4_3.TemplateInfoBuilder extends TaskBuilder implements Serializable

serialVersionUID: -711763397951071286L

Serialized Fields

pTemplateGlueInfo

TemplateGlueInformation pTemplateGlueInfo

pReplacements

TreeMap<K,V> pReplacements

pReplacementParams

ArrayList<E> pReplacementParams

pContextParams

ArrayList<E> pContextParams

pContextValues

TreeMap<K,V> pContextValues

pContextBuilders

TreeMap<K,V> pContextBuilders

pContexts

TreeMap<K,V> pContexts

pFrameRanges

TreeMap<K,V> pFrameRanges

pFrameRangeParams

TreeMap<K,V> pFrameRangeParams

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranchesParams

TreeMap<K,V> pOptionalBranchesParams

pOptionalBranch

TreeMap<K,V> pOptionalBranch

pExternalParams

TreeMap<K,V> pExternalParams

pExternals

TreeMap<K,V> pExternals

pFile

File pFile

pTemplateInfoMod

NodeMod pTemplateInfoMod

pTemplateStartNode

String pTemplateStartNode

Class us.temerity.pipeline.builder.v2_4_3.TemplateTaskBuilder extends TaskBuilder implements Serializable

serialVersionUID: 1416838665331059152L

Serialized Fields

pProjectName

String pProjectName
The task identifiers.


pTaskName

String pTaskName

pTaskType

String pTaskType

pEditNodes

TreeSet<E> pEditNodes

pSubmitNode

String pSubmitNode

pApprovalNode

String pApprovalNode

pProductNodes

TreeMap<K,V> pProductNodes

pProductNodeContexts

DoubleMap<A,B,V> pProductNodeContexts

pStartNode

String pStartNode

pReplacements

TreeMap<K,V> pReplacements

pContexts

TreeMap<K,V> pContexts

pFrameRanges

TreeMap<K,V> pFrameRanges

pAOEModes

TreeMap<K,V> pAOEModes

pExternals

TreeMap<K,V> pExternals

pOptionalBranches

TreeMap<K,V> pOptionalBranches

pNodesIDependedOn

MappedSet<K,V> pNodesIDependedOn

pNodesDependingOnMe

MappedSet<K,V> pNodesDependingOnMe

pOptionalBranchValues

DoubleMap<A,B,V> pOptionalBranchValues

Class us.temerity.pipeline.builder.v2_4_3.TemplateTaskBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 372864091539779290L

Serialized Fields

pNodesToBuild

TreeSet<E> pNodesToBuild

Package us.temerity.pipeline.event

Class us.temerity.pipeline.event.BaseNodeEvent extends Object implements Serializable

serialVersionUID: -8081860086372684573L

Serialized Fields

pTimeStamp

long pTimeStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when the event occured.


pNodeOp

NodeEventOp pNodeOp
The type of node operation recorded by the event.


pName

String pName
The fully resolved node name.


pAuthor

String pAuthor
The name of the user which generated the event.

Class us.temerity.pipeline.event.BaseRepoNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: 4317031901356811327L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of the checked-in version associated with the event.

Class us.temerity.pipeline.event.BaseWorkingNodeEvent extends BaseNodeEvent implements Serializable

serialVersionUID: 377091971792581028L

Serialized Fields

pView

String pView
The name of the user's working area view associated with the event.

Class us.temerity.pipeline.event.CheckedInNodeEvent extends BaseRepoNodeEvent implements Serializable

serialVersionUID: 6076671489862187452L

Serialized Fields

pLevel

VersionID.Level pLevel
The revision number component level incremented or null for the initial revision.

Class us.temerity.pipeline.event.CheckedOutNodeEvent extends BaseRepoNodeEvent implements Serializable

serialVersionUID: 5352027428177007497L

Serialized Fields

pIsFrozen

boolean pIsFrozen
Whether the node was checked-out read-only.


pIsLocked

boolean pIsLocked
Whether the node was checked-out locked.

Class us.temerity.pipeline.event.EditedNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: 5830882229794366886L

Serialized Fields

pFinishedStamp

Long pFinishedStamp
The timestamp (milliseconds since midnight, January 1, 1970 UTC) of when editing was completed.


pEditorName

String pEditorName
The name of the Editor plugin.


pEditorVersionID

VersionID pEditorVersionID
The revision number of the Editor plugin.


pEditorVendor

String pEditorVendor
The name of the Editor plugin vendor.


pHostname

String pHostname
The full name of the host on which the Editor was run.


pImposter

String pImposter
The name of the user impersonating the owner of the node being edited or null if being edited by the node owner themselves.

Class us.temerity.pipeline.event.EvolvedNodeEvent extends BaseRepoNodeEvent implements Serializable

serialVersionUID: -8136190709652270541L

Class us.temerity.pipeline.event.LinksModifiedNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: 8625143033235229708L

Class us.temerity.pipeline.event.PropsModifiedNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: -2574826084559985516L

Class us.temerity.pipeline.event.RegisteredNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: -6483033026676826727L

Class us.temerity.pipeline.event.ReleasedNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: 7145692348603713205L

Class us.temerity.pipeline.event.SeqsModifiedNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: 4639620283895132589L

Class us.temerity.pipeline.event.VouchedNodeEvent extends BaseWorkingNodeEvent implements Serializable

serialVersionUID: 159371332541637635L


Package us.temerity.pipeline.glue

Class us.temerity.pipeline.glue.GlueException extends Exception implements Serializable

serialVersionUID: -3983865623821512704L


Package us.temerity.pipeline.math

Class us.temerity.pipeline.math.BBox2d extends Object implements Serializable

serialVersionUID: -1429174433364053287L

Serialized Fields

pMin

Point2d pMin
The minimum corner.


pMax

Point2d pMax
The maxnimum corner.

Class us.temerity.pipeline.math.BBox2f extends Object implements Serializable

serialVersionUID: 4684427252547347L

Serialized Fields

pMin

Point2f pMin
The minimum corner.


pMax

Point2f pMax
The maxnimum corner.

Class us.temerity.pipeline.math.BBox3d extends Object implements Serializable

serialVersionUID: -2626818321975206766L

Serialized Fields

pMin

Point3d pMin
The minimum corner.


pMax

Point3d pMax
The maxnimum corner.

Class us.temerity.pipeline.math.BBox3f extends Object implements Serializable

serialVersionUID: 3684913278002275578L

Serialized Fields

pMin

Point3f pMin
The minimum corner.


pMax

Point3f pMax
The maxnimum corner.

Class us.temerity.pipeline.math.BBox4d extends Object implements Serializable

serialVersionUID: -4550250439234661489L

Serialized Fields

pMin

Point4d pMin
The minimum corner.


pMax

Point4d pMax
The maxnimum corner.

Class us.temerity.pipeline.math.BBox4f extends Object implements Serializable

serialVersionUID: -4768699580945478563L

Serialized Fields

pMin

Point4f pMin
The minimum corner.


pMax

Point4f pMax
The maxnimum corner.

Class us.temerity.pipeline.math.Color3d extends TupleNd implements Serializable

serialVersionUID: -861801977306311811L

Class us.temerity.pipeline.math.Color3f extends TupleNf implements Serializable

serialVersionUID: -4390780477392240248L

Class us.temerity.pipeline.math.Color4d extends TupleNd implements Serializable

serialVersionUID: -6362156338845482665L

Class us.temerity.pipeline.math.Color4f extends TupleNf implements Serializable

serialVersionUID: 6294025356510313475L

Class us.temerity.pipeline.math.ColumnSizeMismatchException extends RuntimeException implements Serializable

serialVersionUID: -5872778529933907819L

Class us.temerity.pipeline.math.CoordSys2d extends CoordSysNd implements Serializable

serialVersionUID: -1719826926386389147L

Class us.temerity.pipeline.math.CoordSys2f extends CoordSysNf implements Serializable

serialVersionUID: -7110489118183818121L

Class us.temerity.pipeline.math.CoordSysDimensMismatchException extends RuntimeException implements Serializable

serialVersionUID: 7558823623011127879L

Class us.temerity.pipeline.math.CoordSysNd extends Object implements Serializable

serialVersionUID: -4120832248146896026L

Serialized Fields

pBasis

TupleNd[] pBasis
The basis vectors of the coordinate system.


pOrigin

TupleNd pOrigin
The origin of the coordinate system.

Class us.temerity.pipeline.math.CoordSysNf extends Object implements Serializable

serialVersionUID: -2044361182791073559L

Serialized Fields

pBasis

TupleNf[] pBasis
The basis vectors of the coordinate system.


pOrigin

TupleNf pOrigin
The origin of the coordinate system.

Class us.temerity.pipeline.math.Matrix33d extends MatrixMNd implements Serializable

serialVersionUID: 6205146094960282336L

Class us.temerity.pipeline.math.Matrix33f extends MatrixMNf implements Serializable

serialVersionUID: -6713766254194327700L

Class us.temerity.pipeline.math.MatrixIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

serialVersionUID: -1000025539610411369L

Class us.temerity.pipeline.math.MatrixMNd extends Object implements Serializable

serialVersionUID: 6999223760955191120L

Serialized Fields

pCols

TupleNd[] pCols
The column vectors of the matrix.

Class us.temerity.pipeline.math.MatrixMNf extends Object implements Serializable

serialVersionUID: 3794263972349534350L

Serialized Fields

pCols

TupleNf[] pCols
The column vectors of the matrix.

Class us.temerity.pipeline.math.MatrixSizeMismatchException extends RuntimeException implements Serializable

serialVersionUID: -49533191020604700L

Class us.temerity.pipeline.math.Point2d extends Tuple2d implements Serializable

serialVersionUID: -806363389015108966L

Class us.temerity.pipeline.math.Point2f extends Tuple2f implements Serializable

serialVersionUID: -2418939175965276598L

Class us.temerity.pipeline.math.Point2i extends Tuple2i implements Serializable

serialVersionUID: 1737829702409090627L

Class us.temerity.pipeline.math.Point2l extends Tuple2l implements Serializable

serialVersionUID: -1420525176872561294L

Class us.temerity.pipeline.math.Point3d extends Tuple3d implements Serializable

serialVersionUID: -8165016325308320148L

Class us.temerity.pipeline.math.Point3f extends Tuple3f implements Serializable

serialVersionUID: 6002120110155982131L

Class us.temerity.pipeline.math.Point3i extends Tuple3i implements Serializable

serialVersionUID: 6997682793454754689L

Class us.temerity.pipeline.math.Point3l extends Tuple3l implements Serializable

serialVersionUID: 5342940559792883146L

Class us.temerity.pipeline.math.Point4d extends Tuple4d implements Serializable

serialVersionUID: 3807928269275895806L

Class us.temerity.pipeline.math.Point4f extends Tuple4f implements Serializable

serialVersionUID: -2040548296340441756L

Class us.temerity.pipeline.math.Point4i extends Tuple4i implements Serializable

serialVersionUID: 7172362841064866784L

Class us.temerity.pipeline.math.Point4l extends Tuple4l implements Serializable

serialVersionUID: -4359804890711701264L

Class us.temerity.pipeline.math.Range extends Object implements Serializable

serialVersionUID: 8783747900751620513L

Serialized Fields

pLower

Comparable<T> pLower
The lower/upper bounds of the range.


pUpper

Comparable<T> pUpper

pIncLower

boolean pIncLower
Whether the lower/upper bounds of the range are inclusive (true) or exclusive (false).


pIncUpper

boolean pIncUpper

Class us.temerity.pipeline.math.RowSizeMismatchException extends RuntimeException implements Serializable

serialVersionUID: 9180348961413119818L

Class us.temerity.pipeline.math.Tuple2d extends TupleNd implements Serializable

serialVersionUID: -2835770189069865341L

Class us.temerity.pipeline.math.Tuple2f extends TupleNf implements Serializable

serialVersionUID: 4287878958595610861L

Class us.temerity.pipeline.math.Tuple2i extends TupleNi implements Serializable

serialVersionUID: -3460530107208894367L

Class us.temerity.pipeline.math.Tuple2l extends TupleNl implements Serializable

serialVersionUID: -6624925205908032618L

Class us.temerity.pipeline.math.Tuple3d extends TupleNd implements Serializable

serialVersionUID: -143283502929447629L

Class us.temerity.pipeline.math.Tuple3f extends TupleNf implements Serializable

serialVersionUID: 3183566835872070149L

Class us.temerity.pipeline.math.Tuple3i extends TupleNi implements Serializable

serialVersionUID: -2338526748637687923L

Class us.temerity.pipeline.math.Tuple3l extends TupleNl implements Serializable

serialVersionUID: 9166499938994702097L

Class us.temerity.pipeline.math.Tuple4d extends TupleNd implements Serializable

serialVersionUID: -873205338876336747L

Class us.temerity.pipeline.math.Tuple4f extends TupleNf implements Serializable

serialVersionUID: -289659481288029971L

Class us.temerity.pipeline.math.Tuple4i extends TupleNi implements Serializable

serialVersionUID: 7216628186865091035L

Class us.temerity.pipeline.math.Tuple4l extends TupleNl implements Serializable

serialVersionUID: 8255563940826933134L

Class us.temerity.pipeline.math.TupleIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

serialVersionUID: 2476265770478464111L

Serialized Fields

pIdx

Integer pIdx
The illegal index.

Class us.temerity.pipeline.math.TupleNd extends Object implements Serializable

serialVersionUID: 6895562152531916143L

Serialized Fields

pComps

double[] pComps
The tuple components.

Class us.temerity.pipeline.math.TupleNf extends Object implements Serializable

serialVersionUID: -681761072062846262L

Serialized Fields

pComps

float[] pComps
The tuple components.

Class us.temerity.pipeline.math.TupleNi extends Object implements Serializable

serialVersionUID: 7619482928737424566L

Serialized Fields

pComps

int[] pComps
The tuple components.

Class us.temerity.pipeline.math.TupleNl extends Object implements Serializable

serialVersionUID: 5567729237636881756L

Serialized Fields

pComps

long[] pComps
The tuple components.

Class us.temerity.pipeline.math.TupleSizeMismatchException extends RuntimeException implements Serializable

serialVersionUID: -8706906243542436324L

Class us.temerity.pipeline.math.Vector2d extends Tuple2d implements Serializable

serialVersionUID: 4316416129453850294L

Class us.temerity.pipeline.math.Vector2f extends Tuple2f implements Serializable

serialVersionUID: 6377427288913163382L

Class us.temerity.pipeline.math.Vector2i extends Tuple2i implements Serializable

serialVersionUID: 5560542871610101750L

Class us.temerity.pipeline.math.Vector2l extends Tuple2l implements Serializable

serialVersionUID: 4680854728302037518L

Class us.temerity.pipeline.math.Vector3d extends Tuple3d implements Serializable

serialVersionUID: 8807802067885508329L

Class us.temerity.pipeline.math.Vector3f extends Tuple3f implements Serializable

serialVersionUID: -4074371289412725210L

Class us.temerity.pipeline.math.Vector3i extends Tuple3i implements Serializable

serialVersionUID: -3646303620663151552L

Class us.temerity.pipeline.math.Vector3l extends Tuple3l implements Serializable

serialVersionUID: -3580766957858993018L

Class us.temerity.pipeline.math.Vector4d extends Tuple4d implements Serializable

serialVersionUID: 5158241118831329402L

Class us.temerity.pipeline.math.Vector4f extends Tuple4f implements Serializable

serialVersionUID: 6905631586098765133L

Class us.temerity.pipeline.math.Vector4i extends Tuple4i implements Serializable

serialVersionUID: -3938063223525408318L

Class us.temerity.pipeline.math.Vector4l extends Tuple4l implements Serializable

serialVersionUID: -5240383941138044679L


Package us.temerity.pipeline.param.key

Class us.temerity.pipeline.param.key.BooleanKeyParam extends BooleanParam implements Serializable

serialVersionUID: 2155430245613320376L

Class us.temerity.pipeline.param.key.ByteSizeKeyParam extends ByteSizeParam implements Serializable

serialVersionUID: -4943315694789451832L

Class us.temerity.pipeline.param.key.DoubleKeyParam extends DoubleParam implements Serializable

serialVersionUID: -80430048954681695L

Class us.temerity.pipeline.param.key.EnumKeyParam extends EnumParam implements Serializable

serialVersionUID: -2490880453221040752L

Class us.temerity.pipeline.param.key.IntegerKeyParam extends IntegerParam implements Serializable

serialVersionUID: 4667726271425587438L

Class us.temerity.pipeline.param.key.PathKeyParam extends PathParam implements Serializable

serialVersionUID: -7099867296668690923L

Class us.temerity.pipeline.param.key.StringKeyParam extends StringParam implements Serializable

serialVersionUID: 2144273557686081704L

Class us.temerity.pipeline.param.key.UserNameKeyParam extends WorkGroupParam implements Serializable

serialVersionUID: 4662831084763321939L


Package us.temerity.pipeline.plugin

Class us.temerity.pipeline.plugin.AfterFXActionUtils extends CompositeActionUtils implements Serializable

serialVersionUID: 2432054682863935407L

Class us.temerity.pipeline.plugin.CommonActionUtils extends BaseAction implements Serializable

serialVersionUID: -826177190846836889L

Class us.temerity.pipeline.plugin.CommonToolUtils extends BaseTool implements Serializable

Class us.temerity.pipeline.plugin.CompositeActionUtils extends CommonActionUtils implements Serializable

serialVersionUID: 2177685729941417899L

Class us.temerity.pipeline.plugin.DjvActionUtils extends CompositeActionUtils implements Serializable

serialVersionUID: 3372976680709900543L

Class us.temerity.pipeline.plugin.HfsActionUtils extends CommonActionUtils implements Serializable

serialVersionUID: 1876197186810473749L

Class us.temerity.pipeline.plugin.MaxActionUtils extends PythonActionUtils implements Serializable

serialVersionUID: -167699568246816490L

Class us.temerity.pipeline.plugin.MayaActionUtils extends PythonActionUtils implements Serializable

serialVersionUID: -4571431896392188644L

Class us.temerity.pipeline.plugin.MayaBuildUtils extends MayaActionUtils implements Serializable

serialVersionUID: 3431517306706257L

Class us.temerity.pipeline.plugin.MRayActionUtils extends PythonActionUtils implements Serializable

serialVersionUID: 3026645578638542024L

Class us.temerity.pipeline.plugin.NukeActionUtils extends CompositeActionUtils implements Serializable

serialVersionUID: -4490194607844089876L

Class us.temerity.pipeline.plugin.PythonActionUtils extends CommonActionUtils implements Serializable

serialVersionUID: 9075037135637840812L

Class us.temerity.pipeline.plugin.TaskToolUtils extends CommonToolUtils implements Serializable

serialVersionUID: -9150142209228867761L

Serialized Fields

pAnnotationCache

DoubleMap<A,B,V> pAnnotationCache
A local cache of Task Annotation plugins, to limit the number of server roundtrips.


pProjectName

String pProjectName
The task identifiers.


pTaskName

String pTaskName

pTaskType

String pTaskType

pEditNode

String pEditNode

pSubmitNode

String pSubmitNode

pApprovalNode

String pApprovalNode

Package us.temerity.pipeline.plugin.AcrobatEditor.v2_0_0

Class us.temerity.pipeline.plugin.AcrobatEditor.v2_0_0.AcrobatEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 1687959472551762511L


Package us.temerity.pipeline.plugin.AcrobatEditor.v2_0_9

Class us.temerity.pipeline.plugin.AcrobatEditor.v2_0_9.AcrobatEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 4735981360552185077L


Package us.temerity.pipeline.plugin.AcrobatEditor.v2_2_1

Class us.temerity.pipeline.plugin.AcrobatEditor.v2_2_1.AcrobatEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 1648580267246320040L


Package us.temerity.pipeline.plugin.AcroreadEditor.v1_0_0

Class us.temerity.pipeline.plugin.AcroreadEditor.v1_0_0.AcroreadEditor extends SingleEditor implements Serializable

serialVersionUID: 2396414608583621951L


Package us.temerity.pipeline.plugin.AcroreadEditor.v2_0_0

Class us.temerity.pipeline.plugin.AcroreadEditor.v2_0_0.AcroreadEditor extends SingleEditor implements Serializable

serialVersionUID: 7230387511682899978L


Package us.temerity.pipeline.plugin.AcroreadEditor.v2_0_9

Class us.temerity.pipeline.plugin.AcroreadEditor.v2_0_9.AcroreadEditor extends SingleEditor implements Serializable

serialVersionUID: 7300057679884721467L


Package us.temerity.pipeline.plugin.AcroreadEditor.v2_2_1

Class us.temerity.pipeline.plugin.AcroreadEditor.v2_2_1.AcroreadEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: -3708653365446832856L


Package us.temerity.pipeline.plugin.ActionParamKeyChooser.v2_4_6

Class us.temerity.pipeline.plugin.ActionParamKeyChooser.v2_4_6.ActionParamKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: 8730016311183902065L


Package us.temerity.pipeline.plugin.AfterFXBuildAction.v2_2_1

Class us.temerity.pipeline.plugin.AfterFXBuildAction.v2_2_1.AfterFXBuildAction extends AfterFXActionUtils implements Serializable

serialVersionUID: -435600151478672924L


Package us.temerity.pipeline.plugin.AfterFXBuildAction.v2_4_1

Class us.temerity.pipeline.plugin.AfterFXBuildAction.v2_4_1.AfterFXBuildAction extends AfterFXActionUtils implements Serializable

serialVersionUID: -1229359062677006976L


Package us.temerity.pipeline.plugin.AfterFXEditor.v2_2_1

Class us.temerity.pipeline.plugin.AfterFXEditor.v2_2_1.AfterFXEditor extends BaseEditor implements Serializable

serialVersionUID: -6459199921736152795L


Package us.temerity.pipeline.plugin.AfterFXEditor.v2_4_1

Class us.temerity.pipeline.plugin.AfterFXEditor.v2_4_1.AfterFXEditor extends BaseEditor implements Serializable

serialVersionUID: -3450720928818905276L


Package us.temerity.pipeline.plugin.AfterFXRenderImgAction.v2_2_1

Class us.temerity.pipeline.plugin.AfterFXRenderImgAction.v2_2_1.AfterFXRenderImgAction extends AfterFXActionUtils implements Serializable

serialVersionUID: 6912006079342155094L


Package us.temerity.pipeline.plugin.AfterFXRenderImgAction.v2_4_7

Class us.temerity.pipeline.plugin.AfterFXRenderImgAction.v2_4_7.AfterFXRenderImgAction extends AfterFXActionUtils implements Serializable

serialVersionUID: 6751249206119919368L


Package us.temerity.pipeline.plugin.AfterFXRenderMovAction.v2_2_1

Class us.temerity.pipeline.plugin.AfterFXRenderMovAction.v2_2_1.AfterFXRenderMovAction extends AfterFXActionUtils implements Serializable

serialVersionUID: -4702997916421451111L


Package us.temerity.pipeline.plugin.AfterFXRenderMovAction.v2_4_7

Class us.temerity.pipeline.plugin.AfterFXRenderMovAction.v2_4_7.AfterFXRenderMovAction extends AfterFXActionUtils implements Serializable

serialVersionUID: -4012679894994342687L


Package us.temerity.pipeline.plugin.AirBakeAction.v2_0_0

Class us.temerity.pipeline.plugin.AirBakeAction.v2_0_0.AirBakeAction extends BaseAction implements Serializable

serialVersionUID: 4903904387351403521L


Package us.temerity.pipeline.plugin.AirEnvCubeAction.v1_0_0

Class us.temerity.pipeline.plugin.AirEnvCubeAction.v1_0_0.AirEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -4957136994799100078L


Package us.temerity.pipeline.plugin.AirEnvCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.AirEnvCubeAction.v2_0_0.AirEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -2005850027282542433L


Package us.temerity.pipeline.plugin.AirEnvMapAction.v1_0_0

Class us.temerity.pipeline.plugin.AirEnvMapAction.v1_0_0.AirEnvMapAction extends BaseAction implements Serializable

serialVersionUID: -4622859750462662503L


Package us.temerity.pipeline.plugin.AirEnvMapAction.v2_0_0

Class us.temerity.pipeline.plugin.AirEnvMapAction.v2_0_0.AirEnvMapAction extends BaseAction implements Serializable

serialVersionUID: -9044547793460041851L


Package us.temerity.pipeline.plugin.AirLightdomeAction.v2_0_0

Class us.temerity.pipeline.plugin.AirLightdomeAction.v2_0_0.AirLightdomeAction extends BaseAction implements Serializable

serialVersionUID: -5284590058409660436L


Package us.temerity.pipeline.plugin.AirRenderAction.v1_0_0

Class us.temerity.pipeline.plugin.AirRenderAction.v1_0_0.AirRenderAction extends BaseAction implements Serializable

serialVersionUID: 7893944435360298080L


Package us.temerity.pipeline.plugin.AirRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.AirRenderAction.v2_0_0.AirRenderAction extends BaseAction implements Serializable

serialVersionUID: 4397681861395834930L


Package us.temerity.pipeline.plugin.AirRenderAction.v2_0_4

Class us.temerity.pipeline.plugin.AirRenderAction.v2_0_4.AirRenderAction extends BaseAction implements Serializable

serialVersionUID: -2801351838959947989L


Package us.temerity.pipeline.plugin.AirShaderAction.v1_0_0

Class us.temerity.pipeline.plugin.AirShaderAction.v1_0_0.AirShaderAction extends BaseAction implements Serializable

serialVersionUID: 91181849848874804L


Package us.temerity.pipeline.plugin.AirShaderAction.v2_0_0

Class us.temerity.pipeline.plugin.AirShaderAction.v2_0_0.AirShaderAction extends BaseAction implements Serializable

serialVersionUID: -7265551405599713462L


Package us.temerity.pipeline.plugin.AirShaderDSAction.v1_0_0

Class us.temerity.pipeline.plugin.AirShaderDSAction.v1_0_0.AirShaderDSAction extends BaseAction implements Serializable

serialVersionUID: 1230839079767377354L


Package us.temerity.pipeline.plugin.AirShaderDSAction.v2_0_0

Class us.temerity.pipeline.plugin.AirShaderDSAction.v2_0_0.AirShaderDSAction extends BaseAction implements Serializable

serialVersionUID: -734479899376739487L


Package us.temerity.pipeline.plugin.AirShaderLIFAction.v1_0_0

Class us.temerity.pipeline.plugin.AirShaderLIFAction.v1_0_0.AirShaderLIFAction extends BaseAction implements Serializable

serialVersionUID: 8105241565506088895L


Package us.temerity.pipeline.plugin.AirShaderLIFAction.v2_0_0

Class us.temerity.pipeline.plugin.AirShaderLIFAction.v2_0_0.AirShaderLIFAction extends BaseAction implements Serializable

serialVersionUID: 1127987407447480245L


Package us.temerity.pipeline.plugin.AirShaderRIBAction.v1_0_0

Class us.temerity.pipeline.plugin.AirShaderRIBAction.v1_0_0.AirShaderRIBAction extends BaseAction implements Serializable

serialVersionUID: -8773078501282988565L


Package us.temerity.pipeline.plugin.AirShaderRIBAction.v2_0_0

Class us.temerity.pipeline.plugin.AirShaderRIBAction.v2_0_0.AirShaderRIBAction extends BaseAction implements Serializable

serialVersionUID: 1147249367782792891L


Package us.temerity.pipeline.plugin.AirShadowAction.v1_0_0

Class us.temerity.pipeline.plugin.AirShadowAction.v1_0_0.AirShadowAction extends BaseAction implements Serializable

serialVersionUID: -8869140949887866336L


Package us.temerity.pipeline.plugin.AirShadowAction.v2_0_0

Class us.temerity.pipeline.plugin.AirShadowAction.v2_0_0.AirShadowAction extends BaseAction implements Serializable

serialVersionUID: 8527338330520102853L


Package us.temerity.pipeline.plugin.AirShowEditor.v1_0_0

Class us.temerity.pipeline.plugin.AirShowEditor.v1_0_0.AirShowEditor extends BaseEditor implements Serializable

serialVersionUID: 1174464467222605740L


Package us.temerity.pipeline.plugin.AirShowEditor.v2_0_0

Class us.temerity.pipeline.plugin.AirShowEditor.v2_0_0.AirShowEditor extends BaseEditor implements Serializable

serialVersionUID: -1495782042315500934L


Package us.temerity.pipeline.plugin.AirShowEditor.v2_0_9

Class us.temerity.pipeline.plugin.AirShowEditor.v2_0_9.AirShowEditor extends BaseEditor implements Serializable

serialVersionUID: -4773922879076635190L


Package us.temerity.pipeline.plugin.AirTextureAction.v1_0_0

Class us.temerity.pipeline.plugin.AirTextureAction.v1_0_0.AirTextureAction extends BaseAction implements Serializable

serialVersionUID: 7103352450701603412L


Package us.temerity.pipeline.plugin.AirTextureAction.v2_0_0

Class us.temerity.pipeline.plugin.AirTextureAction.v2_0_0.AirTextureAction extends BaseAction implements Serializable

serialVersionUID: 4978894493972568034L


Package us.temerity.pipeline.plugin.ApprovalCollection.v2_3_2

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_3_2.ApprovalBuilder extends BaseBuilder implements Serializable

serialVersionUID: -1802339350325535540L

Serialized Fields

pCheckInLevel

int pCheckInLevel

pSubmitNode

String pSubmitNode

pApproveNode

String pApproveNode

pTaskName

String pTaskName

pTaskType

String pTaskType

pApprovedBy

String pApprovedBy

pApprovalMessage

String pApprovalMessage

pSubmitVsn

NodeVersion pSubmitVsn

pApproveVsn

NodeVersion pApproveVsn

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_3_2.ApprovalBuilder.ActionPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -807715390256064504L

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_3_2.ApprovalBuilder.ApprovalInformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -3515531414594993800L

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_3_2.ApprovalCollection extends BaseBuilderCollection implements Serializable

serialVersionUID: -3412227340562064347L


Package us.temerity.pipeline.plugin.ApprovalCollection.v2_4_1

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_4_1.ApprovalCollection extends BaseBuilderCollection implements Serializable

serialVersionUID: -4373020201594156524L

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_4_1.ApproveTaskBuilder extends TaskBuilder implements Serializable

serialVersionUID: 2127853743467641728L

Serialized Fields

pApproveNode

String pApproveNode
The fully resolved name of the approve node.


pSubmitNode

String pSubmitNode
The fully resolved name, revision number and checked-in version of the submit node being approved.


pSubmitVersionID

VersionID pSubmitVersionID

pSubmitVsn

NodeVersion pSubmitVsn

pCheckInLevel

VersionID.Level pCheckInLevel
The check-in level.


pApprovalMessage

String pApprovalMessage
The approval check-in message.


pProjectName

String pProjectName
The task identifiers.


pTaskName

String pTaskName

pTaskType

String pTaskType

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_4_1.ApproveTaskBuilder.CheckOutNetworks extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 8540275476705668113L

Class us.temerity.pipeline.plugin.ApprovalCollection.v2_4_1.ApproveTaskBuilder.LookupAndValidate extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 1067249062762825567L


Package us.temerity.pipeline.plugin.ApproveNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.ApproveNodeAnnotation.v2_3_2.ApproveNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -1897099035648320035L


Package us.temerity.pipeline.plugin.ApproveTaskAnnotation.v2_4_1

Class us.temerity.pipeline.plugin.ApproveTaskAnnotation.v2_4_1.ApproveTaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -4878446837381185164L


Package us.temerity.pipeline.plugin.ApproveTaskTool.v2_4_1

Class us.temerity.pipeline.plugin.ApproveTaskTool.v2_4_1.ApproveTaskTool extends TaskToolUtils implements Serializable

serialVersionUID: -340798787084943636L

Serialized Fields

pSubmitNode

String pSubmitNode
The fully resolved name of the task submit node and the valid checked-in versions.


pSubmitVersionIDs

ArrayList<E> pSubmitVersionIDs

pProjectName

String pProjectName
The task identifiers.


pTaskName

String pTaskName

pTaskType

String pTaskType

pApproveNode

String pApproveNode
The fully resolved name and approval builder ID for the task approve node.


pApproveBuilderID

BuilderID pApproveBuilderID

pSubmitVersionField

JCollectionField pSubmitVersionField
The submit node revision number selection field.


pCheckInLevelField

JCollectionField pCheckInLevelField
The check-in level selection field.


pApprovalMessageArea

JTextArea pApprovalMessageArea
The check-in message text area.


pWaitOnBuilderField

JBooleanField pWaitOnBuilderField
Whether the tool should wait on the builder to complete.


pReleaseViewField

JCollectionField pReleaseViewField
Whether the tool should release the working area when it finishes.


Package us.temerity.pipeline.plugin.BlackHoleArchiver.v2_4_1

Class us.temerity.pipeline.plugin.BlackHoleArchiver.v2_4_1.BlackHoleArchiver extends BaseArchiver implements Serializable

serialVersionUID: 7095582951324473661L


Package us.temerity.pipeline.plugin.BrickViewerEditor.v2_0_0

Class us.temerity.pipeline.plugin.BrickViewerEditor.v2_0_0.BrickViewerEditor extends BaseEditor implements Serializable

serialVersionUID: -7375978235037951758L


Package us.temerity.pipeline.plugin.BrickViewerEditor.v2_0_9

Class us.temerity.pipeline.plugin.BrickViewerEditor.v2_0_9.BrickViewerEditor extends BaseEditor implements Serializable

serialVersionUID: 1795580258226892536L


Package us.temerity.pipeline.plugin.CatFilesAction.v2_0_9

Class us.temerity.pipeline.plugin.CatFilesAction.v2_0_9.CatFilesAction extends BaseAction implements Serializable

serialVersionUID: -6747603135040058085L


Package us.temerity.pipeline.plugin.CatFilesAction.v2_2_1

Class us.temerity.pipeline.plugin.CatFilesAction.v2_2_1.CatFilesAction extends PythonActionUtils implements Serializable

serialVersionUID: -6590375836524785098L


Package us.temerity.pipeline.plugin.CatFilesAction.v2_4_6

Class us.temerity.pipeline.plugin.CatFilesAction.v2_4_6.CatFilesAction extends PythonActionUtils implements Serializable

serialVersionUID: 3145194261106753554L

Serialized Fields

pUniqueOrder

boolean pUniqueOrder

Package us.temerity.pipeline.plugin.CatSequenceAction.v1_0_0

Class us.temerity.pipeline.plugin.CatSequenceAction.v1_0_0.CatSequenceAction extends BaseAction implements Serializable

serialVersionUID: -1335381504997290655L


Package us.temerity.pipeline.plugin.CatSequenceAction.v2_0_0

Class us.temerity.pipeline.plugin.CatSequenceAction.v2_0_0.CatSequenceAction extends BaseAction implements Serializable

serialVersionUID: -5045032125321308944L


Package us.temerity.pipeline.plugin.CatSequenceAction.v2_0_1

Class us.temerity.pipeline.plugin.CatSequenceAction.v2_0_1.CatSequenceAction extends BaseAction implements Serializable

serialVersionUID: -7248701644924253758L


Package us.temerity.pipeline.plugin.CdRomArchiver.v1_0_0

Class us.temerity.pipeline.plugin.CdRomArchiver.v1_0_0.CdRomArchiver extends BaseArchiver implements Serializable

serialVersionUID: -36786988013830430L


Package us.temerity.pipeline.plugin.CdRomArchiver.v2_0_0

Class us.temerity.pipeline.plugin.CdRomArchiver.v2_0_0.CdRomArchiver extends BaseArchiver implements Serializable

serialVersionUID: -1952799714321682549L


Package us.temerity.pipeline.plugin.CheckOutSourcesTool.v2_3_15

Class us.temerity.pipeline.plugin.CheckOutSourcesTool.v2_3_15.CheckOutSourcesTool extends BaseTool implements Serializable

serialVersionUID: -7306149037720384476L


Package us.temerity.pipeline.plugin.CleanUpTool.v2_4_18

Class us.temerity.pipeline.plugin.CleanUpTool.v2_4_18.CleanUpTool extends BaseTool implements Serializable

serialVersionUID: 5357606989127687859L

Serialized Fields

pUnfinishedJobs

MappedSet<K,V> pUnfinishedJobs
The unfinished jobIDs indexed node name.


pKillNodeNames

TreeSet<E> pKillNodeNames
The names of the nodes who's jobs should be killed.


pWorkingAreaRoots

TreeSet<E> pWorkingAreaRoots
The names of the mode downstream nodes in the working area.

Class us.temerity.pipeline.plugin.CleanUpTool.v2_4_18.RootNodesTableModel extends AbstractSortableTableModel implements Serializable

serialVersionUID: -1677539670306516603L

Serialized Fields

pShowRoots

ArrayList<E> pShowRoots
Whether to show the node network rooted at the given node in the Node Viewer panel.


pNodeNames

ArrayList<E> pNodeNames
The name of the node associated with the jobs.

Class us.temerity.pipeline.plugin.CleanUpTool.v2_4_18.UnfinishedJobsTableModel extends AbstractSortableTableModel implements Serializable

serialVersionUID: 8471358600875179493L

Serialized Fields

pKillJobs

ArrayList<E> pKillJobs
Whether unfinished jobs associated with the node should be killed.


pJobCounts

ArrayList<E> pJobCounts
The number of unfinished jobs associated with the node.


pNodeNames

ArrayList<E> pNodeNames
The name of the node associated with the jobs.


Package us.temerity.pipeline.plugin.CompositeAction.v1_0_0

Class us.temerity.pipeline.plugin.CompositeAction.v1_0_0.CompositeAction extends BaseAction implements Serializable

serialVersionUID: -5413081014233805151L


Package us.temerity.pipeline.plugin.CompositeAction.v2_0_0

Class us.temerity.pipeline.plugin.CompositeAction.v2_0_0.CompositeAction extends BaseAction implements Serializable

serialVersionUID: -4332677251336657170L


Package us.temerity.pipeline.plugin.CompositeAction.v2_2_1

Class us.temerity.pipeline.plugin.CompositeAction.v2_2_1.CompositeAction extends CommonActionUtils implements Serializable

serialVersionUID: -6720634720520909511L


Package us.temerity.pipeline.plugin.CopyAction.v2_3_15

Class us.temerity.pipeline.plugin.CopyAction.v2_3_15.CopyAction extends CommonActionUtils implements Serializable

serialVersionUID: 7106310981662053638L


Package us.temerity.pipeline.plugin.CopyAction.v2_3_2

Class us.temerity.pipeline.plugin.CopyAction.v2_3_2.CopyAction extends CommonActionUtils implements Serializable

serialVersionUID: -167220264923650256L


Package us.temerity.pipeline.plugin.CpioFileArchiver.v1_0_0

Class us.temerity.pipeline.plugin.CpioFileArchiver.v1_0_0.CpioFileArchiver extends BaseArchiver implements Serializable

serialVersionUID: 5669760500880971781L


Package us.temerity.pipeline.plugin.CpioFileArchiver.v2_0_0

Class us.temerity.pipeline.plugin.CpioFileArchiver.v2_0_0.CpioFileArchiver extends BaseArchiver implements Serializable

serialVersionUID: 2683358205766375314L


Package us.temerity.pipeline.plugin.CpioTapeArchiver.v1_0_0

Class us.temerity.pipeline.plugin.CpioTapeArchiver.v1_0_0.CpioTapeArchiver extends BaseArchiver implements Serializable

serialVersionUID: 3374831403358632928L


Package us.temerity.pipeline.plugin.CpioTapeArchiver.v2_0_0

Class us.temerity.pipeline.plugin.CpioTapeArchiver.v2_0_0.CpioTapeArchiver extends BaseArchiver implements Serializable

serialVersionUID: 1902846812959896662L


Package us.temerity.pipeline.plugin.DebugTextureAction.v2_2_1

Class us.temerity.pipeline.plugin.DebugTextureAction.v2_2_1.DebugTextureAction extends PythonActionUtils implements Serializable

serialVersionUID: 4260450982246960553L


Package us.temerity.pipeline.plugin.DeleteAllTool.v2_4_1

Class us.temerity.pipeline.plugin.DeleteAllTool.v2_4_1.DeleteAllTool extends BaseTool implements Serializable

serialVersionUID: -5861682703210596521L


Package us.temerity.pipeline.plugin.DisableActionTool.v2_0_9

Class us.temerity.pipeline.plugin.DisableActionTool.v2_0_9.DisableActionTool extends BaseTool implements Serializable

serialVersionUID: -4470038613807740669L


Package us.temerity.pipeline.plugin.DisableActionTool.v2_2_1

Class us.temerity.pipeline.plugin.DisableActionTool.v2_2_1.DisableActionTool extends BaseTool implements Serializable

serialVersionUID: 7509644989092443449L


Package us.temerity.pipeline.plugin.DisableCompTool.v2_4_1

Class us.temerity.pipeline.plugin.DisableCompTool.v2_4_1.DisableCompTool extends BaseTool implements Serializable

serialVersionUID: -5850805842865299527L

Serialized Fields

pStatus

NodeStatus pStatus

Package us.temerity.pipeline.plugin.DjvConvertAction.v2_4_1

Class us.temerity.pipeline.plugin.DjvConvertAction.v2_4_1.DjvConvertAction extends DjvActionUtils implements Serializable

serialVersionUID: -1262738351929884343L


Package us.temerity.pipeline.plugin.DjvQtAction.v2_4_1

Class us.temerity.pipeline.plugin.DjvQtAction.v2_4_1.DjvQtAction extends PythonActionUtils implements Serializable

serialVersionUID: -1235801520490690375L


Package us.temerity.pipeline.plugin.DjvUnixQtAction.v2_4_1

Class us.temerity.pipeline.plugin.DjvUnixQtAction.v2_4_1.DjvUnixQtAction extends DjvActionUtils implements Serializable

serialVersionUID: -7626133505376912609L


Package us.temerity.pipeline.plugin.DjvViewEditor.v2_4_1

Class us.temerity.pipeline.plugin.DjvViewEditor.v2_4_1.DjvViewEditor extends BaseEditor implements Serializable

serialVersionUID: 4463723516317136972L


Package us.temerity.pipeline.plugin.DLCatRIBAction.v1_0_0

Class us.temerity.pipeline.plugin.DLCatRIBAction.v1_0_0.DLCatRIBAction extends BaseAction implements Serializable

serialVersionUID: 1763189757507991069L


Package us.temerity.pipeline.plugin.DLCatRIBAction.v2_0_0

Class us.temerity.pipeline.plugin.DLCatRIBAction.v2_0_0.DLCatRIBAction extends BaseAction implements Serializable

serialVersionUID: -4188624756020185019L


Package us.temerity.pipeline.plugin.DLCatRIBAction.v2_2_1

Class us.temerity.pipeline.plugin.DLCatRIBAction.v2_2_1.DLCatRIBAction extends PythonActionUtils implements Serializable

serialVersionUID: -8605598715888050579L


Package us.temerity.pipeline.plugin.DLEnvCubeAction.v1_0_0

Class us.temerity.pipeline.plugin.DLEnvCubeAction.v1_0_0.DLEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: 2150947791902862458L


Package us.temerity.pipeline.plugin.DLEnvCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.DLEnvCubeAction.v2_0_0.DLEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -6643849574435250384L


Package us.temerity.pipeline.plugin.DLEnvCubeAction.v2_2_1

Class us.temerity.pipeline.plugin.DLEnvCubeAction.v2_2_1.DLEnvCubeAction extends CommonActionUtils implements Serializable

serialVersionUID: -6487863347098012249L


Package us.temerity.pipeline.plugin.DLEnvMapAction.v1_0_0

Class us.temerity.pipeline.plugin.DLEnvMapAction.v1_0_0.DLEnvMapAction extends BaseAction implements Serializable

serialVersionUID: 1920933256613183715L


Package us.temerity.pipeline.plugin.DLEnvMapAction.v2_0_0

Class us.temerity.pipeline.plugin.DLEnvMapAction.v2_0_0.DLEnvMapAction extends BaseAction implements Serializable

serialVersionUID: -6369147698535739820L


Package us.temerity.pipeline.plugin.DLRenderAction.v1_0_0

Class us.temerity.pipeline.plugin.DLRenderAction.v1_0_0.DLRenderAction extends BaseAction implements Serializable

serialVersionUID: -6402716603945846613L


Package us.temerity.pipeline.plugin.DLRenderAction.v1_1_0

Class us.temerity.pipeline.plugin.DLRenderAction.v1_1_0.DLRenderAction extends BaseAction implements Serializable

serialVersionUID: 813179149109716094L


Package us.temerity.pipeline.plugin.DLRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.DLRenderAction.v2_0_0.DLRenderAction extends BaseAction implements Serializable

serialVersionUID: -3477485764495681311L


Package us.temerity.pipeline.plugin.DLRenderAction.v2_0_4

Class us.temerity.pipeline.plugin.DLRenderAction.v2_0_4.DLRenderAction extends BaseAction implements Serializable

serialVersionUID: -4092918547245369658L


Package us.temerity.pipeline.plugin.DLRenderAction.v2_2_1

Class us.temerity.pipeline.plugin.DLRenderAction.v2_2_1.DLRenderAction extends CommonActionUtils implements Serializable

serialVersionUID: 3407283696477409595L


Package us.temerity.pipeline.plugin.DLShaderAction.v1_0_0

Class us.temerity.pipeline.plugin.DLShaderAction.v1_0_0.DLShaderAction extends BaseAction implements Serializable

serialVersionUID: -6023171584994943534L


Package us.temerity.pipeline.plugin.DLShaderAction.v2_0_0

Class us.temerity.pipeline.plugin.DLShaderAction.v2_0_0.DLShaderAction extends BaseAction implements Serializable

serialVersionUID: 7761845309443488969L


Package us.temerity.pipeline.plugin.DLShaderAction.v2_2_1

Class us.temerity.pipeline.plugin.DLShaderAction.v2_2_1.DLShaderAction extends CommonActionUtils implements Serializable

serialVersionUID: 1658882618600481817L


Package us.temerity.pipeline.plugin.DLShadowAction.v1_0_0

Class us.temerity.pipeline.plugin.DLShadowAction.v1_0_0.DLShadowAction extends BaseAction implements Serializable

serialVersionUID: 4833800726254475575L


Package us.temerity.pipeline.plugin.DLShadowAction.v2_0_0

Class us.temerity.pipeline.plugin.DLShadowAction.v2_0_0.DLShadowAction extends BaseAction implements Serializable

serialVersionUID: -5513943306127663539L


Package us.temerity.pipeline.plugin.DLShadowAction.v2_2_1

Class us.temerity.pipeline.plugin.DLShadowAction.v2_2_1.DLShadowAction extends PythonActionUtils implements Serializable

serialVersionUID: 6610858775395423913L


Package us.temerity.pipeline.plugin.DLTextureAction.v1_0_0

Class us.temerity.pipeline.plugin.DLTextureAction.v1_0_0.DLTextureAction extends BaseAction implements Serializable

serialVersionUID: 2505153051306703984L


Package us.temerity.pipeline.plugin.DLTextureAction.v2_0_0

Class us.temerity.pipeline.plugin.DLTextureAction.v2_0_0.DLTextureAction extends BaseAction implements Serializable

serialVersionUID: -6000111750894224286L


Package us.temerity.pipeline.plugin.DLTextureAction.v2_2_1

Class us.temerity.pipeline.plugin.DLTextureAction.v2_2_1.DLTextureAction extends PythonActionUtils implements Serializable

serialVersionUID: 3766897490253134992L


Package us.temerity.pipeline.plugin.DsmToTifAction.v1_0_0

Class us.temerity.pipeline.plugin.DsmToTifAction.v1_0_0.DsmToTifAction extends BaseAction implements Serializable

serialVersionUID: 8894009513023780712L


Package us.temerity.pipeline.plugin.DsmToTifAction.v2_0_0

Class us.temerity.pipeline.plugin.DsmToTifAction.v2_0_0.DsmToTifAction extends BaseAction implements Serializable

serialVersionUID: 2017731589697329044L


Package us.temerity.pipeline.plugin.DsmToTifAction.v2_2_1

Class us.temerity.pipeline.plugin.DsmToTifAction.v2_2_1.DsmToTifAction extends PythonActionUtils implements Serializable

serialVersionUID: 8783747900751620513L


Package us.temerity.pipeline.plugin.DSViewEditor.v2_0_0

Class us.temerity.pipeline.plugin.DSViewEditor.v2_0_0.DSViewEditor extends BaseEditor implements Serializable

serialVersionUID: -7694610338073220005L


Package us.temerity.pipeline.plugin.DSViewEditor.v2_0_9

Class us.temerity.pipeline.plugin.DSViewEditor.v2_0_9.DSViewEditor extends BaseEditor implements Serializable

serialVersionUID: 3668735545928787745L


Package us.temerity.pipeline.plugin.DviViewerEditor.v2_0_9

Class us.temerity.pipeline.plugin.DviViewerEditor.v2_0_9.DviViewerEditor extends SingleEditor implements Serializable

serialVersionUID: 4550803183929769260L


Package us.temerity.pipeline.plugin.EditNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.EditNodeAnnotation.v2_3_2.EditNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 4845630839422760725L


Package us.temerity.pipeline.plugin.EmacsClientEditor.v1_0_0

Class us.temerity.pipeline.plugin.EmacsClientEditor.v1_0_0.EmacsClientEditor extends BaseEditor implements Serializable

serialVersionUID: -3166729535592453265L


Package us.temerity.pipeline.plugin.EmacsClientEditor.v2_0_0

Class us.temerity.pipeline.plugin.EmacsClientEditor.v2_0_0.EmacsClientEditor extends BaseEditor implements Serializable

serialVersionUID: 2236633074925181765L


Package us.temerity.pipeline.plugin.EmacsClientEditor.v2_0_9

Class us.temerity.pipeline.plugin.EmacsClientEditor.v2_0_9.EmacsClientEditor extends BaseEditor implements Serializable

serialVersionUID: 2236633074925181766L


Package us.temerity.pipeline.plugin.EmacsEditor.v1_0_0

Class us.temerity.pipeline.plugin.EmacsEditor.v1_0_0.EmacsEditor extends BaseEditor implements Serializable

serialVersionUID: -5044455288055639029L


Package us.temerity.pipeline.plugin.EmacsEditor.v1_1_0

Class us.temerity.pipeline.plugin.EmacsEditor.v1_1_0.EmacsEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 152200663197303643L


Package us.temerity.pipeline.plugin.EmacsEditor.v2_0_0

Class us.temerity.pipeline.plugin.EmacsEditor.v2_0_0.EmacsEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 3797613382593920249L


Package us.temerity.pipeline.plugin.EmacsEditor.v2_0_10

Class us.temerity.pipeline.plugin.EmacsEditor.v2_0_10.EmacsEditor extends BaseEditor implements Serializable

serialVersionUID: -2932110831921721413L


Package us.temerity.pipeline.plugin.EmacsEditor.v2_0_9

Class us.temerity.pipeline.plugin.EmacsEditor.v2_0_9.EmacsEditor extends BaseEditor implements Serializable

serialVersionUID: 3797613382593920250L


Package us.temerity.pipeline.plugin.EmacsEditor.v2_2_1

Class us.temerity.pipeline.plugin.EmacsEditor.v2_2_1.EmacsEditor extends SimpleEditor implements Serializable

serialVersionUID: -964685465904115612L


Package us.temerity.pipeline.plugin.EmptyFBXAction.v2_3_3

Class us.temerity.pipeline.plugin.EmptyFBXAction.v2_3_3.EmptyFBXAction extends MayaActionUtils implements Serializable

serialVersionUID: -3590475478155561378L


Package us.temerity.pipeline.plugin.EnableCompTool.v2_4_1

Class us.temerity.pipeline.plugin.EnableCompTool.v2_4_1.EnableCompTool extends BaseTool implements Serializable

serialVersionUID: -821670484228699127L

Serialized Fields

pStatus

NodeStatus pStatus

Package us.temerity.pipeline.plugin.EnvCrossToSeqAction.v2_0_0

Class us.temerity.pipeline.plugin.EnvCrossToSeqAction.v2_0_0.EnvCrossToSeqAction extends BaseAction implements Serializable

serialVersionUID: -459594474533374805L


Package us.temerity.pipeline.plugin.EnvCrossToSeqAction.v2_2_1

Class us.temerity.pipeline.plugin.EnvCrossToSeqAction.v2_2_1.EnvCrossToSeqAction extends CommonActionUtils implements Serializable

serialVersionUID: 6850137257786013333L


Package us.temerity.pipeline.plugin.EvinceEditor.v2_0_0

Class us.temerity.pipeline.plugin.EvinceEditor.v2_0_0.EvinceEditor extends SingleEditor implements Serializable

serialVersionUID: 3081536226974838321L


Package us.temerity.pipeline.plugin.EvinceEditor.v2_0_9

Class us.temerity.pipeline.plugin.EvinceEditor.v2_0_9.EvinceEditor extends SingleEditor implements Serializable

serialVersionUID: 8932803049779379704L


Package us.temerity.pipeline.plugin.EvinceEditor.v2_2_1

Class us.temerity.pipeline.plugin.EvinceEditor.v2_2_1.EvinceEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: -3201160983708592116L


Package us.temerity.pipeline.plugin.ExpertEditor.v2_0_9

Class us.temerity.pipeline.plugin.ExpertEditor.v2_0_9.ExpertEditor extends SingleEditor implements Serializable

serialVersionUID: -8945144125139170445L


Package us.temerity.pipeline.plugin.ExpertEditor.v2_2_1

Class us.temerity.pipeline.plugin.ExpertEditor.v2_2_1.ExpertEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 3316213120363963144L


Package us.temerity.pipeline.plugin.ExplorerEditor.v2_2_1

Class us.temerity.pipeline.plugin.ExplorerEditor.v2_2_1.ExplorerEditor extends BaseEditor implements Serializable

serialVersionUID: -1349357120634567218L


Package us.temerity.pipeline.plugin.ExtractNodeAnnotation.v2_4_5

Class us.temerity.pipeline.plugin.ExtractNodeAnnotation.v2_4_5.ExtractNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -4613022616473719895L


Package us.temerity.pipeline.plugin.ExtractNodeExt.v2_4_5

Class us.temerity.pipeline.plugin.ExtractNodeExt.v2_4_5.ExtractNodeExt extends BaseMasterExt implements Serializable

serialVersionUID: -2408008163343658054L


Package us.temerity.pipeline.plugin.ExtractSeqAction.v2_0_0

Class us.temerity.pipeline.plugin.ExtractSeqAction.v2_0_0.ExtractSeqAction extends BaseAction implements Serializable

serialVersionUID: -5797930720034973162L


Package us.temerity.pipeline.plugin.ExtractSeqAction.v2_2_1

Class us.temerity.pipeline.plugin.ExtractSeqAction.v2_2_1.ExtractSeqAction extends CommonActionUtils implements Serializable

serialVersionUID: 1949411134491303808L


Package us.temerity.pipeline.plugin.FBXToCurvesAction.v2_3_1

Class us.temerity.pipeline.plugin.FBXToCurvesAction.v2_3_1.FBXToCurvesAction extends MayaActionUtils implements Serializable

serialVersionUID: -2850329095954021895L


Package us.temerity.pipeline.plugin.FCheckEditor.v1_0_0

Class us.temerity.pipeline.plugin.FCheckEditor.v1_0_0.FCheckEditor extends BaseEditor implements Serializable

serialVersionUID: 1352669701617895203L


Package us.temerity.pipeline.plugin.FCheckEditor.v1_1_0

Class us.temerity.pipeline.plugin.FCheckEditor.v1_1_0.FCheckEditor extends BaseEditor implements Serializable

serialVersionUID: 91386244691039565L


Package us.temerity.pipeline.plugin.FCheckEditor.v2_0_0

Class us.temerity.pipeline.plugin.FCheckEditor.v2_0_0.FCheckEditor extends BaseEditor implements Serializable

serialVersionUID: 5543534132573576197L


Package us.temerity.pipeline.plugin.FCheckEditor.v2_0_9

Class us.temerity.pipeline.plugin.FCheckEditor.v2_0_9.FCheckEditor extends BaseEditor implements Serializable

serialVersionUID: 4276269123605539460L


Package us.temerity.pipeline.plugin.FCheckEditor.v2_2_1

Class us.temerity.pipeline.plugin.FCheckEditor.v2_2_1.FCheckEditor extends BaseEditor implements Serializable

serialVersionUID: -3372887820953175511L


Package us.temerity.pipeline.plugin.FlashEditor.v2_4_1

Class us.temerity.pipeline.plugin.FlashEditor.v2_4_1.FlashEditor extends BaseOpenEditor implements Serializable

serialVersionUID: -8083202380035759130L


Package us.temerity.pipeline.plugin.FocusNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.FocusNodeAnnotation.v2_3_2.FocusNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -3706261505162834053L


Package us.temerity.pipeline.plugin.FocusTaskAnnotation.v2_4_1

Class us.temerity.pipeline.plugin.FocusTaskAnnotation.v2_4_1.FocusTaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 820517377970207299L


Package us.temerity.pipeline.plugin.FoxitEditor.v2_0_9

Class us.temerity.pipeline.plugin.FoxitEditor.v2_0_9.FoxitEditor extends SingleEditor implements Serializable

serialVersionUID: -6841045046556564077L


Package us.temerity.pipeline.plugin.FoxitEditor.v2_2_1

Class us.temerity.pipeline.plugin.FoxitEditor.v2_2_1.FoxitEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 3612770324458661723L


Package us.temerity.pipeline.plugin.FrameCyclerEditor.v2_0_9

Class us.temerity.pipeline.plugin.FrameCyclerEditor.v2_0_9.FrameCyclerEditor extends BaseEditor implements Serializable

serialVersionUID: -2850884734988235368L


Package us.temerity.pipeline.plugin.FrameCyclerEditor.v2_4_3

Class us.temerity.pipeline.plugin.FrameCyclerEditor.v2_4_3.FrameCyclerEditor extends BaseEditor implements Serializable

serialVersionUID: -181836244209704760L


Package us.temerity.pipeline.plugin.GEditEditor.v1_0_0

Class us.temerity.pipeline.plugin.GEditEditor.v1_0_0.GEditEditor extends BaseEditor implements Serializable

serialVersionUID: 7568592679705964360L


Package us.temerity.pipeline.plugin.GEditEditor.v2_0_0

Class us.temerity.pipeline.plugin.GEditEditor.v2_0_0.GEditEditor extends BaseEditor implements Serializable

serialVersionUID: -2120487412545554446L


Package us.temerity.pipeline.plugin.GEditEditor.v2_0_9

Class us.temerity.pipeline.plugin.GEditEditor.v2_0_9.GEditEditor extends BaseEditor implements Serializable

serialVersionUID: 4812936971584349501L


Package us.temerity.pipeline.plugin.GEditEditor.v2_2_1

Class us.temerity.pipeline.plugin.GEditEditor.v2_2_1.GEditEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 5276607364697906004L


Package us.temerity.pipeline.plugin.GelEnvCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.GelEnvCubeAction.v2_0_0.GelEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: 7892163165803635948L


Package us.temerity.pipeline.plugin.GelEnvMapAction.v2_0_0

Class us.temerity.pipeline.plugin.GelEnvMapAction.v2_0_0.GelEnvMapAction extends BaseAction implements Serializable

serialVersionUID: -4640311375187355438L


Package us.temerity.pipeline.plugin.GelEnvProbeAction.v2_0_0

Class us.temerity.pipeline.plugin.GelEnvProbeAction.v2_0_0.GelEnvProbeAction extends BaseAction implements Serializable

serialVersionUID: -7168587445552407809L


Package us.temerity.pipeline.plugin.GelRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.GelRenderAction.v2_0_0.GelRenderAction extends BaseAction implements Serializable

serialVersionUID: 7822707304956303521L


Package us.temerity.pipeline.plugin.GelShaderAction.v2_0_0

Class us.temerity.pipeline.plugin.GelShaderAction.v2_0_0.GelShaderAction extends BaseAction implements Serializable

serialVersionUID: -7393136187111248327L


Package us.temerity.pipeline.plugin.GelShadowAction.v2_0_0

Class us.temerity.pipeline.plugin.GelShadowAction.v2_0_0.GelShadowAction extends BaseAction implements Serializable

serialVersionUID: 4804986089694161291L


Package us.temerity.pipeline.plugin.GelShadowCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.GelShadowCubeAction.v2_0_0.GelShadowCubeAction extends BaseAction implements Serializable

serialVersionUID: 7475369933451670759L


Package us.temerity.pipeline.plugin.GelTextureAction.v2_0_0

Class us.temerity.pipeline.plugin.GelTextureAction.v2_0_0.GelTextureAction extends BaseAction implements Serializable

serialVersionUID: 4137721527283318563L


Package us.temerity.pipeline.plugin.GelVolShadowAction.v2_0_0

Class us.temerity.pipeline.plugin.GelVolShadowAction.v2_0_0.GelVolShadowAction extends BaseAction implements Serializable

serialVersionUID: -3169486318363903636L


Package us.temerity.pipeline.plugin.GimpDiffComparator.v1_0_0

Class us.temerity.pipeline.plugin.GimpDiffComparator.v1_0_0.GimpDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -1328676955838814605L


Package us.temerity.pipeline.plugin.GimpDiffComparator.v2_0_0

Class us.temerity.pipeline.plugin.GimpDiffComparator.v2_0_0.GimpDiffComparator extends BaseComparator implements Serializable

serialVersionUID: 1277008246671638753L


Package us.temerity.pipeline.plugin.GimpDiffComparator.v2_0_9

Class us.temerity.pipeline.plugin.GimpDiffComparator.v2_0_9.GimpDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -2660052538888185485L


Package us.temerity.pipeline.plugin.GimpDiffComparator.v2_2_1

Class us.temerity.pipeline.plugin.GimpDiffComparator.v2_2_1.GimpDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -5087385285097177448L


Package us.temerity.pipeline.plugin.GimpEditor.v1_0_0

Class us.temerity.pipeline.plugin.GimpEditor.v1_0_0.GimpEditor extends BaseEditor implements Serializable

serialVersionUID: -3360850101193207174L


Package us.temerity.pipeline.plugin.GimpEditor.v1_1_0

Class us.temerity.pipeline.plugin.GimpEditor.v1_1_0.GimpEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 483224756697841093L


Package us.temerity.pipeline.plugin.GimpEditor.v2_0_0

Class us.temerity.pipeline.plugin.GimpEditor.v2_0_0.GimpEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 1530573693027601799L


Package us.temerity.pipeline.plugin.GimpEditor.v2_0_9

Class us.temerity.pipeline.plugin.GimpEditor.v2_0_9.GimpEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 8241661626161605692L


Package us.temerity.pipeline.plugin.GimpEditor.v2_2_1

Class us.temerity.pipeline.plugin.GimpEditor.v2_2_1.GimpEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 4059947840377971319L


Package us.temerity.pipeline.plugin.GPlayEditor.v1_0_0

Class us.temerity.pipeline.plugin.GPlayEditor.v1_0_0.GPlayEditor extends SingleEditor implements Serializable

serialVersionUID: -3692817573568021007L


Package us.temerity.pipeline.plugin.GPlayEditor.v2_0_0

Class us.temerity.pipeline.plugin.GPlayEditor.v2_0_0.GPlayEditor extends SingleEditor implements Serializable

serialVersionUID: 4445596060235641340L


Package us.temerity.pipeline.plugin.GPlayEditor.v2_0_9

Class us.temerity.pipeline.plugin.GPlayEditor.v2_0_9.GPlayEditor extends SingleEditor implements Serializable

serialVersionUID: 2755565050531449621L


Package us.temerity.pipeline.plugin.GPlayEditor.v2_2_1

Class us.temerity.pipeline.plugin.GPlayEditor.v2_2_1.GPlayEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 5737570420901895493L


Package us.temerity.pipeline.plugin.GPlayEditor.v2_4_3

Class us.temerity.pipeline.plugin.GPlayEditor.v2_4_3.GPlayEditor extends SimpleEditor implements Serializable

serialVersionUID: 5851994521361489265L


Package us.temerity.pipeline.plugin.HdrToTifAction.v1_0_0

Class us.temerity.pipeline.plugin.HdrToTifAction.v1_0_0.HdrToTifAction extends BaseAction implements Serializable

serialVersionUID: -2176165132225371518L


Package us.temerity.pipeline.plugin.HdrToTifAction.v2_0_0

Class us.temerity.pipeline.plugin.HdrToTifAction.v2_0_0.HdrToTifAction extends BaseAction implements Serializable

serialVersionUID: 4966983488078707330L


Package us.temerity.pipeline.plugin.HdrToTifAction.v2_2_1

Class us.temerity.pipeline.plugin.HdrToTifAction.v2_2_1.HdrToTifAction extends PythonActionUtils implements Serializable

serialVersionUID: -9079892286019545643L


Package us.temerity.pipeline.plugin.HfsBatchKeyChooser.v2_4_1

Class us.temerity.pipeline.plugin.HfsBatchKeyChooser.v2_4_1.HfsBatchKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: 2712263122914872814L


Package us.temerity.pipeline.plugin.HfsBatchKeyChooser.v2_4_3

Class us.temerity.pipeline.plugin.HfsBatchKeyChooser.v2_4_3.HfsBatchKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: -1302740159579433022L


Package us.temerity.pipeline.plugin.HfsBuildAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsBuildAction.v1_0_0.HfsBuildAction extends BaseAction implements Serializable

serialVersionUID: 7354969387897902271L


Package us.temerity.pipeline.plugin.HfsBuildAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsBuildAction.v1_1_0.HfsBuildAction extends BaseAction implements Serializable

serialVersionUID: -896579156106321150L


Package us.temerity.pipeline.plugin.HfsBuildAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsBuildAction.v2_0_0.HfsBuildAction extends BaseAction implements Serializable

serialVersionUID: -4434515067701039361L


Package us.temerity.pipeline.plugin.HfsClipAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsClipAction.v1_1_0.HfsClipAction extends BaseAction implements Serializable

serialVersionUID: -8936550056500752506L


Package us.temerity.pipeline.plugin.HfsClipAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsClipAction.v2_0_0.HfsClipAction extends BaseAction implements Serializable

serialVersionUID: 9207855788356994558L


Package us.temerity.pipeline.plugin.HfsClipAction.v2_4_3

Class us.temerity.pipeline.plugin.HfsClipAction.v2_4_3.HfsClipAction extends HfsActionUtils implements Serializable

serialVersionUID: 5681152443175962972L


Package us.temerity.pipeline.plugin.HfsCompositeAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsCompositeAction.v1_0_0.HfsCompositeAction extends BaseAction implements Serializable

serialVersionUID: 118743104169307059L


Package us.temerity.pipeline.plugin.HfsCompositeAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsCompositeAction.v1_1_0.HfsCompositeAction extends BaseAction implements Serializable

serialVersionUID: -2392873169044583064L


Package us.temerity.pipeline.plugin.HfsCompositeAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsCompositeAction.v2_0_0.HfsCompositeAction extends BaseAction implements Serializable

serialVersionUID: -3231310980396197393L


Package us.temerity.pipeline.plugin.HfsCompositeAction.v2_4_3

Class us.temerity.pipeline.plugin.HfsCompositeAction.v2_4_3.HfsCompositeAction extends HfsActionUtils implements Serializable

serialVersionUID: -6777649160418816148L


Package us.temerity.pipeline.plugin.HfsEnvCubeAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsEnvCubeAction.v1_0_0.HfsEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -5654852023332352235L


Package us.temerity.pipeline.plugin.HfsEnvCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsEnvCubeAction.v2_0_0.HfsEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -3262838376294654129L


Package us.temerity.pipeline.plugin.HfsEnvMapAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsEnvMapAction.v1_0_0.HfsEnvMapAction extends BaseAction implements Serializable

serialVersionUID: 3656382461628800638L


Package us.temerity.pipeline.plugin.HfsEnvMapAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsEnvMapAction.v2_0_0.HfsEnvMapAction extends BaseAction implements Serializable

serialVersionUID: -3262838376294654128L


Package us.temerity.pipeline.plugin.HfsGConvertAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsGConvertAction.v1_0_0.HfsGConvertAction extends BaseAction implements Serializable

serialVersionUID: 1459087361389708227L


Package us.temerity.pipeline.plugin.HfsGConvertAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsGConvertAction.v2_0_0.HfsGConvertAction extends BaseAction implements Serializable

serialVersionUID: 4663237817521803402L


Package us.temerity.pipeline.plugin.HfsGenerateAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsGenerateAction.v1_0_0.HfsGenerateAction extends BaseAction implements Serializable

serialVersionUID: 6142393181773788531L


Package us.temerity.pipeline.plugin.HfsGenerateAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsGenerateAction.v1_1_0.HfsGenerateAction extends BaseAction implements Serializable

serialVersionUID: -9055558547083589380L


Package us.temerity.pipeline.plugin.HfsGenerateAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsGenerateAction.v2_0_0.HfsGenerateAction extends BaseAction implements Serializable

serialVersionUID: -8984341790331163734L


Package us.temerity.pipeline.plugin.HfsGenerateAction.v2_4_3

Class us.temerity.pipeline.plugin.HfsGenerateAction.v2_4_3.HfsGenerateAction extends HfsActionUtils implements Serializable

serialVersionUID: -3346781308938826299L


Package us.temerity.pipeline.plugin.HfsGEOAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsGEOAction.v1_0_0.HfsGEOAction extends BaseAction implements Serializable

serialVersionUID: 1695553348719562632L


Package us.temerity.pipeline.plugin.HfsGEOAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsGEOAction.v1_1_0.HfsGEOAction extends BaseAction implements Serializable

serialVersionUID: 609492265479189679L


Package us.temerity.pipeline.plugin.HfsGEOAction.v1_2_0

Class us.temerity.pipeline.plugin.HfsGEOAction.v1_2_0.HfsGEOAction extends BaseAction implements Serializable

serialVersionUID: -5778121497891899341L


Package us.temerity.pipeline.plugin.HfsGEOAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsGEOAction.v2_0_0.HfsGEOAction extends BaseAction implements Serializable

serialVersionUID: -1143467651679510080L


Package us.temerity.pipeline.plugin.HfsGEOAction.v2_4_3

Class us.temerity.pipeline.plugin.HfsGEOAction.v2_4_3.HfsGEOAction extends HfsActionUtils implements Serializable

serialVersionUID: 3973826521563775546L


Package us.temerity.pipeline.plugin.HfsIConvertAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsIConvertAction.v1_0_0.HfsIConvertAction extends BaseAction implements Serializable

serialVersionUID: 6683912580476857434L


Package us.temerity.pipeline.plugin.HfsIConvertAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsIConvertAction.v2_0_0.HfsIConvertAction extends BaseAction implements Serializable

serialVersionUID: -644564651744776802L


Package us.temerity.pipeline.plugin.HfsIConvertAction.v2_2_1

Class us.temerity.pipeline.plugin.HfsIConvertAction.v2_2_1.HfsIConvertAction extends PythonActionUtils implements Serializable

serialVersionUID: 8440271782178625699L


Package us.temerity.pipeline.plugin.HfsMantraAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsMantraAction.v1_0_0.HfsMantraAction extends BaseAction implements Serializable

serialVersionUID: -1821795324341441132L


Package us.temerity.pipeline.plugin.HfsMantraAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsMantraAction.v2_0_0.HfsMantraAction extends BaseAction implements Serializable

serialVersionUID: -1863841255384208704L


Package us.temerity.pipeline.plugin.HfsMantraAction.v2_0_4

Class us.temerity.pipeline.plugin.HfsMantraAction.v2_0_4.HfsMantraAction extends BaseAction implements Serializable

serialVersionUID: 7644898711969430929L


Package us.temerity.pipeline.plugin.HfsMRayDSAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsMRayDSAction.v1_0_0.HfsMRayDSAction extends BaseAction implements Serializable

serialVersionUID: 7993458042073690313L


Package us.temerity.pipeline.plugin.HfsMRayDSAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsMRayDSAction.v2_0_0.HfsMRayDSAction extends BaseAction implements Serializable

serialVersionUID: 8794403017893682072L


Package us.temerity.pipeline.plugin.HfsOPLibsAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsOPLibsAction.v1_0_0.HfsOPLibsAction extends BaseAction implements Serializable

serialVersionUID: -4187159042596311410L


Package us.temerity.pipeline.plugin.HfsOPLibsAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsOPLibsAction.v2_0_0.HfsOPLibsAction extends BaseAction implements Serializable

serialVersionUID: -1650404383244951488L


Package us.temerity.pipeline.plugin.HfsOPLibsAction.v2_3_14

Class us.temerity.pipeline.plugin.HfsOPLibsAction.v2_3_14.HfsOPLibsAction extends CommonActionUtils implements Serializable

serialVersionUID: -2032288905717557806L


Package us.temerity.pipeline.plugin.HfsOPLibsMergeAction.v2_3_14

Class us.temerity.pipeline.plugin.HfsOPLibsMergeAction.v2_3_14.HfsOPLibsMergeAction extends CommonActionUtils implements Serializable

serialVersionUID: -8666080865680612868L


Package us.temerity.pipeline.plugin.HfsOTLMergeAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsOTLMergeAction.v1_0_0.HfsOTLMergeAction extends BaseAction implements Serializable

serialVersionUID: -4640479178745616312L


Package us.temerity.pipeline.plugin.HfsOTLMergeAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsOTLMergeAction.v2_0_0.HfsOTLMergeAction extends BaseAction implements Serializable

serialVersionUID: -4710093140807551567L


Package us.temerity.pipeline.plugin.HfsReadCmdAction.v2_4_1

Class us.temerity.pipeline.plugin.HfsReadCmdAction.v2_4_1.HfsReadCmdAction extends HfsActionUtils implements Serializable

serialVersionUID: 2736950469873087724L


Package us.temerity.pipeline.plugin.HfsRenderAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsRenderAction.v1_0_0.HfsRenderAction extends BaseAction implements Serializable

serialVersionUID: -7575391384566344524L


Package us.temerity.pipeline.plugin.HfsRenderAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsRenderAction.v1_1_0.HfsRenderAction extends BaseAction implements Serializable

serialVersionUID: -2779218470579368934L


Package us.temerity.pipeline.plugin.HfsRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsRenderAction.v2_0_0.HfsRenderAction extends BaseAction implements Serializable

serialVersionUID: 8513563927304293289L


Package us.temerity.pipeline.plugin.HfsRenderAction.v2_4_1

Class us.temerity.pipeline.plugin.HfsRenderAction.v2_4_1.HfsRenderAction extends HfsActionUtils implements Serializable

serialVersionUID: 5581918117123812875L


Package us.temerity.pipeline.plugin.HfsRenderAction.v2_4_3

Class us.temerity.pipeline.plugin.HfsRenderAction.v2_4_3.HfsRenderAction extends HfsActionUtils implements Serializable

serialVersionUID: -1664892126861829266L


Package us.temerity.pipeline.plugin.HfsRenderKeyChooser.v2_4_1

Class us.temerity.pipeline.plugin.HfsRenderKeyChooser.v2_4_1.HfsRenderKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: -8138299723864680141L


Package us.temerity.pipeline.plugin.HfsRManDSAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsRManDSAction.v1_0_0.HfsRManDSAction extends BaseAction implements Serializable

serialVersionUID: -8497873247600958892L


Package us.temerity.pipeline.plugin.HfsRManDSAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsRManDSAction.v2_0_0.HfsRManDSAction extends BaseAction implements Serializable

serialVersionUID: -5264600820070647957L


Package us.temerity.pipeline.plugin.HfsScriptAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsScriptAction.v1_0_0.HfsScriptAction extends BaseAction implements Serializable

serialVersionUID: -7656316980741547323L


Package us.temerity.pipeline.plugin.HfsScriptAction.v1_1_0

Class us.temerity.pipeline.plugin.HfsScriptAction.v1_1_0.HfsScriptAction extends BaseAction implements Serializable

serialVersionUID: 2982916981706767601L


Package us.temerity.pipeline.plugin.HfsScriptAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsScriptAction.v2_0_0.HfsScriptAction extends BaseAction implements Serializable

serialVersionUID: -6954101505649211358L


Package us.temerity.pipeline.plugin.HfsSdExportAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsSdExportAction.v2_0_0.HfsSdExportAction extends BaseAction implements Serializable

serialVersionUID: 1625727100084635277L


Package us.temerity.pipeline.plugin.HfsThumbnailAction.v2_4_3

Class us.temerity.pipeline.plugin.HfsThumbnailAction.v2_4_3.HfsThumbnailAction extends HfsActionUtils implements Serializable

serialVersionUID: -6230406522769412274L


Package us.temerity.pipeline.plugin.HfsVEXAction.v1_0_0

Class us.temerity.pipeline.plugin.HfsVEXAction.v1_0_0.HfsVEXAction extends BaseAction implements Serializable

serialVersionUID: -6536153771955987722L


Package us.temerity.pipeline.plugin.HfsVEXAction.v2_0_0

Class us.temerity.pipeline.plugin.HfsVEXAction.v2_0_0.HfsVEXAction extends BaseAction implements Serializable

serialVersionUID: -1665229753269845007L


Package us.temerity.pipeline.plugin.HoudiniEditor.v1_0_0

Class us.temerity.pipeline.plugin.HoudiniEditor.v1_0_0.HoudiniEditor extends SingleEditor implements Serializable

serialVersionUID: -1104835857294060158L


Package us.temerity.pipeline.plugin.HoudiniEditor.v2_0_0

Class us.temerity.pipeline.plugin.HoudiniEditor.v2_0_0.HoudiniEditor extends SingleEditor implements Serializable

serialVersionUID: 2538924938123443238L


Package us.temerity.pipeline.plugin.HoudiniEditor.v2_0_9

Class us.temerity.pipeline.plugin.HoudiniEditor.v2_0_9.HoudiniEditor extends SingleEditor implements Serializable

serialVersionUID: 6173533378452235133L


Package us.temerity.pipeline.plugin.HoudiniEditor.v2_2_1

Class us.temerity.pipeline.plugin.HoudiniEditor.v2_2_1.HoudiniEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 6926741198101937041L


Package us.temerity.pipeline.plugin.HoudiniEscapeEditor.v2_4_1

Class us.temerity.pipeline.plugin.HoudiniEscapeEditor.v2_4_1.HoudiniEscapeEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 5138499139690064244L


Package us.temerity.pipeline.plugin.IDisplayEditor.v1_0_0

Class us.temerity.pipeline.plugin.IDisplayEditor.v1_0_0.IDisplayEditor extends BaseEditor implements Serializable

serialVersionUID: 3758403929972223L


Package us.temerity.pipeline.plugin.IDisplayEditor.v2_0_0

Class us.temerity.pipeline.plugin.IDisplayEditor.v2_0_0.IDisplayEditor extends BaseEditor implements Serializable

serialVersionUID: 5288547593650915264L


Package us.temerity.pipeline.plugin.IDisplayEditor.v2_0_9

Class us.temerity.pipeline.plugin.IDisplayEditor.v2_0_9.IDisplayEditor extends BaseEditor implements Serializable

serialVersionUID: 5907024349857072792L


Package us.temerity.pipeline.plugin.IDisplayEditor.v2_2_1

Class us.temerity.pipeline.plugin.IDisplayEditor.v2_2_1.IDisplayEditor extends SimpleEditor implements Serializable

serialVersionUID: 1244874045028933206L


Package us.temerity.pipeline.plugin.IllustratorEditor.v2_0_0

Class us.temerity.pipeline.plugin.IllustratorEditor.v2_0_0.IllustratorEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -1719802467906767180L


Package us.temerity.pipeline.plugin.IllustratorEditor.v2_0_9

Class us.temerity.pipeline.plugin.IllustratorEditor.v2_0_9.IllustratorEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 636923773622312453L


Package us.temerity.pipeline.plugin.IllustratorEditor.v2_2_1

Class us.temerity.pipeline.plugin.IllustratorEditor.v2_2_1.IllustratorEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 5091460325676889765L


Package us.temerity.pipeline.plugin.IllustratorEditor.v2_3_3

Class us.temerity.pipeline.plugin.IllustratorEditor.v2_3_3.IllustratorEditor extends BaseEditor implements Serializable

serialVersionUID: -8791632022355671809L


Package us.temerity.pipeline.plugin.IllustratorEditor.v2_4_1

Class us.temerity.pipeline.plugin.IllustratorEditor.v2_4_1.IllustratorEditor extends BaseEditor implements Serializable

serialVersionUID: 5649688855131349836L


Package us.temerity.pipeline.plugin.ImfDispEditor.v1_0_0

Class us.temerity.pipeline.plugin.ImfDispEditor.v1_0_0.ImfDispEditor extends BaseEditor implements Serializable

serialVersionUID: 6115291021569654950L


Package us.temerity.pipeline.plugin.ImfDispEditor.v2_0_0

Class us.temerity.pipeline.plugin.ImfDispEditor.v2_0_0.ImfDispEditor extends BaseEditor implements Serializable

serialVersionUID: 8714203274246704510L


Package us.temerity.pipeline.plugin.ImfDispEditor.v2_0_9

Class us.temerity.pipeline.plugin.ImfDispEditor.v2_0_9.ImfDispEditor extends BaseEditor implements Serializable

serialVersionUID: 1410283998296965898L


Package us.temerity.pipeline.plugin.ImfDispEditor.v2_2_1

Class us.temerity.pipeline.plugin.ImfDispEditor.v2_2_1.ImfDispEditor extends BaseEditor implements Serializable

serialVersionUID: 3342837540309580045L


Package us.temerity.pipeline.plugin.ImgCvtAction.v1_0_0

Class us.temerity.pipeline.plugin.ImgCvtAction.v1_0_0.ImgCvtAction extends BaseAction implements Serializable

serialVersionUID: -4878519637730498842L


Package us.temerity.pipeline.plugin.ImgCvtAction.v2_0_0

Class us.temerity.pipeline.plugin.ImgCvtAction.v2_0_0.ImgCvtAction extends BaseAction implements Serializable

serialVersionUID: -3310767609878352161L


Package us.temerity.pipeline.plugin.ImgCvtAction.v2_0_9

Class us.temerity.pipeline.plugin.ImgCvtAction.v2_0_9.ImgCvtAction extends BaseAction implements Serializable

serialVersionUID: 373766045484555027L


Package us.temerity.pipeline.plugin.ImportExternalTool.v2_3_15

Class us.temerity.pipeline.plugin.ImportExternalTool.v2_3_15.ImportExternalTool extends BaseTool implements Serializable

serialVersionUID: 4256918169396528762L

Serialized Fields

pSourceSeq

FileSeq pSourceSeq

pHasFrameNums

boolean pHasFrameNums

pSeqLength

Integer pSeqLength

pDialog

JToolDialog pDialog

pSourcePath

Path pSourcePath

pToolsets

TreeSet<E> pToolsets

pDefaultToolset

String pDefaultToolset

pPlugins

TreeMap<K,V> pPlugins
Map is TreeSet,PluginName,Vendor,VersionID


pLayouts

TreeMap<K,V> pLayouts

pDefaultEditors

TreeSet<E> pDefaultEditors

Package us.temerity.pipeline.plugin.InDesignEditor.v2_0_0

Class us.temerity.pipeline.plugin.InDesignEditor.v2_0_0.InDesignEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 37274646604704204L


Package us.temerity.pipeline.plugin.InDesignEditor.v2_0_9

Class us.temerity.pipeline.plugin.InDesignEditor.v2_0_9.InDesignEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -6557069624838612544L


Package us.temerity.pipeline.plugin.InDesignEditor.v2_2_1

Class us.temerity.pipeline.plugin.InDesignEditor.v2_2_1.InDesignEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -7394093383250258399L


Package us.temerity.pipeline.plugin.InDesignEditor.v2_3_3

Class us.temerity.pipeline.plugin.InDesignEditor.v2_3_3.InDesignEditor extends BaseOpenEditor implements Serializable

serialVersionUID: -5746983922180659862L


Package us.temerity.pipeline.plugin.InDesignEditor.v2_4_1

Class us.temerity.pipeline.plugin.InDesignEditor.v2_4_1.InDesignEditor extends BaseOpenEditor implements Serializable

serialVersionUID: -3814502124160272055L


Package us.temerity.pipeline.plugin.InsertNodeTool.v2_4_5

Class us.temerity.pipeline.plugin.InsertNodeTool.v2_4_5.InsertNodeTool extends BaseTool implements Serializable

serialVersionUID: 5989778606742200709L

Serialized Fields

pJarPath

Path pJarPath
The path to the JAR archive containing the node version.


pNodeVersion

NodeVersion pNodeVersion
The node version.


pIsInserted

boolean pIsInserted
Whether the node version already has been inserted.


pMissing

TreeMap<K,V> pMissing
The names and revision numbers of the missing dependencies required to be inserted before this node can be inserted.


Package us.temerity.pipeline.plugin.IntermediateNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.IntermediateNodeAnnotation.v2_3_2.IntermediateNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 465428803901006872L


Package us.temerity.pipeline.plugin.IVEditor.v2_0_0

Class us.temerity.pipeline.plugin.IVEditor.v2_0_0.IVEditor extends BaseEditor implements Serializable

serialVersionUID: -7099903956442528981L


Package us.temerity.pipeline.plugin.IVEditor.v2_0_9

Class us.temerity.pipeline.plugin.IVEditor.v2_0_9.IVEditor extends BaseEditor implements Serializable

serialVersionUID: -5272644655991022048L


Package us.temerity.pipeline.plugin.IvViewEditor.v1_0_0

Class us.temerity.pipeline.plugin.IvViewEditor.v1_0_0.IvViewEditor extends BaseEditor implements Serializable

serialVersionUID: 4618243875282394678L


Package us.temerity.pipeline.plugin.IvViewEditor.v2_0_0

Class us.temerity.pipeline.plugin.IvViewEditor.v2_0_0.IvViewEditor extends BaseEditor implements Serializable

serialVersionUID: -3067701731504663918L


Package us.temerity.pipeline.plugin.IvViewEditor.v2_0_9

Class us.temerity.pipeline.plugin.IvViewEditor.v2_0_9.IvViewEditor extends BaseEditor implements Serializable

serialVersionUID: -2091936457088365576L


Package us.temerity.pipeline.plugin.JavaBuildAction.v2_0_15

Class us.temerity.pipeline.plugin.JavaBuildAction.v2_0_15.JavaBuildAction extends BaseAction implements Serializable

serialVersionUID: 5477525606063361613L


Package us.temerity.pipeline.plugin.JavaUtilityAction.v2_0_15

Class us.temerity.pipeline.plugin.JavaUtilityAction.v2_0_15.JavaUtilityAction extends BaseAction implements Serializable

serialVersionUID: -1571885861406221728L


Package us.temerity.pipeline.plugin.JavaUtilityAction.v2_4_3

Class us.temerity.pipeline.plugin.JavaUtilityAction.v2_4_3.JavaUtilityAction extends CommonActionUtils implements Serializable

serialVersionUID: 121380801075416210L


Package us.temerity.pipeline.plugin.KPdfEditor.v2_2_1

Class us.temerity.pipeline.plugin.KPdfEditor.v2_2_1.KPdfEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: -5676988982687232990L


Package us.temerity.pipeline.plugin.KWriteEditor.v2_0_9

Class us.temerity.pipeline.plugin.KWriteEditor.v2_0_9.KWriteEditor extends BaseEditor implements Serializable

serialVersionUID: 7047342436681994676L


Package us.temerity.pipeline.plugin.KWriteEditor.v2_2_1

Class us.temerity.pipeline.plugin.KWriteEditor.v2_2_1.KWriteEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 251857594035376091L


Package us.temerity.pipeline.plugin.ListSourcesAction.v2_0_9

Class us.temerity.pipeline.plugin.ListSourcesAction.v2_0_9.ListSourcesAction extends BaseAction implements Serializable

serialVersionUID: 3550351686639451935L


Package us.temerity.pipeline.plugin.ListSourcesAction.v2_2_1

Class us.temerity.pipeline.plugin.ListSourcesAction.v2_2_1.ListSourcesAction extends CommonActionUtils implements Serializable

serialVersionUID: 1263903659077136996L


Package us.temerity.pipeline.plugin.LogMasterActivityExt.v2_1_1

Class us.temerity.pipeline.plugin.LogMasterActivityExt.v2_1_1.LogMasterActivityExt extends BaseMasterExt implements Serializable

serialVersionUID: 9072466995033457519L


Package us.temerity.pipeline.plugin.LogQueueActivityExt.v2_1_1

Class us.temerity.pipeline.plugin.LogQueueActivityExt.v2_1_1.LogQueueActivityExt extends BaseQueueExt implements Serializable

serialVersionUID: -6639988244348742755L


Package us.temerity.pipeline.plugin.LyxEditor.v2_0_9

Class us.temerity.pipeline.plugin.LyxEditor.v2_0_9.LyxEditor extends SingleEditor implements Serializable

serialVersionUID: 7665680085096904145L


Package us.temerity.pipeline.plugin.LyxExportAction.v2_0_9

Class us.temerity.pipeline.plugin.LyxExportAction.v2_0_9.LyxExportAction extends BaseAction implements Serializable

serialVersionUID: -6008166494523853155L


Package us.temerity.pipeline.plugin.MaxEditor.v2_2_1

Class us.temerity.pipeline.plugin.MaxEditor.v2_2_1.MaxEditor extends BaseEditor implements Serializable

serialVersionUID: -4942087187245234995L


Package us.temerity.pipeline.plugin.MaxRenderAction.v2_2_1

Class us.temerity.pipeline.plugin.MaxRenderAction.v2_2_1.MaxRenderAction extends MaxActionUtils implements Serializable

serialVersionUID: -4022411368099310007L


Package us.temerity.pipeline.plugin.MaxScriptAction.v2_2_1

Class us.temerity.pipeline.plugin.MaxScriptAction.v2_2_1.MaxScriptAction extends MaxActionUtils implements Serializable

serialVersionUID: -7740936650142327601L


Package us.temerity.pipeline.plugin.MaxwellGlobalsAction.v2_0_0

Class us.temerity.pipeline.plugin.MaxwellGlobalsAction.v2_0_0.MaxwellGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -3817055592883558630L


Package us.temerity.pipeline.plugin.MaxwellRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.MaxwellRenderAction.v2_0_0.MaxwellRenderAction extends BaseAction implements Serializable

serialVersionUID: -8605298485939986164L


Package us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AdvAssetBuilder extends TaskBuilder implements Serializable

serialVersionUID: -720208594406378352L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pAssetNames

BuildsAssetNames pAssetNames

pProjectNames

BuildsProjectNames pProjectNames

pBuilderQueries

AnswersBuilderQueries pBuilderQueries

pAssetName

String pAssetName

pAssetType

String pAssetType

pMultipleModels

boolean pMultipleModels

pNumberOfModels

int pNumberOfModels

pModelTT

boolean pModelTT

pReRigSetup

boolean pReRigSetup

pHasBlendShapes

boolean pHasBlendShapes

pMakeFBX

boolean pMakeFBX

pMakeCurves

boolean pMakeCurves

pMakeDkAnim

boolean pMakeDkAnim

pRigTT

boolean pRigTT

pBuildTextureNode

boolean pBuildTextureNode

pBuildMiShadeNetwork

boolean pBuildMiShadeNetwork

pSeparateAnimTextures

boolean pSeparateAnimTextures

pShadeTT

boolean pShadeTT

pBuildLowRez

boolean pBuildLowRez

pCheckInWhenDone

boolean pCheckInWhenDone

pBuildThumbnails

boolean pBuildThumbnails

pFinalizeMEL

String pFinalizeMEL

pPlaceHolderMEL

String pPlaceHolderMEL

pMRInitMEL

String pMRInitMEL

pVerifyModelMEL

String pVerifyModelMEL

pVerifyRigMEL

String pVerifyRigMEL

pVerifyShaderMEL

String pVerifyShaderMEL

pModelStages

ArrayList<E> pModelStages

pEmptyMayaScenes

ArrayList<E> pEmptyMayaScenes

pEmptyFileStages

ArrayList<E> pEmptyFileStages

pRequiredNodes

TreeSet<E> pRequiredNodes

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AdvAssetBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 9147958678499662058L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AdvAssetBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -6423722443630330292L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AdvAssetBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -8377745269730692702L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AssetBuilder extends TaskBuilder implements Serializable

serialVersionUID: -1692414484571590368L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pAssetNames

BuildsAssetNames pAssetNames

pProjectNames

BuildsProjectNames pProjectNames

pBuilderQueries

AnswersBuilderQueries pBuilderQueries

pAssetName

String pAssetName

pAssetType

String pAssetType

pModelTT

boolean pModelTT

pImportModel

boolean pImportModel

pReRigSetup

boolean pReRigSetup

pHasBlendShapes

boolean pHasBlendShapes

pMakeFBX

boolean pMakeFBX

pMakeCurves

boolean pMakeCurves

pMakeDkAnim

boolean pMakeDkAnim

pRigTT

boolean pRigTT

pBuildTextureNode

boolean pBuildTextureNode

pSeparateAnimTextures

boolean pSeparateAnimTextures

pShadeTT

boolean pShadeTT

pCheckInWhenDone

boolean pCheckInWhenDone

pBuildThumbnails

boolean pBuildThumbnails

pFinalizeMEL

String pFinalizeMEL

pLRFinalizeMEL

String pLRFinalizeMEL

pPlaceHolderMEL

String pPlaceHolderMEL

pMRInitMEL

String pMRInitMEL

pVerifyModelMEL

String pVerifyModelMEL

pVerifyShaderMEL

String pVerifyShaderMEL

pModelStages

ArrayList<E> pModelStages

pEmptyMayaScenes

ArrayList<E> pEmptyMayaScenes

pEmptyFileStages

ArrayList<E> pEmptyFileStages

pRequiredNodes

TreeSet<E> pRequiredNodes

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AssetBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 8287285172355006675L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AssetBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -2030732485658168909L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.AssetBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 826916688187120841L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.BasicShotBuilder extends BaseBuilder implements Serializable

serialVersionUID: 2017077506125779699L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pShotNames

BuildsShotNames pShotNames

pBuilderInfo

AnswersBuilderQueries pBuilderInfo

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.CurveShotBuilder extends TaskBuilder implements Serializable

serialVersionUID: 4214839314468065088L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pProject

String pProject

pCameraNames

DefaultAssetNames pCameraNames

pShotNames

DefaultShotNames pShotNames

pProjectNames

BuildsProjectNames pProjectNames

pBuilderQueries

AnswersBuilderQueries pBuilderQueries

pFrameRange

FrameRange pFrameRange

pAssets

TreeMap<K,V> pAssets

pModelStages

ArrayList<E> pModelStages

pEmptyMayaScenes

ArrayList<E> pEmptyMayaScenes

pEmptyFileStages

ArrayList<E> pEmptyFileStages

pImgSuffix

String pImgSuffix

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.CurveShotBuilder.AssetInfoPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 5373677273885431026L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.CurveShotBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 7481221384924916509L

Serialized Fields

pRenderCamExists

boolean pRenderCamExists

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.CurveShotBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 4592076017313180015L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.CurveShotBuilder.FirstInfoPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -8034836560600484096L

Serialized Fields

pNewSequence

boolean pNewSequence

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.DefaultAssetNames extends BaseNames implements Serializable

serialVersionUID: 4290381193739660113L

Serialized Fields

pProject

String pProject

pAssetName

String pAssetName

pAssetType

String pAssetType

pNameSpace

String pNameSpace

pApprovalMode

boolean pApprovalMode

pAssetPath

Path pAssetPath

pModStart

Path pModStart

pModEdit

Path pModEdit

pModPrepare

Path pModPrepare

pModSubmit

Path pModSubmit

pModApprove

Path pModApprove

pModProduct

Path pModProduct

pModThumb

Path pModThumb

pRigStart

Path pRigStart

pRigEdit

Path pRigEdit

pRigPrepare

Path pRigPrepare

pRigSubmit

Path pRigSubmit

pRigApprove

Path pRigApprove

pRigProduct

Path pRigProduct

pRigThumb

Path pRigThumb

pMatStart

Path pMatStart

pMatEdit

Path pMatEdit

pMatPrepare

Path pMatPrepare

pMatSubmit

Path pMatSubmit

pMatApprove

Path pMatApprove

pMatProduct

Path pMatProduct

pMatThumb

Path pMatThumb

pShdStart

Path pShdStart

pShdEdit

Path pShdEdit

pShdPrepare

Path pShdPrepare

pShdSubmit

Path pShdSubmit

pShdApprove

Path pShdApprove

pShdProduct

Path pShdProduct

pShdThumb

Path pShdThumb

pTexStart

Path pTexStart

pTexEdit

Path pTexEdit

pTexPrepare

Path pTexPrepare

pTexSubmit

Path pTexSubmit

pTexApprove

Path pTexApprove

pTexProduct

Path pTexProduct

pAssetStart

Path pAssetStart

pAssetEdit

Path pAssetEdit

pAssetPrepare

Path pAssetPrepare

pAssetSubmit

Path pAssetSubmit

pAssetApprove

Path pAssetApprove

pAssetProduct

Path pAssetProduct

pAssetThumb

Path pAssetThumb

pModelNodeName

String pModelNodeName

pHeadModelNodeName

String pHeadModelNodeName

pBlendShapeModelNodeName

String pBlendShapeModelNodeName

pRigNodeName

String pRigNodeName

pRigInfoNodeName

String pRigInfoNodeName

pSkeletonNodeName

String pSkeletonNodeName

pMaterialNodeName

String pMaterialNodeName

pMaterialExportNodeName

String pMaterialExportNodeName

pFinalNodeName

String pFinalNodeName

pLowRezModelNodeName

String pLowRezModelNodeName

pLowRezRigNodeName

String pLowRezRigNodeName

pLowRezMaterialNodeName

String pLowRezMaterialNodeName

pLowRezFinalNodeName

String pLowRezFinalNodeName

pShaderNodeName

String pShaderNodeName

pShaderIncludeNodeName

String pShaderIncludeNodeName

pShaderIncludeGroupSecSeq

FileSeq pShaderIncludeGroupSecSeq

pShaderExportNodeName

String pShaderExportNodeName

pTextureNodeName

String pTextureNodeName

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.DefaultBuilderAnswers extends BaseUtil implements Serializable

serialVersionUID: 7387762854066534169L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.DefaultProjectNames extends NullProjectNames implements Serializable

serialVersionUID: -6920650613173564121L

Serialized Fields

pProject

String pProject

pMelScriptPath

Path pMelScriptPath

pMelScriptSourcePath

Path pMelScriptSourcePath

pMelVerifyScriptPath

Path pMelVerifyScriptPath

pRenderScriptPath

Path pRenderScriptPath

pMayaGlobalsPath

Path pMayaGlobalsPath

pMRayGlobalsPath

Path pMRayGlobalsPath

pTurntablePath

Path pTurntablePath

pMelPlaceHolderScriptPath

Path pMelPlaceHolderScriptPath

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.DefaultShotNames extends BaseNames implements Serializable

serialVersionUID: 8920324273008970341L

Serialized Fields

pBuilderInfo

AnswersBuilderQueries pBuilderInfo

pProject

String pProject

pMovieName

String pMovieName

pSeqName

String pSeqName

pShotName

String pShotName

pApprovalMode

boolean pApprovalMode

pUseMovie

boolean pUseMovie

pExistingDirs

boolean pExistingDirs

pNamePrefix

String pNamePrefix

pShotPath

Path pShotPath

pLayStart

Path pLayStart

pLayEdit

Path pLayEdit

pLayPrepare

Path pLayPrepare

pLaySubmit

Path pLaySubmit

pLayApprove

Path pLayApprove

pLayProduct

Path pLayProduct

pLayThumb

Path pLayThumb

pAnimStart

Path pAnimStart

pAnimEdit

Path pAnimEdit

pAnimSource

Path pAnimSource

pAnimPrepare

Path pAnimPrepare

pAnimSubmit

Path pAnimSubmit

pAnimApprove

Path pAnimApprove

pAnimProduct

Path pAnimProduct

pAnimThumb

Path pAnimThumb

pLgtStart

Path pLgtStart

pLgtEdit

Path pLgtEdit

pLgtPrepare

Path pLgtPrepare

pLgtSubmit

Path pLgtSubmit

pLgtApprove

Path pLgtApprove

pLgtProduct

Path pLgtProduct

pLgtThumb

Path pLgtThumb

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.Maya2MRCollection extends BaseBuilderCollection implements Serializable

serialVersionUID: 2016627948131568812L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ModelPiecesBuilder extends TaskBuilder implements Serializable

serialVersionUID: -621745474133340612L

Serialized Fields

pPieceParams

LinkedList<E> pPieceParams

pPieceNames

TreeSet<E> pPieceNames

pNames

BuildsAssetNames pNames

pProjectNames

BuildsProjectNames pProjectNames

pCheckInWhenDone

boolean pCheckInWhenDone

pMayaContext

MayaContext pMayaContext

pHasTT

boolean pHasTT

pPlaceHolderMEL

String pPlaceHolderMEL

pVerifyModelMEL

String pVerifyModelMEL

pModelStages

ArrayList<E> pModelStages

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ModelPiecesBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 3284037619392844408L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ModelPiecesBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -2922609248177441243L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ModelPiecesBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -3548064419172163386L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.NewAssetBuilder extends BaseBuilder implements Serializable

serialVersionUID: -6941538298185257158L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pAssetNames

BuildsAssetNames pAssetNames

pProjectNames

BuildsProjectNames pProjectNames

pBuilderInfo

AnswersBuilderQueries pBuilderInfo

pFinalizeMEL

String pFinalizeMEL

pLRFinalizeMEL

String pLRFinalizeMEL

pPlaceHolderMEL

String pPlaceHolderMEL

pMRInitMEL

String pMRInitMEL

pFinalRigMEL

String pFinalRigMEL

pBuildLowRez

boolean pBuildLowRez

pBuildTextureNode

boolean pBuildTextureNode

pBuildAdvancedShadingNetwork

boolean pBuildAdvancedShadingNetwork

pBuildSeparateHead

boolean pBuildSeparateHead

pAutoRigSetup

boolean pAutoRigSetup

pCheckInWhenDone

boolean pCheckInWhenDone

pModelStages

ArrayList<E> pModelStages

pRigInfoStages

ArrayList<E> pRigInfoStages

pEmptyMayaScenes

ArrayList<E> pEmptyMayaScenes

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.NewAssetBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -2455380248604721406L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.NewAssetBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 3776473936564046625L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.NewAssetBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 3094875433886937402L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.NullProjectNames extends BaseNames implements Serializable

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectBuilder extends BaseBuilder implements Serializable

serialVersionUID: -2587344381236695139L

Serialized Fields

pProjectName

String pProjectName

pProjectNames

BuildsProjectNames pProjectNames

pBuilderInfo

AnswersBuilderQueries pBuilderInfo

pBuildMelScripts

boolean pBuildMelScripts

pBuildTurntables

boolean pBuildTurntables

pBuildDummy

boolean pBuildDummy

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 6671865047898426873L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -59511509631672300L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectScriptBuilder extends BaseBuilder implements Serializable

serialVersionUID: -8870111744415216596L

Serialized Fields

pProjectNames

BuildsProjectNames pProjectNames

pCheckInWhenDone

boolean pCheckInWhenDone

pFinalizeAssets

boolean pFinalizeAssets

pFinalizeAssetsLR

boolean pFinalizeAssetsLR

pCopyShading

boolean pCopyShading

pCopyRigging

boolean pCopyRigging

pGlobals

boolean pGlobals

pMRayInit

boolean pMRayInit

pPlaceholder

boolean pPlaceholder

pAssetVerification

boolean pAssetVerification

pDefaultScripts

boolean pDefaultScripts

pEmptyFiles

ArrayList<E> pEmptyFiles

pBuilderInfo

AnswersBuilderQueries pBuilderInfo

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectScriptBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -4520437729968377615L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectScriptBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 2805188757043354868L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectScriptBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -5273508737055512461L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectTurntableBuilder extends BaseBuilder implements Serializable

serialVersionUID: 4853829289454923898L

Serialized Fields

pProjectNames

BuildsProjectNames pProjectNames

pCheckInWhenDone

boolean pCheckInWhenDone

pBuilderInfo

AnswersBuilderQueries pBuilderInfo

pMakeSetups

boolean pMakeSetups

pMayaContext

MayaContext pMayaContext

pEmptyMayaStages

ArrayList<E> pEmptyMayaStages

pModelStages

ArrayList<E> pModelStages

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectTurntableBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -1362555982315848091L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectTurntableBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 1321703133564996170L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ProjectTurntableBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -3818051689036065649L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ShotBuilder extends TaskBuilder implements Serializable

serialVersionUID: -4118587763338751379L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pProject

String pProject

pShotNames

BuildsShotNames pShotNames

pProjectNames

BuildsProjectNames pProjectNames

pBuilderQueries

AnswersBuilderQueries pBuilderQueries

pFrameRange

FrameRange pFrameRange

pBuildThumbnails

Boolean pBuildThumbnails

pBuildTestImages

Boolean pBuildTestImages

pAssets

ArrayList<E> pAssets

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ShotBuilder.AssetInfoPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 8371820302516003252L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ShotBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -8286569846722409488L

Serialized Fields

pLayoutAnims

TreeSet<E> pLayoutAnims

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ShotBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 2545974042023177026L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.ShotBuilder.FirstInfoPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 3924566232585200969L

Serialized Fields

pMovieFormat

boolean pMovieFormat

pNewSequence

boolean pNewSequence

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.SimpleAssetBuilder extends TaskBuilder implements Serializable

serialVersionUID: 3854094814560543747L

Serialized Fields

pMayaContext

MayaContext pMayaContext

pAssetNames

BuildsAssetNames pAssetNames

pProjectNames

BuildsProjectNames pProjectNames

pBuilderQueries

AnswersBuilderQueries pBuilderQueries

pAssetName

String pAssetName

pAssetType

String pAssetType

pCheckInWhenDone

boolean pCheckInWhenDone

pBuildThumbnail

boolean pBuildThumbnail

pBuildTurntable

boolean pBuildTurntable

pBuildTextureNode

boolean pBuildTextureNode

pImportModel

boolean pImportModel

pPlaceHolderMEL

String pPlaceHolderMEL

pVerifyMEL

String pVerifyMEL

pModelStages

ArrayList<E> pModelStages

pRequiredNodes

TreeSet<E> pRequiredNodes

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.SimpleAssetBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -8881566912838162426L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.SimpleAssetBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 2815380698824865655L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.SimpleAssetBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 4439191096809456824L


Package us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderAnimStage extends MayaAnimBuildStage implements Serializable

serialVersionUID: 6061430110121365125L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderCurvesStage extends MayaFileStage implements Serializable

serialVersionUID: 8561373218526297806L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderModelMiStage extends MayaMiExportStage implements Serializable

serialVersionUID: -2280488424689859000L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderReRigMELStage extends StandardStage implements Serializable

serialVersionUID: -12335516966229315L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderReRigStage extends MayaBuildStage implements Serializable

serialVersionUID: -5968812831332802559L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderRigMELStage extends CatFilesStage implements Serializable

serialVersionUID: 3608100727176206749L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderTTImgStage extends TurntableStage implements Serializable

serialVersionUID: 8761960778392632689L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetBuilderTTStage extends MayaBuildStage implements Serializable

serialVersionUID: 1721143532995387785L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetCamMiStage extends MayaMiExportStage implements Serializable

serialVersionUID: -3892647596857855619L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetLgtMiStage extends MayaMiExportStage implements Serializable

serialVersionUID: 8764592010619645165L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetMaterialStage extends MayaBuildStage implements Serializable

serialVersionUID: 2293817202161262274L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetShaderStage extends MayaBuildStage implements Serializable

serialVersionUID: -8982938006640768310L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetShdImgStage extends MRayRenderStage implements Serializable

serialVersionUID: 5099001800033780443L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AdvAssetShdMiStage extends MayaMiShaderStage implements Serializable

serialVersionUID: 3791432716459428991L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AnimEditStage extends MayaAnimBuildStage implements Serializable

serialVersionUID: -7245300798400386323L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderFinalStage extends MayaBuildStage implements Serializable

serialVersionUID: 7832981809977190282L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderMaterialStage extends MayaBuildStage implements Serializable

serialVersionUID: 8962716346625141537L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderModelStage extends MayaBuildStage implements Serializable

serialVersionUID: -4169512077820526304L

Serialized Fields

pPlaceHolderMel

String pPlaceHolderMel

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderRigStage extends MayaBuildStage implements Serializable

serialVersionUID: 275181800513698894L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderShaderExportStage extends MayaFileStage implements Serializable

serialVersionUID: -384787874256066913L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderShaderIncludeStage extends StandardStage implements Serializable

serialVersionUID: 5087033575872577930L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderShaderStage extends MayaBuildStage implements Serializable

serialVersionUID: 45623374952378348L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetBuilderTextureStage extends StandardStage implements Serializable

serialVersionUID: 8078446634903214525L

Serialized Fields

pParentName

String pParentName

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.AssetModelExportStage extends MayaExportStage implements Serializable

serialVersionUID: -5363352825953199560L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ModelPiecesEditStage extends MayaBuildStage implements Serializable

serialVersionUID: 873493333355199193L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ModelPiecesVerifyStage extends MayaBuildStage implements Serializable

serialVersionUID: -1710686880887068308L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.NewAssetBuilderFinalStage extends MayaBuildStage implements Serializable

serialVersionUID: -4382811401473487876L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.NewAssetBuilderMaterialExportStage extends MayaFileStage implements Serializable

serialVersionUID: -8913667114103669134L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.NewAssetBuilderMaterialStage extends MayaBuildStage implements Serializable

serialVersionUID: -1242645000390166317L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.NewAssetBuilderRigStage extends MayaBuildStage implements Serializable

serialVersionUID: 798760775428376736L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.PlaceholderCameraStage extends FileWriterStage implements Serializable

serialVersionUID: 1462477996398925073L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.PlaceholderMELStage extends FileWriterStage implements Serializable

serialVersionUID: 5723243852662925026L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.PlaceholderSkelMELStage extends FileWriterStage implements Serializable

serialVersionUID: 5723243852662925026L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.PlaceholderTTStage extends FileWriterStage implements Serializable

serialVersionUID: 5723243852662925026L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotAnimBuildStage extends MayaAnimBuildStage implements Serializable

serialVersionUID: 7400008406120638337L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotBuilderAnimExportStage extends StandardStage implements Serializable

serialVersionUID: -34779414650608573L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotBuilderAnimStage extends MayaBuildStage implements Serializable

serialVersionUID: 2336238380867927862L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotBuilderAssetCollateStage extends MayaCollateStage implements Serializable

serialVersionUID: 541101690910464933L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotBuilderLightStage extends MayaBuildStage implements Serializable

serialVersionUID: 4463317246082802738L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotBuilderPreLightStage extends MayaCollateStage implements Serializable

serialVersionUID: 6466169167970800545L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotBuilderSwitchStage extends MayaReplaceRefStage implements Serializable

serialVersionUID: -3813966177798469007L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotImgStage extends MayaRenderStage implements Serializable

serialVersionUID: 1572901247647526193L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.ShotMayaCurvesExportStage extends MayaCurvesExportStage implements Serializable

serialVersionUID: 5010175295350788309L

Class us.temerity.pipeline.plugin.Maya2MRCollection.v2_3_2.stages.VerifyModelMELStage extends FileWriterStage implements Serializable

serialVersionUID: -1055531955036096685L


Package us.temerity.pipeline.plugin.MayaAddReferenceTool.v2_0_10

Class us.temerity.pipeline.plugin.MayaAddReferenceTool.v2_0_10.MayaAddReferenceTool extends BaseTool implements Serializable

serialVersionUID: -80836529612490389L

Serialized Fields

pAuthor

String pAuthor

pView

String pView

pNameSpaceMap

TreeMap<K,V> pNameSpaceMap

pSourceFiles

TreeMap<K,V> pSourceFiles

Package us.temerity.pipeline.plugin.MayaAddReferenceTool.v2_0_9

Class us.temerity.pipeline.plugin.MayaAddReferenceTool.v2_0_9.MayaAddReferenceTool extends BaseTool implements Serializable

serialVersionUID: 6556230367005613931L

Serialized Fields

user

String user

view

String view

pNameSpaceMap

TreeMap<K,V> pNameSpaceMap

pSourceFiles

TreeMap<K,V> pSourceFiles

Package us.temerity.pipeline.plugin.MayaAddRefTool.v2_2_1

Class us.temerity.pipeline.plugin.MayaAddRefTool.v2_2_1.MayaAddRefTool extends BaseTool implements Serializable

serialVersionUID: 5407518201267754382L

Serialized Fields

pView

String pView
The current working area view name.


pTargetPath

Path pTargetPath
The abstract path to the target Maya scene.


pSourcePaths

TreeMap<K,V> pSourcePaths
The abstract paths to the source Maya scene indexed by source node name.


pNameSpaceFields

TreeMap<K,V> pNameSpaceFields
The name space text fields indexed by source node name.


Package us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_3_1

Class us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_3_1.MayaAnimBuildAction extends MayaActionUtils implements Serializable

serialVersionUID: 1403694248465451573L


Package us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_3_14

Class us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_3_14.MayaAnimBuildAction extends MayaBuildUtils implements Serializable

serialVersionUID: -3797390348516004307L


Package us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_4_1.MayaAnimBuildAction extends MayaBuildUtils implements Serializable

serialVersionUID: 2375347519920100749L


Package us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_4_3

Class us.temerity.pipeline.plugin.MayaAnimBuildAction.v2_4_3.MayaAnimBuildAction extends MayaBuildUtils implements Serializable

serialVersionUID: -5929735777463838893L


Package us.temerity.pipeline.plugin.MayaAnimExportAction.v1_0_0

Class us.temerity.pipeline.plugin.MayaAnimExportAction.v1_0_0.MayaAnimExportAction extends BaseAction implements Serializable

serialVersionUID: -2807495336573438673L


Package us.temerity.pipeline.plugin.MayaAnimExportAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaAnimExportAction.v2_0_0.MayaAnimExportAction extends BaseAction implements Serializable

serialVersionUID: -8907325751539886288L


Package us.temerity.pipeline.plugin.MayaAnimExportAction.v2_0_12

Class us.temerity.pipeline.plugin.MayaAnimExportAction.v2_0_12.MayaAnimExportAction extends BaseAction implements Serializable

serialVersionUID: -2255726263684304132L


Package us.temerity.pipeline.plugin.MayaAnimExportAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaAnimExportAction.v2_0_9.MayaAnimExportAction extends BaseAction implements Serializable

serialVersionUID: -4125395649996869511L


Package us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_1.MayaAttachGeoCacheAction extends MayaBuildUtils implements Serializable

serialVersionUID: -1578369171261385411L


Package us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_2

Class us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_2.MayaAttachGeoCacheAction extends MayaBuildUtils implements Serializable

serialVersionUID: 516674472318629789L


Package us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_3

Class us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_3.MayaAttachGeoCacheAction extends MayaBuildUtils implements Serializable

serialVersionUID: 1046292208139190800L


Package us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_4

Class us.temerity.pipeline.plugin.MayaAttachGeoCacheAction.v2_4_4.MayaAttachGeoCacheAction extends MayaBuildUtils implements Serializable

serialVersionUID: 8707498167340983637L


Package us.temerity.pipeline.plugin.MayaAttachSoundAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaAttachSoundAction.v2_4_1.MayaAttachSoundAction extends MayaBuildUtils implements Serializable

serialVersionUID: -5870482903480320293L


Package us.temerity.pipeline.plugin.MayaAttachSoundAction.v2_4_2

Class us.temerity.pipeline.plugin.MayaAttachSoundAction.v2_4_2.MayaAttachSoundAction extends MayaBuildUtils implements Serializable

serialVersionUID: -1649240390069444960L


Package us.temerity.pipeline.plugin.MayaBuildAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaBuildAction.v2_0_11.MayaBuildAction extends BaseAction implements Serializable

serialVersionUID: 1450452157993251521L


Package us.temerity.pipeline.plugin.MayaBuildAction.v2_0_12

Class us.temerity.pipeline.plugin.MayaBuildAction.v2_0_12.MayaBuildAction extends BaseAction implements Serializable

serialVersionUID: 5961571350828220186L


Package us.temerity.pipeline.plugin.MayaBuildAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaBuildAction.v2_2_1.MayaBuildAction extends MayaActionUtils implements Serializable

serialVersionUID: -8720905018603466792L


Package us.temerity.pipeline.plugin.MayaBuildAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaBuildAction.v2_3_4.MayaBuildAction extends MayaActionUtils implements Serializable

serialVersionUID: -8942405475862025893L


Package us.temerity.pipeline.plugin.MayaBuildAction.v2_3_5

Class us.temerity.pipeline.plugin.MayaBuildAction.v2_3_5.MayaBuildAction extends MayaBuildUtils implements Serializable

serialVersionUID: -3616929088803763448L


Package us.temerity.pipeline.plugin.MayaBuildAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaBuildAction.v2_4_1.MayaBuildAction extends MayaBuildUtils implements Serializable

serialVersionUID: -7802834893500093195L


Package us.temerity.pipeline.plugin.MayaCollateAction.v1_0_0

Class us.temerity.pipeline.plugin.MayaCollateAction.v1_0_0.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: -1959280343890023293L


Package us.temerity.pipeline.plugin.MayaCollateAction.v1_1_0

Class us.temerity.pipeline.plugin.MayaCollateAction.v1_1_0.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: 8525979616066624841L


Package us.temerity.pipeline.plugin.MayaCollateAction.v1_2_0

Class us.temerity.pipeline.plugin.MayaCollateAction.v1_2_0.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: 677210692602296168L


Package us.temerity.pipeline.plugin.MayaCollateAction.v1_3_0

Class us.temerity.pipeline.plugin.MayaCollateAction.v1_3_0.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: 1692142244129458356L


Package us.temerity.pipeline.plugin.MayaCollateAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaCollateAction.v2_0_0.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: -7598513642417506552L


Package us.temerity.pipeline.plugin.MayaCollateAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaCollateAction.v2_0_10.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: 4854210062094303097L


Package us.temerity.pipeline.plugin.MayaCollateAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaCollateAction.v2_0_11.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: -1941622558293866743L


Package us.temerity.pipeline.plugin.MayaCollateAction.v2_0_12

Class us.temerity.pipeline.plugin.MayaCollateAction.v2_0_12.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: -5797305171013932439L


Package us.temerity.pipeline.plugin.MayaCollateAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaCollateAction.v2_0_9.MayaCollateAction extends BaseAction implements Serializable

serialVersionUID: 5732568760183577615L


Package us.temerity.pipeline.plugin.MayaCompleteEditor.v2_0_10

Class us.temerity.pipeline.plugin.MayaCompleteEditor.v2_0_10.MayaCompleteEditor extends SingleEditor implements Serializable

serialVersionUID: 3334245183602923637L


Package us.temerity.pipeline.plugin.MayaCompleteEditor.v2_2_1

Class us.temerity.pipeline.plugin.MayaCompleteEditor.v2_2_1.MayaCompleteEditor extends BaseEditor implements Serializable

serialVersionUID: -5568196272689036822L


Package us.temerity.pipeline.plugin.MayaCompleteEditor.v2_4_1

Class us.temerity.pipeline.plugin.MayaCompleteEditor.v2_4_1.MayaCompleteEditor extends BaseEditor implements Serializable

serialVersionUID: 2085709689346064268L


Package us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_3_14

Class us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_3_14.MayaCurvesExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -2519958870800934074L


Package us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_3_15

Class us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_3_15.MayaCurvesExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -2519958870800934075L


Package us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_3_4.MayaCurvesExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -5925015626788085391L


Package us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_4_12

Class us.temerity.pipeline.plugin.MayaCurvesExportAction.v2_4_12.MayaCurvesExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -6179776373413518227L

Serialized Fields

pToExport

TreeMap<K,V> pToExport

pToExportSceneType

TreeMap<K,V> pToExportSceneType

pLocalScenes

TreeMap<K,V> pLocalScenes

pSuffix

TreeMap<K,V> pSuffix

Package us.temerity.pipeline.plugin.MayaDLRenderAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaDLRenderAction.v2_2_1.MayaDLRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: 237923057690974328L


Package us.temerity.pipeline.plugin.MayaDLShaderExportAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaDLShaderExportAction.v2_2_1.MayaDLShaderExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -5522969351762485491L


Package us.temerity.pipeline.plugin.MayaEditor.v1_0_0

Class us.temerity.pipeline.plugin.MayaEditor.v1_0_0.MayaEditor extends SingleEditor implements Serializable

serialVersionUID: 480056724240714359L


Package us.temerity.pipeline.plugin.MayaEditor.v1_1_0

Class us.temerity.pipeline.plugin.MayaEditor.v1_1_0.MayaEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -4813721477507193337L


Package us.temerity.pipeline.plugin.MayaEditor.v2_0_0

Class us.temerity.pipeline.plugin.MayaEditor.v2_0_0.MayaEditor extends SingleEditor implements Serializable

serialVersionUID: -4921105597647706054L


Package us.temerity.pipeline.plugin.MayaEditor.v2_0_10

Class us.temerity.pipeline.plugin.MayaEditor.v2_0_10.MayaEditor extends SingleEditor implements Serializable

serialVersionUID: -7946703346554188617L


Package us.temerity.pipeline.plugin.MayaEditor.v2_0_9

Class us.temerity.pipeline.plugin.MayaEditor.v2_0_9.MayaEditor extends SingleEditor implements Serializable

serialVersionUID: -8248071879927363867L


Package us.temerity.pipeline.plugin.MayaEditor.v2_2_1

Class us.temerity.pipeline.plugin.MayaEditor.v2_2_1.MayaEditor extends BaseEditor implements Serializable

serialVersionUID: 4996841832555124545L


Package us.temerity.pipeline.plugin.MayaEditor.v2_4_1

Class us.temerity.pipeline.plugin.MayaEditor.v2_4_1.MayaEditor extends BaseEditor implements Serializable

serialVersionUID: -7709140617579577950L


Package us.temerity.pipeline.plugin.MayaExportAction.v2_3_10

Class us.temerity.pipeline.plugin.MayaExportAction.v2_3_10.MayaExportAction extends MayaActionUtils implements Serializable

serialVersionUID: 1647951829960892221L


Package us.temerity.pipeline.plugin.MayaExportAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaExportAction.v2_3_4.MayaExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -1027963233690695806L


Package us.temerity.pipeline.plugin.MayaFTNBuildAction.v2_3_1

Class us.temerity.pipeline.plugin.MayaFTNBuildAction.v2_3_1.MayaFTNBuildAction extends MayaActionUtils implements Serializable

serialVersionUID: 7447658623082141057L


Package us.temerity.pipeline.plugin.MayaFTNBuildAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaFTNBuildAction.v2_4_1.MayaFTNBuildAction extends MayaActionUtils implements Serializable

serialVersionUID: 5525000250963557724L


Package us.temerity.pipeline.plugin.MayaFTNBuildAction.v2_4_5

Class us.temerity.pipeline.plugin.MayaFTNBuildAction.v2_4_5.MayaFTNBuildAction extends MayaActionUtils implements Serializable

serialVersionUID: -212876204631908735L

Serialized Fields

pTextures

TreeMap<K,V> pTextures

pPsdTextures

TreeSet<E> pPsdTextures

pAnimTextures

TreeSet<E> pAnimTextures

Package us.temerity.pipeline.plugin.MayaIgesExportAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaIgesExportAction.v2_4_1.MayaIgesExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -5459727892592180018L


Package us.temerity.pipeline.plugin.MayaImgCvtAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaImgCvtAction.v2_2_1.MayaImgCvtAction extends PythonActionUtils implements Serializable

serialVersionUID: 526393557539731440L


Package us.temerity.pipeline.plugin.MayaImportAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaImportAction.v2_0_10.MayaImportAction extends BaseAction implements Serializable

serialVersionUID: 4818172794711277869L


Package us.temerity.pipeline.plugin.MayaImportAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaImportAction.v2_0_11.MayaImportAction extends BaseAction implements Serializable

serialVersionUID: 7107626087593538368L


Package us.temerity.pipeline.plugin.MayaImportAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaImportAction.v2_0_9.MayaImportAction extends BaseAction implements Serializable

serialVersionUID: -2546181443413065932L


Package us.temerity.pipeline.plugin.MayaLqExportAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaLqExportAction.v2_0_9.MayaLqExportAction extends BaseAction implements Serializable

serialVersionUID: 7525138567087491948L


Package us.temerity.pipeline.plugin.MayaMakeGeoCacheAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaMakeGeoCacheAction.v2_4_1.MayaMakeGeoCacheAction extends MayaActionUtils implements Serializable

serialVersionUID: 2386274830116068147L


Package us.temerity.pipeline.plugin.MayaMelAction.v1_0_0

Class us.temerity.pipeline.plugin.MayaMelAction.v1_0_0.MayaMelAction extends BaseAction implements Serializable

serialVersionUID: -7221572300671043763L


Package us.temerity.pipeline.plugin.MayaMelAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaMelAction.v2_0_0.MayaMelAction extends BaseAction implements Serializable

serialVersionUID: 1274245138003412803L


Package us.temerity.pipeline.plugin.MayaMelAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaMelAction.v2_0_11.MayaMelAction extends BaseAction implements Serializable

serialVersionUID: -442907818081700317L


Package us.temerity.pipeline.plugin.MayaMelAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaMelAction.v2_0_9.MayaMelAction extends BaseAction implements Serializable

serialVersionUID: -7675658571700008329L


Package us.temerity.pipeline.plugin.MayaMelAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaMelAction.v2_2_1.MayaMelAction extends MayaActionUtils implements Serializable

serialVersionUID: 8661691577988538631L


Package us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_0.MayaMiExportAction extends BaseAction implements Serializable

serialVersionUID: 265894688984755091L


Package us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_10.MayaMiExportAction extends BaseAction implements Serializable

serialVersionUID: -3212649057235728812L


Package us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_11.MayaMiExportAction extends BaseAction implements Serializable

serialVersionUID: 199506752479535127L


Package us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaMiExportAction.v2_0_9.MayaMiExportAction extends BaseAction implements Serializable

serialVersionUID: -3380362339135303428L


Package us.temerity.pipeline.plugin.MayaMiExportAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaMiExportAction.v2_2_1.MayaMiExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -4692676603954543446L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_10.MayaMiShaderAction extends BaseAction implements Serializable

serialVersionUID: 1116177103366360723L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_11.MayaMiShaderAction extends BaseAction implements Serializable

serialVersionUID: 1819212509103978776L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_12

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_12.MayaMiShaderAction extends BaseAction implements Serializable

serialVersionUID: 8418385261092390166L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_13

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_13.MayaMiShaderAction extends BaseAction implements Serializable

serialVersionUID: -2148518649519060833L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_14

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_14.MayaMiShaderAction extends BaseAction implements Serializable

serialVersionUID: -756996643181733350L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_0_9.MayaMiShaderAction extends BaseAction implements Serializable

serialVersionUID: -3204860946654392488L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_2_1.MayaMiShaderAction extends MayaActionUtils implements Serializable

serialVersionUID: -7595539365398372233L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_3_2

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_3_2.MayaMiShaderAction extends MayaActionUtils implements Serializable

serialVersionUID: 4971189759602455128L


Package us.temerity.pipeline.plugin.MayaMiShaderAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaMiShaderAction.v2_3_4.MayaMiShaderAction extends MayaActionUtils implements Serializable

serialVersionUID: -5477619146267186183L


Package us.temerity.pipeline.plugin.MayaMRayInitMELAction.v2_3_5

Class us.temerity.pipeline.plugin.MayaMRayInitMELAction.v2_3_5.MayaMRayInitMELAction extends CommonActionUtils implements Serializable

serialVersionUID: -3481134444538597292L


Package us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_0_10.MayaMRayRenderAction extends BaseAction implements Serializable

serialVersionUID: -2653762414186519695L


Package us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_0_11.MayaMRayRenderAction extends BaseAction implements Serializable

serialVersionUID: 8756899056203195629L


Package us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_0_9.MayaMRayRenderAction extends BaseAction implements Serializable

serialVersionUID: -6255592986035207881L


Package us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaMRayRenderAction.v2_2_1.MayaMRayRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: 7375186586564455944L


Package us.temerity.pipeline.plugin.MayaMxsExportAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaMxsExportAction.v2_0_0.MayaMxsExportAction extends BaseAction implements Serializable

serialVersionUID: 441870473392698747L


Package us.temerity.pipeline.plugin.MayaNoRefEditor.v2_2_1

Class us.temerity.pipeline.plugin.MayaNoRefEditor.v2_2_1.MayaNoRefEditor extends BaseEditor implements Serializable

serialVersionUID: -3370531415497731967L


Package us.temerity.pipeline.plugin.MayaNoRefEditor.v2_4_1

Class us.temerity.pipeline.plugin.MayaNoRefEditor.v2_4_1.MayaNoRefEditor extends BaseEditor implements Serializable

serialVersionUID: -3022438536909553023L


Package us.temerity.pipeline.plugin.MayaObjExportAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaObjExportAction.v2_4_1.MayaObjExportAction extends MayaActionUtils implements Serializable

serialVersionUID: 3034647404233964944L


Package us.temerity.pipeline.plugin.MayaOccMELAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaOccMELAction.v2_3_4.MayaOccMELAction extends CommonActionUtils implements Serializable

serialVersionUID: 7899419781457153464L


Package us.temerity.pipeline.plugin.MayaPartCacheGroupAction.v2_3_10

Class us.temerity.pipeline.plugin.MayaPartCacheGroupAction.v2_3_10.MayaPartCacheGroupAction extends CommonActionUtils implements Serializable

serialVersionUID: 4664945470237586551L


Package us.temerity.pipeline.plugin.MayaProjectEditor.v2_0_10

Class us.temerity.pipeline.plugin.MayaProjectEditor.v2_0_10.MayaProjectEditor extends SingleEditor implements Serializable

serialVersionUID: 471801613159352723L


Package us.temerity.pipeline.plugin.MayaProjectEditor.v2_2_1

Class us.temerity.pipeline.plugin.MayaProjectEditor.v2_2_1.MayaProjectEditor extends BaseEditor implements Serializable

serialVersionUID: -1185879777848928694L


Package us.temerity.pipeline.plugin.MayaProjectEditor.v2_4_1

Class us.temerity.pipeline.plugin.MayaProjectEditor.v2_4_1.MayaProjectEditor extends BaseEditor implements Serializable

serialVersionUID: 4783414032200728532L


Package us.temerity.pipeline.plugin.MayaPygExportAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaPygExportAction.v2_0_0.MayaPygExportAction extends BaseAction implements Serializable

serialVersionUID: 4993201585801212198L


Package us.temerity.pipeline.plugin.MayaReferenceAction.v1_0_0

Class us.temerity.pipeline.plugin.MayaReferenceAction.v1_0_0.MayaReferenceAction extends BaseAction implements Serializable

serialVersionUID: -4751775228919961267L


Package us.temerity.pipeline.plugin.MayaReferenceAction.v1_1_0

Class us.temerity.pipeline.plugin.MayaReferenceAction.v1_1_0.MayaReferenceAction extends BaseAction implements Serializable

serialVersionUID: -4751775228919961268L


Package us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_0.MayaReferenceAction extends BaseAction implements Serializable

serialVersionUID: -7261752388880324338L


Package us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_10.MayaReferenceAction extends BaseAction implements Serializable

serialVersionUID: 1932790132693664097L


Package us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_11.MayaReferenceAction extends BaseAction implements Serializable

serialVersionUID: 1450452157993251522L


Package us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaReferenceAction.v2_0_9.MayaReferenceAction extends BaseAction implements Serializable

serialVersionUID: 865170290796481673L


Package us.temerity.pipeline.plugin.MayaRemoveReferenceTool.v2_0_9

Class us.temerity.pipeline.plugin.MayaRemoveReferenceTool.v2_0_9.MayaRemoveReferenceTool extends BaseTool implements Serializable

serialVersionUID: 427796884989831829L


Package us.temerity.pipeline.plugin.MayaRemoveRefMELAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaRemoveRefMELAction.v2_3_4.MayaRemoveRefMELAction extends CommonActionUtils implements Serializable

serialVersionUID: -1567432131955325102L


Package us.temerity.pipeline.plugin.MayaRemoveRefTool.v2_2_1

Class us.temerity.pipeline.plugin.MayaRemoveRefTool.v2_2_1.MayaRemoveRefTool extends BaseTool implements Serializable

serialVersionUID: 6150569573990409788L

Serialized Fields

pView

String pView
The current working area view name.


pTargetPath

Path pTargetPath
The abstract path to the target Maya scene.


pSourcePaths

TreeMap<K,V> pSourcePaths
The abstract paths to the source Maya scene indexed by source node name.


Package us.temerity.pipeline.plugin.MayaRenderAction.v1_0_0

Class us.temerity.pipeline.plugin.MayaRenderAction.v1_0_0.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: 5401912309053601408L


Package us.temerity.pipeline.plugin.MayaRenderAction.v1_1_0

Class us.temerity.pipeline.plugin.MayaRenderAction.v1_1_0.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: -4375747603098227151L


Package us.temerity.pipeline.plugin.MayaRenderAction.v1_2_0

Class us.temerity.pipeline.plugin.MayaRenderAction.v1_2_0.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: 7574872839083068401L


Package us.temerity.pipeline.plugin.MayaRenderAction.v1_3_0

Class us.temerity.pipeline.plugin.MayaRenderAction.v1_3_0.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: 7574872839083068402L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_0_0.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: 1421239150934264585L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_0_1

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_0_1.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: -9212481544177174670L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_0_4

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_0_4.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: 196335403941129692L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_0_9.MayaRenderAction extends BaseAction implements Serializable

serialVersionUID: 5098527449772225351L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_2_1.MayaRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: 1263426474152735301L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_3_10

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_3_10.MayaRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: -4182839102986900832L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_3_2

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_3_2.MayaRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: -3300748817694685233L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_3_8

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_3_8.MayaRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: -8020043361324450427L

Serialized Fields

pRenderLayers

boolean pRenderLayers

Package us.temerity.pipeline.plugin.MayaRenderAction.v2_4_3

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_4_3.MayaRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: 472998966492199733L


Package us.temerity.pipeline.plugin.MayaRenderAction.v2_4_5

Class us.temerity.pipeline.plugin.MayaRenderAction.v2_4_5.MayaRenderAction extends MayaActionUtils implements Serializable

serialVersionUID: 6720480394023150408L


Package us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v1_0_0

Class us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v1_0_0.MayaRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -6216311731394337147L


Package us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_0_0.MayaRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -8736308079810185513L


Package us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_0_9.MayaRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: 888415834541751127L


Package us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_2_1.MayaRenderGlobalsAction extends CommonActionUtils implements Serializable

serialVersionUID: 6554405729266353868L


Package us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_4_1.MayaRenderGlobalsAction extends CommonActionUtils implements Serializable

serialVersionUID: -1075740167127239931L


Package us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_4_3

Class us.temerity.pipeline.plugin.MayaRenderGlobalsAction.v2_4_3.MayaRenderGlobalsAction extends CommonActionUtils implements Serializable

serialVersionUID: 6135126172872209184L


Package us.temerity.pipeline.plugin.MayaReplaceRefAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaReplaceRefAction.v2_2_1.MayaReplaceRefAction extends MayaActionUtils implements Serializable

serialVersionUID: 2606598485957765617L


Package us.temerity.pipeline.plugin.MayaReRigMELAction.v2_3_3

Class us.temerity.pipeline.plugin.MayaReRigMELAction.v2_3_3.MayaReRigMELAction extends CommonActionUtils implements Serializable

serialVersionUID: 5762268334218205732L


Package us.temerity.pipeline.plugin.MayaResolutionAction.v2_4_1

Class us.temerity.pipeline.plugin.MayaResolutionAction.v2_4_1.MayaResolutionAction extends PythonActionUtils implements Serializable

serialVersionUID: 3652453999853479950L


Package us.temerity.pipeline.plugin.MayaResolutionAction.v2_4_2

Class us.temerity.pipeline.plugin.MayaResolutionAction.v2_4_2.MayaResolutionAction extends PythonActionUtils implements Serializable

serialVersionUID: -375691338398432953L


Package us.temerity.pipeline.plugin.MayaSdExportAction.v2_0_0

Class us.temerity.pipeline.plugin.MayaSdExportAction.v2_0_0.MayaSdExportAction extends BaseAction implements Serializable

serialVersionUID: 8633293605394510170L


Package us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_10

Class us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_10.MayaShaderExportAction extends BaseAction implements Serializable

serialVersionUID: 3257807380413566268L


Package us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_11

Class us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_11.MayaShaderExportAction extends BaseAction implements Serializable

serialVersionUID: -6979474722189559433L


Package us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_12

Class us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_12.MayaShaderExportAction extends BaseAction implements Serializable

serialVersionUID: -3720492818927404238L


Package us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_9

Class us.temerity.pipeline.plugin.MayaShaderExportAction.v2_0_9.MayaShaderExportAction extends BaseAction implements Serializable

serialVersionUID: -1670239630790895450L


Package us.temerity.pipeline.plugin.MayaShaderExportAction.v2_2_1

Class us.temerity.pipeline.plugin.MayaShaderExportAction.v2_2_1.MayaShaderExportAction extends MayaActionUtils implements Serializable

serialVersionUID: 5801808055551457595L


Package us.temerity.pipeline.plugin.MayaShaderExportAction.v2_3_1

Class us.temerity.pipeline.plugin.MayaShaderExportAction.v2_3_1.MayaShaderExportAction extends MayaActionUtils implements Serializable

serialVersionUID: -4636772488389411387L


Package us.temerity.pipeline.plugin.MayaShdCopyMELAction.v2_3_4

Class us.temerity.pipeline.plugin.MayaShdCopyMELAction.v2_3_4.MayaShdCopyMELAction extends CommonActionUtils implements Serializable

serialVersionUID: -5314337235691558249L


Package us.temerity.pipeline.plugin.MayaTextureSyncTool.v1_0_0

Class us.temerity.pipeline.plugin.MayaTextureSyncTool.v1_0_0.MayaTextureSyncTool extends BaseTool implements Serializable

serialVersionUID: -4965831379305113190L

Serialized Fields

pPhase

int pPhase
The phase number.


pView

String pView
The current working area view.


pTextureFormats

ArrayList<E> pTextureFormats
The filename suffixes recognized as textures.


pTargetSceneField

JPathField pTargetSceneField
The node associated with the Maya scene being checked.


pTargetScene

String pTargetScene

pTargetLinkField

JPathField pTargetLinkField
The node on the downstream side of all linked texture nodes being checked.


pTargetLink

String pTargetLink

pRelocatePathField

JPathField pRelocatePathField
The fully resolved working area destination of relocated texture files.


pRelocatePathButton

JButton pRelocatePathButton

pRelocateDialog

JFileSelectDialog pRelocateDialog

pRelocatePath

String pRelocatePath

pTargetSceneID

NodeID pTargetSceneID
Node information for the Target Scene Node.


pTargetSceneStatus

NodeStatus pTargetSceneStatus

pTargetSceneMod

NodeMod pTargetSceneMod

pTargetSceneFile

File pTargetSceneFile

pTargetLinkID

NodeID pTargetLinkID
Node information for the Target Link Node.


pTargetLinkStatus

NodeStatus pTargetLinkStatus

pTargetLinkMod

NodeMod pTargetLinkMod

pTextureFiles

TreeMap<K,V> pTextureFiles
The working area texture files indexed by the validated canonical texture files.


pFileShaders

TreeMap<K,V> pFileShaders
The names of the Maya "File" shaders index by the validated canonical texture files.


pInvalidShaders

TreeMap<K,V> pInvalidShaders
Error messages for the Maya "File" shaders which could not be validated indexed by the names of the shaders.


pWorkingPathFields

TreeMap<K,V> pWorkingPathFields
The working directory fields indexed by the validated canonical texture files.


pNodeTextures

TreeMap<K,V> pNodeTextures
The texture filenames indexed by unique working area IDs of the parent nodes.


pRegisterNodes

TreeSet<E> pRegisterNodes
The unique working area IDs of the nodes which need to be registered.


pRenumberNodes

TreeMap<K,V> pRenumberNodes
The new frame ranges indexed by the unique working area IDs.


pCheckOutNodes

TreeSet<E> pCheckOutNodes
The unique working area IDs of the nodes which need to be checked-out.


pLinkNodes

TreeSet<E> pLinkNodes
The unique working area IDs of the nodes which need to be linked to the target link node (pTargetLink).


pUnlinkNodes

TreeSet<E> pUnlinkNodes
The unique working area IDs of the nodes which need to be unlinked from the target link node (pTargetLink).


pInvalidNodes

TreeMap<K,V> pInvalidNodes
Error messages for the Pipeline nodes which could not be validated indexed by the names of the nodes.


pRegisterFields

TreeMap<K,V> pRegisterFields
The register flags indexed by the unique working area IDs of the node.


pRenumberFields

TreeMap<K,V> pRenumberFields
The renumber flags indexed by the unique working area IDs of the node.


pCheckOutFields

TreeMap<K,V> pCheckOutFields
The check-out flags indexed by the unique working area IDs of the node.


pLinkFields

TreeMap<K,V> pLinkFields
The link flags indexed by the unique working area IDs of the node.


pUnlinkFields

TreeMap<K,V> pUnlinkFields
The unlink flags indexed by the unique working area IDs of the node.


Package us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_0

Class us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_0.MayaTextureSyncTool extends BaseTool implements Serializable

serialVersionUID: 2645047202995702095L

Serialized Fields

pPhase

int pPhase
The phase number.


pView

String pView
The current working area view.


pTextureFormats

ArrayList<E> pTextureFormats
The filename suffixes recognized as textures.


pTargetSceneField

JPathField pTargetSceneField
The node associated with the Maya scene being checked.


pTargetScene

String pTargetScene

pTargetLinkField

JPathField pTargetLinkField
The node on the downstream side of all linked texture nodes being checked.


pTargetLink

String pTargetLink

pRelocatePathField

JPathField pRelocatePathField
The fully resolved working area destination of relocated texture files.


pRelocatePathButton

JButton pRelocatePathButton

pRelocateDialog

JFileSelectDialog pRelocateDialog

pRelocatePath

String pRelocatePath

pTargetSceneID

NodeID pTargetSceneID
Node information for the Target Scene Node.


pTargetSceneStatus

NodeStatus pTargetSceneStatus

pTargetSceneMod

NodeMod pTargetSceneMod

pTargetSceneFile

File pTargetSceneFile

pTargetLinkID

NodeID pTargetLinkID
Node information for the Target Link Node.


pTargetLinkStatus

NodeStatus pTargetLinkStatus

pTargetLinkMod

NodeMod pTargetLinkMod

pTextureFiles

TreeMap<K,V> pTextureFiles
The working area texture files indexed by the validated canonical texture files.


pFileShaders

TreeMap<K,V> pFileShaders
The names of the Maya "File" shaders index by the validated canonical texture files.


pInvalidShaders

TreeMap<K,V> pInvalidShaders
Error messages for the Maya "File" shaders which could not be validated indexed by the names of the shaders.


pWorkingPathFields

TreeMap<K,V> pWorkingPathFields
The working directory fields indexed by the validated canonical texture files.


pNodeTextures

TreeMap<K,V> pNodeTextures
The texture filenames indexed by unique working area IDs of the parent nodes.


pRegisterNodes

TreeSet<E> pRegisterNodes
The unique working area IDs of the nodes which need to be registered.


pRenumberNodes

TreeMap<K,V> pRenumberNodes
The new frame ranges indexed by the unique working area IDs.


pCheckOutNodes

TreeSet<E> pCheckOutNodes
The unique working area IDs of the nodes which need to be checked-out.


pLinkNodes

TreeSet<E> pLinkNodes
The unique working area IDs of the nodes which need to be linked to the target link node (pTargetLink).


pUnlinkNodes

TreeSet<E> pUnlinkNodes
The unique working area IDs of the nodes which need to be unlinked from the target link node (pTargetLink).


pInvalidNodes

TreeMap<K,V> pInvalidNodes
Error messages for the Pipeline nodes which could not be validated indexed by the names of the nodes.


pRegisterFields

TreeMap<K,V> pRegisterFields
The register flags indexed by the unique working area IDs of the node.


pRenumberFields

TreeMap<K,V> pRenumberFields
The renumber flags indexed by the unique working area IDs of the node.


pCheckOutFields

TreeMap<K,V> pCheckOutFields
The check-out flags indexed by the unique working area IDs of the node.


pLinkFields

TreeMap<K,V> pLinkFields
The link flags indexed by the unique working area IDs of the node.


pUnlinkFields

TreeMap<K,V> pUnlinkFields
The unlink flags indexed by the unique working area IDs of the node.


Package us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_10

Class us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_10.MayaTextureSyncTool extends BaseTool implements Serializable

serialVersionUID: -1938310428741290205L

Serialized Fields

pPhase

int pPhase
The phase number.


pView

String pView
The current working area view.


pWorkRoot

String pWorkRoot
The directory prefix path of the current working area view.


pTextureFormats

ArrayList<E> pTextureFormats
The filename suffixes recognized as textures.


pTargetSceneField

JPathField pTargetSceneField
The node associated with the Maya scene being checked.


pTargetScene

String pTargetScene

pTargetLinkField

JPathField pTargetLinkField
The node on the downstream side of all linked texture nodes being checked.


pTargetLink

String pTargetLink

pRelocatePathField

JPathField pRelocatePathField
The fully resolved working area destination of relocated texture files.


pRelocatePathButton

JButton pRelocatePathButton

pRelocateDialog

JFileSelectDialog pRelocateDialog

pRelocatePath

String pRelocatePath

pTargetSceneID

NodeID pTargetSceneID
Node information for the Target Scene Node.


pTargetSceneStatus

NodeStatus pTargetSceneStatus

pTargetSceneMod

NodeMod pTargetSceneMod

pTargetSceneFile

File pTargetSceneFile

pTargetFileType

String pTargetFileType

pTargetLinkID

NodeID pTargetLinkID
Node information for the Target Link Node.


pTargetLinkStatus

NodeStatus pTargetLinkStatus

pTargetLinkMod

NodeMod pTargetLinkMod

pTextureFiles

TreeMap<K,V> pTextureFiles
The working area texture files indexed by the validated canonical texture files.


pFileShaders

TreeMap<K,V> pFileShaders
The names of the Maya "File" shaders index by the validated canonical texture files.


pInvalidShaders

TreeMap<K,V> pInvalidShaders
Error messages for the Maya "File" shaders which could not be validated indexed by the names of the shaders.


pWorkingPathFields

TreeMap<K,V> pWorkingPathFields
The working directory fields indexed by the validated canonical texture files.


pNodeTextures

TreeMap<K,V> pNodeTextures
The texture filenames indexed by unique working area IDs of the parent nodes.


pRegisterNodes

TreeSet<E> pRegisterNodes
The unique working area IDs of the nodes which need to be registered.


pRenumberNodes

TreeMap<K,V> pRenumberNodes
The new frame ranges indexed by the unique working area IDs.


pCheckOutNodes

TreeSet<E> pCheckOutNodes
The unique working area IDs of the nodes which need to be checked-out.


pLinkNodes

TreeSet<E> pLinkNodes
The unique working area IDs of the nodes which need to be linked to the target link node (pTargetLink).


pUnlinkNodes

TreeSet<E> pUnlinkNodes
The unique working area IDs of the nodes which need to be unlinked from the target link node (pTargetLink).


pInvalidNodes

TreeMap<K,V> pInvalidNodes
Error messages for the Pipeline nodes which could not be validated indexed by the names of the nodes.


pRegisterFields

TreeMap<K,V> pRegisterFields
The register flags indexed by the unique working area IDs of the node.


pRenumberFields

TreeMap<K,V> pRenumberFields
The renumber flags indexed by the unique working area IDs of the node.


pCheckOutFields

TreeMap<K,V> pCheckOutFields
The check-out flags indexed by the unique working area IDs of the node.


pLinkFields

TreeMap<K,V> pLinkFields
The link flags indexed by the unique working area IDs of the node.


pUnlinkFields

TreeMap<K,V> pUnlinkFields
The unlink flags indexed by the unique working area IDs of the node.


Package us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_11

Class us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_11.MayaTextureSyncTool extends BaseTool implements Serializable

serialVersionUID: -1938310428741290206L

Serialized Fields

pPhase

int pPhase
The phase number.


pView

String pView
The current working area view.


pWorkRoot

String pWorkRoot
The directory prefix path of the current working area view.


pTextureFormats

ArrayList<E> pTextureFormats
The filename suffixes recognized as textures.


pTargetSceneField

JPathField pTargetSceneField
The node associated with the Maya scene being checked.


pTargetScene

String pTargetScene

pTargetLinkField

JPathField pTargetLinkField
The node on the downstream side of all linked texture nodes being checked.


pTargetLink

String pTargetLink

pRelocatePathField

JPathField pRelocatePathField
The fully resolved working area destination of relocated texture files.


pRelocatePathButton

JButton pRelocatePathButton

pRelocateDialog

JFileSelectDialog pRelocateDialog

pRelocatePath

String pRelocatePath

pTargetSceneID

NodeID pTargetSceneID
Node information for the Target Scene Node.


pTargetSceneStatus

NodeStatus pTargetSceneStatus

pTargetSceneMod

NodeMod pTargetSceneMod

pTargetSceneFile

File pTargetSceneFile

pTargetFileType

String pTargetFileType

pTargetFullName

Path pTargetFullName

pTargetLinkID

NodeID pTargetLinkID
Node information for the Target Link Node.


pTargetLinkStatus

NodeStatus pTargetLinkStatus

pTargetLinkMod

NodeMod pTargetLinkMod

pTextureFiles

TreeMap<K,V> pTextureFiles
The working area texture files indexed by the validated canonical texture files.


pFileShaders

TreeMap<K,V> pFileShaders
The names of the Maya "File" shaders index by the validated canonical texture files.


pInvalidShaders

TreeMap<K,V> pInvalidShaders
Error messages for the Maya "File" shaders which could not be validated indexed by the names of the shaders.


pWorkingPathFields

TreeMap<K,V> pWorkingPathFields
The working directory fields indexed by the validated canonical texture files.


pNodeTextures

TreeMap<K,V> pNodeTextures
The texture filenames indexed by unique working area IDs of the parent nodes.


pNodeLocalVersions

TreeMap<K,V> pNodeLocalVersions
The NodeMods of the texture filenames indexed by the unique working area IDs of the parent nodes.


pFileToNodeID

TreeMap<K,V> pFileToNodeID
The NodeIDs of the texture filenames indexed by the texture files.


pRegisterNodes

TreeSet<E> pRegisterNodes
The unique working area IDs of the nodes which need to be registered.


pRenumberNodes

TreeMap<K,V> pRenumberNodes
The new frame ranges indexed by the unique working area IDs.


pCheckOutNodes

TreeSet<E> pCheckOutNodes
The unique working area IDs of the nodes which need to be checked-out.


pLinkNodes

TreeSet<E> pLinkNodes
The unique working area IDs of the nodes which need to be linked to the target link node (pTargetLink).


pUnlinkNodes

TreeSet<E> pUnlinkNodes
The unique working area IDs of the nodes which need to be unlinked from the target link node (pTargetLink).


pInvalidNodes

TreeMap<K,V> pInvalidNodes
Error messages for the Pipeline nodes which could not be validated indexed by the names of the nodes.


pRegisterFields

TreeMap<K,V> pRegisterFields
The register flags indexed by the unique working area IDs of the node.


pRenumberFields

TreeMap<K,V> pRenumberFields
The renumber flags indexed by the unique working area IDs of the node.


pCheckOutFields

TreeMap<K,V> pCheckOutFields
The check-out flags indexed by the unique working area IDs of the node.


pLinkFields

TreeMap<K,V> pLinkFields
The link flags indexed by the unique working area IDs of the node.


pUnlinkFields

TreeMap<K,V> pUnlinkFields
The unlink flags indexed by the unique working area IDs of the node.


pCopyFields

TreeMap<K,V> pCopyFields
The copy flags indexed by the unique working area IDs of the node.


Package us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_9

Class us.temerity.pipeline.plugin.MayaTextureSyncTool.v2_0_9.MayaTextureSyncTool extends BaseTool implements Serializable

serialVersionUID: -1938310428741290204L

Serialized Fields

pPhase

int pPhase
The phase number.


pView

String pView
The current working area view.


pWorkRoot

String pWorkRoot
The directory prefix path of the current working area view.


pTextureFormats

ArrayList<E> pTextureFormats
The filename suffixes recognized as textures.


pTargetSceneField

JPathField pTargetSceneField
The node associated with the Maya scene being checked.


pTargetScene

String pTargetScene

pTargetLinkField

JPathField pTargetLinkField
The node on the downstream side of all linked texture nodes being checked.


pTargetLink

String pTargetLink

pRelocatePathField

JPathField pRelocatePathField
The fully resolved working area destination of relocated texture files.


pRelocatePathButton

JButton pRelocatePathButton

pRelocateDialog

JFileSelectDialog pRelocateDialog

pRelocatePath

String pRelocatePath

pTargetSceneID

NodeID pTargetSceneID
Node information for the Target Scene Node.


pTargetSceneStatus

NodeStatus pTargetSceneStatus

pTargetSceneMod

NodeMod pTargetSceneMod

pTargetSceneFile

File pTargetSceneFile

pTargetFileType

String pTargetFileType

pTargetLinkID

NodeID pTargetLinkID
Node information for the Target Link Node.


pTargetLinkStatus

NodeStatus pTargetLinkStatus

pTargetLinkMod

NodeMod pTargetLinkMod

pTextureFiles

TreeMap<K,V> pTextureFiles
The working area texture files indexed by the validated canonical texture files.


pFileShaders

TreeMap<K,V> pFileShaders
The names of the Maya "File" shaders index by the validated canonical texture files.


pInvalidShaders

TreeMap<K,V> pInvalidShaders
Error messages for the Maya "File" shaders which could not be validated indexed by the names of the shaders.


pWorkingPathFields

TreeMap<K,V> pWorkingPathFields
The working directory fields indexed by the validated canonical texture files.


pNodeTextures

TreeMap<K,V> pNodeTextures
The texture filenames indexed by unique working area IDs of the parent nodes.


pRegisterNodes

TreeSet<E> pRegisterNodes
The unique working area IDs of the nodes which need to be registered.


pRenumberNodes

TreeMap<K,V> pRenumberNodes
The new frame ranges indexed by the unique working area IDs.


pCheckOutNodes

TreeSet<E> pCheckOutNodes
The unique working area IDs of the nodes which need to be checked-out.


pLinkNodes

TreeSet<E> pLinkNodes
The unique working area IDs of the nodes which need to be linked to the target link node (pTargetLink).


pUnlinkNodes

TreeSet<E> pUnlinkNodes
The unique working area IDs of the nodes which need to be unlinked from the target link node (pTargetLink).


pInvalidNodes

TreeMap<K,V> pInvalidNodes
Error messages for the Pipeline nodes which could not be validated indexed by the names of the nodes.


pRegisterFields

TreeMap<K,V> pRegisterFields
The register flags indexed by the unique working area IDs of the node.


pRenumberFields

TreeMap<K,V> pRenumberFields
The renumber flags indexed by the unique working area IDs of the node.


pCheckOutFields

TreeMap<K,V> pCheckOutFields
The check-out flags indexed by the unique working area IDs of the node.


pLinkFields

TreeMap<K,V> pLinkFields
The link flags indexed by the unique working area IDs of the node.


pUnlinkFields

TreeMap<K,V> pUnlinkFields
The unlink flags indexed by the unique working area IDs of the node.


Package us.temerity.pipeline.plugin.MPlayEditor.v1_0_0

Class us.temerity.pipeline.plugin.MPlayEditor.v1_0_0.MPlayEditor extends BaseEditor implements Serializable

serialVersionUID: 5745249168281577899L


Package us.temerity.pipeline.plugin.MPlayEditor.v2_0_0

Class us.temerity.pipeline.plugin.MPlayEditor.v2_0_0.MPlayEditor extends BaseEditor implements Serializable

serialVersionUID: -1745711343365304575L


Package us.temerity.pipeline.plugin.MPlayEditor.v2_0_9

Class us.temerity.pipeline.plugin.MPlayEditor.v2_0_9.MPlayEditor extends BaseEditor implements Serializable

serialVersionUID: 384490476774363786L


Package us.temerity.pipeline.plugin.MPlayEditor.v2_2_1

Class us.temerity.pipeline.plugin.MPlayEditor.v2_2_1.MPlayEditor extends SimpleEditor implements Serializable

serialVersionUID: -6433329401927001021L


Package us.temerity.pipeline.plugin.MRayAddTexturesTool.v2_2_1

Class us.temerity.pipeline.plugin.MRayAddTexturesTool.v2_2_1.MRayAddTexturesTool extends BaseTool implements Serializable

serialVersionUID: 2035583670674887039L

Serialized Fields

pImageSuffixes

ArrayList<E> pImageSuffixes
The supported source image filename suffixes.


pActiveToolsets

TreeSet<E> pActiveToolsets
The names of the active, default and selected toolsets.


pDefaultToolset

String pDefaultToolset

pToolset

String pToolset

pAuthor

String pAuthor
The current working area view.


pView

String pView

pTextureGroup

Path pTextureGroup
Fully qualified name of the texture grouping node as a path or null if none was selected.


pTextureFormat

String pTextureFormat
Common MRayTexture Action parameters


pTexelLayout

String pTexelLayout

pByteOrder

String pByteOrder

pImageVersions

TreeMap<K,V> pImageVersions
The working versions of source image nodes indexed by the node names.

Unregistered nodes are NOT included in this table.


pImageSeqs

TreeMap<K,V> pImageSeqs
The source image file sequences indexed by the image node names.

Unregistered nodes ARE included in this table.


pWarnings

String pWarnings
Node registration and linking warning messages.


Package us.temerity.pipeline.plugin.MRayCamOverrideAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayCamOverrideAction.v2_0_9.MRayCamOverrideAction extends BaseAction implements Serializable

serialVersionUID: -6885774243792243629L


Package us.temerity.pipeline.plugin.MRayCamOverrideAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayCamOverrideAction.v2_2_1.MRayCamOverrideAction extends CommonActionUtils implements Serializable

serialVersionUID: -3830473738863473925L


Package us.temerity.pipeline.plugin.MRayInstGroupAction.v2_0_10

Class us.temerity.pipeline.plugin.MRayInstGroupAction.v2_0_10.MRayInstGroupAction extends BaseAction implements Serializable

serialVersionUID: -1743719262350206598L

Serialized Fields

renderStateParam

String renderStateParam

includeParam

String includeParam

Package us.temerity.pipeline.plugin.MRayInstGroupAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayInstGroupAction.v2_0_9.MRayInstGroupAction extends BaseAction implements Serializable

serialVersionUID: -1743719262350206597L

Serialized Fields

renderStateParam

String renderStateParam

includeParam

String includeParam

Package us.temerity.pipeline.plugin.MRayInstGroupAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayInstGroupAction.v2_2_1.MRayInstGroupAction extends PythonActionUtils implements Serializable

serialVersionUID: 7563470325601433696L

Serialized Fields

aGenerateRender

String aGenerateRender

aGenerateIncludes

String aGenerateIncludes

Package us.temerity.pipeline.plugin.MRayInstGroupAction.v2_3_2

Class us.temerity.pipeline.plugin.MRayInstGroupAction.v2_3_2.MRayInstGroupAction extends PythonActionUtils implements Serializable

serialVersionUID: -3185853602446551715L

Serialized Fields

aInstanceList

String aInstanceList

aListType

String aListType

aVisible

String aVisible

aShadow

String aShadow

aShadowMode

String aShadowMode

aShadowMap

String aShadowMap

aTrace

String aTrace

aFace

String aFace

aVisibleInReflect

String aVisibleInReflect

aHasReflections

String aHasReflections

aVisibleInRefract

String aVisibleInRefract

aHasRefractions

String aHasRefractions

aVisibleInTransp

String aVisibleInTransp

aHasTransparency

String aHasTransparency

aVisibleInFinalG

String aVisibleInFinalG

aHasFinalGather

String aHasFinalGather

aCastCaustics

String aCastCaustics

aReceiveCaustics

String aReceiveCaustics

aCausticInteract

String aCausticInteract

aCastGI

String aCastGI

aReceiveGI

String aReceiveGI

aGIInteract

String aGIInteract

Package us.temerity.pipeline.plugin.MRayMakeShaderAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayMakeShaderAction.v2_0_9.MRayMakeShaderAction extends BaseAction implements Serializable

serialVersionUID: -1967016229365629084L


Package us.temerity.pipeline.plugin.MRayMakeShaderAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayMakeShaderAction.v2_2_1.MRayMakeShaderAction extends CommonActionUtils implements Serializable

serialVersionUID: -7965136307489712985L


Package us.temerity.pipeline.plugin.MRayOptionsAction.v2_3_5

Class us.temerity.pipeline.plugin.MRayOptionsAction.v2_3_5.MRayOptionsAction extends CommonActionUtils implements Serializable

serialVersionUID: -8860352635127568020L


Package us.temerity.pipeline.plugin.MRayOptionsAction.v2_4_3

Class us.temerity.pipeline.plugin.MRayOptionsAction.v2_4_3.MRayOptionsAction extends CommonActionUtils implements Serializable

serialVersionUID: -2409466388242444908L


Package us.temerity.pipeline.plugin.MRayRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.MRayRenderAction.v2_0_0.MRayRenderAction extends BaseAction implements Serializable

serialVersionUID: 7064904024883001175L


Package us.temerity.pipeline.plugin.MRayRenderAction.v2_0_10

Class us.temerity.pipeline.plugin.MRayRenderAction.v2_0_10.MRayRenderAction extends BaseAction implements Serializable

serialVersionUID: 2862127392931902720L


Package us.temerity.pipeline.plugin.MRayRenderAction.v2_0_14

Class us.temerity.pipeline.plugin.MRayRenderAction.v2_0_14.MRayRenderAction extends BaseAction implements Serializable

serialVersionUID: -4357762263546746060L


Package us.temerity.pipeline.plugin.MRayRenderAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayRenderAction.v2_0_9.MRayRenderAction extends BaseAction implements Serializable

serialVersionUID: 2862127392931902719L


Package us.temerity.pipeline.plugin.MRayRenderAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayRenderAction.v2_2_1.MRayRenderAction extends MRayActionUtils implements Serializable

serialVersionUID: -7437865149118913353L

Serialized Fields

sOptionsPattern

Pattern sOptionsPattern

sInstGroupPattern

Pattern sInstGroupPattern

sInstancePattern

Pattern sInstancePattern

sCameraPattern

Pattern sCameraPattern

Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v1_0_0

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v1_0_0.MRayRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -6216311731394337148L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v1_1_0

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v1_1_0.MRayRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -6216311731394337149L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v1_2_0

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v1_2_0.MRayRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -6216311731394337150L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_0_0

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_0_0.MRayRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: -539818250460223624L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_0_1

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_0_1.MRayRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: 9066772163789063801L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_0_9.MRayRenderGlobalsAction extends BaseAction implements Serializable

serialVersionUID: 5338460193682135939L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_2_1.MRayRenderGlobalsAction extends CommonActionUtils implements Serializable

serialVersionUID: -7534841812204404785L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_4_1

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_4_1.MRayRenderGlobalsAction extends CommonActionUtils implements Serializable

serialVersionUID: -1199181485305987683L


Package us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_4_3

Class us.temerity.pipeline.plugin.MRayRenderGlobalsAction.v2_4_3.MRayRenderGlobalsAction extends CommonActionUtils implements Serializable

serialVersionUID: -7887483141312167689L


Package us.temerity.pipeline.plugin.MRayShaderAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayShaderAction.v2_0_9.MRayShaderAction extends BaseAction implements Serializable

serialVersionUID: -5712631014359798425L


Package us.temerity.pipeline.plugin.MRayShaderAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayShaderAction.v2_2_1.MRayShaderAction extends PythonActionUtils implements Serializable

serialVersionUID: -1407560999833266134L


Package us.temerity.pipeline.plugin.MRayShaderIncludeAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayShaderIncludeAction.v2_0_9.MRayShaderIncludeAction extends BaseAction implements Serializable

serialVersionUID: 8524206833958161080L


Package us.temerity.pipeline.plugin.MRayShaderIncludeAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayShaderIncludeAction.v2_2_1.MRayShaderIncludeAction extends PythonActionUtils implements Serializable

serialVersionUID: 3276762731707682630L


Package us.temerity.pipeline.plugin.MRayTextureAction.v2_0_9

Class us.temerity.pipeline.plugin.MRayTextureAction.v2_0_9.MRayTextureAction extends BaseAction implements Serializable

serialVersionUID: -6670793744271871957L


Package us.temerity.pipeline.plugin.MRayTextureAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayTextureAction.v2_2_1.MRayTextureAction extends PythonActionUtils implements Serializable

serialVersionUID: -7117525167366555106L


Package us.temerity.pipeline.plugin.MRayTexturePackAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayTexturePackAction.v2_2_1.MRayTexturePackAction extends CommonActionUtils implements Serializable

serialVersionUID: 5085305062156511493L


Package us.temerity.pipeline.plugin.MRayTextureUnpackAction.v2_2_1

Class us.temerity.pipeline.plugin.MRayTextureUnpackAction.v2_2_1.MRayTextureUnpackAction extends PythonActionUtils implements Serializable

serialVersionUID: -5762901764057742718L


Package us.temerity.pipeline.plugin.MultipleLinkTool.v2_3_15

Class us.temerity.pipeline.plugin.MultipleLinkTool.v2_3_15.MultipleLinkTool extends BaseTool implements Serializable

serialVersionUID: 7072709886305699093L

Serialized Fields

pPolicyField

JCollectionField pPolicyField
The link policy field.


pRelationshipField

JCollectionField pRelationshipField
The link relationship field.


pOffsetField

JIntegerField pOffsetField
The frame offset field.


Package us.temerity.pipeline.plugin.MultipleRenameTool.v2_4_3

Class us.temerity.pipeline.plugin.MultipleRenameTool.v2_4_3.MultipleRenameTool extends CommonToolUtils implements Serializable

serialVersionUID: -2158954294283299178L

Serialized Fields

pUser

String pUser

pView

String pView

pOldPattern

JTextField pOldPattern

pNewPattern

JTextField pNewPattern

Package us.temerity.pipeline.plugin.MultipleRenumberTool.v2_4_3

Class us.temerity.pipeline.plugin.MultipleRenumberTool.v2_4_3.MultipleRenumberTool extends BaseTool implements Serializable

serialVersionUID: 4795736099587842138L

Serialized Fields

pStartFrameField

JIntegerField pStartFrameField
New frame range info.


pStartFrame

int pStartFrame

pEndFrameField

JIntegerField pEndFrameField

pEndFrame

int pEndFrame

pByFrameField

JIntegerField pByFrameField

pByFrame

int pByFrame

pIsByEnabled

boolean pIsByEnabled

pRemoveFilesField

JBooleanField pRemoveFilesField

pRemoveFiles

boolean pRemoveFiles

pOrigFrameRange

FrameRange pOrigFrameRange

pTargetFrameRange

FrameRange pTargetFrameRange
New frame range.


Package us.temerity.pipeline.plugin.MultipleTaskSetTool.v2_4_1

Class us.temerity.pipeline.plugin.MultipleTaskSetTool.v2_4_1.MultipleTaskSetTool extends TaskToolUtils implements Serializable

serialVersionUID: 9199051032304433821L

Serialized Fields

pTaskTypeChoices

ArrayList<E> pTaskTypeChoices

pPlug

PluginMgrClient pPlug

pProjectField

JTextField pProjectField

pTaskNameField

JTextField pTaskNameField

pCustomTaskTypeField

JTextField pCustomTaskTypeField

pEntityField

JCollectionField pEntityField

pTaskTypeField

JCollectionField pTaskTypeField

pNewAnnots

TreeSet<E> pNewAnnots

pMasterFocus

String pMasterFocus

pNewAnnotsPurpose

TreeMap<K,V> pNewAnnotsPurpose

Package us.temerity.pipeline.plugin.NEditEditor.v2_2_1

Class us.temerity.pipeline.plugin.NEditEditor.v2_2_1.NEditEditor extends SimpleEditor implements Serializable

serialVersionUID: 407307586176988554L


Package us.temerity.pipeline.plugin.NodeNameKeyChooser.v2_3_15

Class us.temerity.pipeline.plugin.NodeNameKeyChooser.v2_3_15.NodeNameKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: 7259431222116200839L


Package us.temerity.pipeline.plugin.NodeNameKeyChooser.v2_4_6

Class us.temerity.pipeline.plugin.NodeNameKeyChooser.v2_4_6.NodeNameKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: -2633678176956143628L


Package us.temerity.pipeline.plugin.NodeNoteAnnotation.v2_3_14

Class us.temerity.pipeline.plugin.NodeNoteAnnotation.v2_3_14.NodeNoteAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 8690038250725548028L


Package us.temerity.pipeline.plugin.NodeNoteTool.v2_3_14

Class us.temerity.pipeline.plugin.NodeNoteTool.v2_3_14.NodeNoteTool extends BaseTool implements Serializable

serialVersionUID: 2173660970735599054L

Serialized Fields

pAnnotation

BaseAnnotation pAnnotation

pTextArea

JTextArea pTextArea

Package us.temerity.pipeline.plugin.NukeAddSourceTool.v2_3_4

Class us.temerity.pipeline.plugin.NukeAddSourceTool.v2_3_4.NukeAddSourceTool extends BaseTool implements Serializable

serialVersionUID: 7264503705741397535L

Serialized Fields

pView

String pView
The current working area view name.


pNukeScriptPath

Path pNukeScriptPath
The abstract path to the target Nuke script.


pSourceSeqs

MappedLinkedList<K,V> pSourceSeqs
The source sequences indexed by source node name.


pNodeNameFields

TreeMap<K,V> pNodeNameFields
The name space text fields indexed by source node name.


pPremultFields

TreeMap<K,V> pPremultFields
The premult fields indexed by sequence.


pImageFormats

ArrayList<E> pImageFormats
The filename suffixes recognized as images.


Package us.temerity.pipeline.plugin.NukeBuildAction.v2_3_4

Class us.temerity.pipeline.plugin.NukeBuildAction.v2_3_4.NukeBuildAction extends NukeActionUtils implements Serializable

serialVersionUID: 1622629414069115214L


Package us.temerity.pipeline.plugin.NukeCatCompAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeCatCompAction.v2_4_1.NukeCatCompAction extends NukeActionUtils implements Serializable

serialVersionUID: 2501738897525741471L


Package us.temerity.pipeline.plugin.NukeCatCompAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeCatCompAction.v2_4_2.NukeCatCompAction extends NukeActionUtils implements Serializable

serialVersionUID: 3655840074355547410L


Package us.temerity.pipeline.plugin.NukeCatCompAction.v2_4_3

Class us.temerity.pipeline.plugin.NukeCatCompAction.v2_4_3.NukeCatCompAction extends NukeActionUtils implements Serializable

serialVersionUID: 6218769338307794469L


Package us.temerity.pipeline.plugin.NukeCompAction.v2_2_1

Class us.temerity.pipeline.plugin.NukeCompAction.v2_2_1.NukeCompAction extends NukeActionUtils implements Serializable

serialVersionUID: -7751545281132044742L


Package us.temerity.pipeline.plugin.NukeDiffComparator.v2_2_1

Class us.temerity.pipeline.plugin.NukeDiffComparator.v2_2_1.NukeDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -4928019844674467033L


Package us.temerity.pipeline.plugin.NukeEditor.v2_2_1

Class us.temerity.pipeline.plugin.NukeEditor.v2_2_1.NukeEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 6681279688714061174L


Package us.temerity.pipeline.plugin.NukeEditor.v2_4_3

Class us.temerity.pipeline.plugin.NukeEditor.v2_4_3.NukeEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 3490970210489767361L


Package us.temerity.pipeline.plugin.NukeExtractAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeExtractAction.v2_4_1.NukeExtractAction extends NukeActionUtils implements Serializable

serialVersionUID: -5515331307231488310L


Package us.temerity.pipeline.plugin.NukeFrameCyclerEditor.v2_2_1

Class us.temerity.pipeline.plugin.NukeFrameCyclerEditor.v2_2_1.NukeFrameCyclerEditor extends BaseEditor implements Serializable

serialVersionUID: -3479250668021781442L


Package us.temerity.pipeline.plugin.NukeFrameCyclerEditor.v2_4_1

Class us.temerity.pipeline.plugin.NukeFrameCyclerEditor.v2_4_1.NukeFrameCyclerEditor extends BaseEditor implements Serializable

serialVersionUID: -8089782668211357049L


Package us.temerity.pipeline.plugin.NukeMakeHDRAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeMakeHDRAction.v2_4_1.NukeMakeHDRAction extends NukeActionUtils implements Serializable

serialVersionUID: -3393308960040001410L


Package us.temerity.pipeline.plugin.NukeMakeHDRAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeMakeHDRAction.v2_4_2.NukeMakeHDRAction extends NukeActionUtils implements Serializable

serialVersionUID: -3393308960040001411L


Package us.temerity.pipeline.plugin.NukeQtAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeQtAction.v2_4_1.NukeQtAction extends NukeActionUtils implements Serializable

serialVersionUID: 5731109898295689138L


Package us.temerity.pipeline.plugin.NukeQtAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeQtAction.v2_4_2.NukeQtAction extends NukeActionUtils implements Serializable

serialVersionUID: 5731109898295689139L


Package us.temerity.pipeline.plugin.NukeQtAction.v2_4_3

Class us.temerity.pipeline.plugin.NukeQtAction.v2_4_3.NukeQtAction extends NukeActionUtils implements Serializable

serialVersionUID: 3046252249720343673L

Serialized Fields

pCodecs

TreeMap<K,V> pCodecs
A table of QuickTime codec 4-character codes indexed by a more human readable name. Before Nuke-4.8, the file format contained the human readable names but now cotains the 4-character codec names. This table allows us to present the human readable names to the users while doing the Nuke version specific right thing underneath.


Package us.temerity.pipeline.plugin.NukeReadAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeReadAction.v2_4_1.NukeReadAction extends NukeActionUtils implements Serializable

serialVersionUID: 7045430351907751891L


Package us.temerity.pipeline.plugin.NukeReadAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeReadAction.v2_4_2.NukeReadAction extends NukeActionUtils implements Serializable

serialVersionUID: -6549732981179384042L


Package us.temerity.pipeline.plugin.NukeReadAction.v2_4_3

Class us.temerity.pipeline.plugin.NukeReadAction.v2_4_3.NukeReadAction extends NukeActionUtils implements Serializable

serialVersionUID: 3019129806045752714L


Package us.temerity.pipeline.plugin.NukeReformatAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeReformatAction.v2_4_1.NukeReformatAction extends PythonActionUtils implements Serializable

serialVersionUID: -7111232249301645301L


Package us.temerity.pipeline.plugin.NukeReformatAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeReformatAction.v2_4_2.NukeReformatAction extends PythonActionUtils implements Serializable

serialVersionUID: -4414085432884796176L


Package us.temerity.pipeline.plugin.NukeRescaleAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeRescaleAction.v2_4_1.NukeRescaleAction extends NukeActionUtils implements Serializable

serialVersionUID: -5549649941735853259L


Package us.temerity.pipeline.plugin.NukeRescaleAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeRescaleAction.v2_4_2.NukeRescaleAction extends NukeActionUtils implements Serializable

serialVersionUID: 1234057653161328965L


Package us.temerity.pipeline.plugin.NukeSourceSyncTool.v2_3_4

Class us.temerity.pipeline.plugin.NukeSourceSyncTool.v2_3_4.NukeSourceSyncTool extends BaseTool implements Serializable

serialVersionUID: -6507466134771101920L

Serialized Fields

pPhase

int pPhase
The phase number.


pView

String pView
The current working area view.


pWorkRoot

String pWorkRoot
The directory prefix path of the current working area view.


pImageFormats

ArrayList<E> pImageFormats
The filename suffixes recognized as images.


pSequences

TreeMap<K,V> pSequences
Collection of all info for all sequences


pTargetScript

String pTargetScript
The node associated with the Maya scene being checked.


pTargetScriptField

JPathField pTargetScriptField

pRelocatePath

String pRelocatePath
The fully resolved working area destination of relocated sequences.


pRelocatePathField

JPathField pRelocatePathField

pRelocateDialog

JFileSelectDialog pRelocateDialog

pTargetScriptID

NodeID pTargetScriptID
Node information for the Target Nuke Script Node.


pTargetScriptStatus

NodeStatus pTargetScriptStatus

pTargetScriptMod

NodeMod pTargetScriptMod

pTargetScriptFile

File pTargetScriptFile

pTargetFileType

String pTargetFileType

pTargetFullName

Path pTargetFullName

pWorkingPathFields

TreeMap<K,V> pWorkingPathFields
The working directory fields indexed by sequence.


pUnlinkNodes

TreeSet<E> pUnlinkNodes
The unique working area IDs of the nodes which need to be unlinked from the target link node (pTarge).


pInvalidNodes

TreeMap<K,V> pInvalidNodes
Error messages for the Pipeline nodes which could not be validated indexed by the names of the nodes.


pRegisterFields

TreeMap<K,V> pRegisterFields
The register flags indexed by the unique working area IDs of the node.


pRenumberFields

TreeMap<K,V> pRenumberFields
The renumber flags indexed by the unique working area IDs of the node.


pCheckOutFields

TreeMap<K,V> pCheckOutFields
The check-out flags indexed by the unique working area IDs of the node.


pLinkFields

TreeMap<K,V> pLinkFields
The link flags indexed by the unique working area IDs of the node.


pUnlinkFields

TreeMap<K,V> pUnlinkFields
The unlink flags indexed by the unique working area IDs of the node.


tempOutput

PrintWriter tempOutput

Package us.temerity.pipeline.plugin.NukeSubstCompAction.v2_4_1

Class us.temerity.pipeline.plugin.NukeSubstCompAction.v2_4_1.NukeSubstCompAction extends NukeActionUtils implements Serializable

serialVersionUID: -8519741946724620920L


Package us.temerity.pipeline.plugin.NukeSubstCompAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeSubstCompAction.v2_4_2.NukeSubstCompAction extends NukeActionUtils implements Serializable

serialVersionUID: -9042561844095041171L


Package us.temerity.pipeline.plugin.NukeSubstCompAction.v2_4_3

Class us.temerity.pipeline.plugin.NukeSubstCompAction.v2_4_3.NukeSubstCompAction extends NukeActionUtils implements Serializable

serialVersionUID: 8068631768184378027L


Package us.temerity.pipeline.plugin.NukeThumbnailAction.v2_3_6

Class us.temerity.pipeline.plugin.NukeThumbnailAction.v2_3_6.NukeThumbnailAction extends NukeActionUtils implements Serializable

serialVersionUID: 4550814638289129942L


Package us.temerity.pipeline.plugin.NukeThumbnailAction.v2_4_2

Class us.temerity.pipeline.plugin.NukeThumbnailAction.v2_4_2.NukeThumbnailAction extends NukeActionUtils implements Serializable

serialVersionUID: -8783247176363796620L


Package us.temerity.pipeline.plugin.NukeThumbnailAction.v2_4_3

Class us.temerity.pipeline.plugin.NukeThumbnailAction.v2_4_3.NukeThumbnailAction extends NukeActionUtils implements Serializable

serialVersionUID: 6240966446209065554L


Package us.temerity.pipeline.plugin.NukeViewerEditor.v2_2_1

Class us.temerity.pipeline.plugin.NukeViewerEditor.v2_2_1.NukeViewerEditor extends BaseEditor implements Serializable

serialVersionUID: -5067755326994537128L


Package us.temerity.pipeline.plugin.NukeViewerEditor.v2_4_4

Class us.temerity.pipeline.plugin.NukeViewerEditor.v2_4_4.NukeViewerEditor extends BaseEditor implements Serializable

serialVersionUID: -262569300575047968L


Package us.temerity.pipeline.plugin.PatchAction.v1_0_0

Class us.temerity.pipeline.plugin.PatchAction.v1_0_0.PatchAction extends BaseAction implements Serializable

serialVersionUID: 3048548050281964155L


Package us.temerity.pipeline.plugin.PatchAction.v2_0_0

Class us.temerity.pipeline.plugin.PatchAction.v2_0_0.PatchAction extends BaseAction implements Serializable

serialVersionUID: -8622226817942131093L


Package us.temerity.pipeline.plugin.PatternCloneTool.v2_3_1

Class us.temerity.pipeline.plugin.PatternCloneTool.v2_3_1.PatternCloneTool extends BaseTool implements Serializable

serialVersionUID: -8453756469914500074L

Serialized Fields

pUser

String pUser

pView

String pView

pOldPattern

JTextField pOldPattern

pNewPattern

JTextField pNewPattern

pCloneActions

JBooleanField pCloneActions

pCloneLinks

JBooleanField pCloneLinks

pCopyFiles

JBooleanField pCopyFiles

pCopyAnnotations

JBooleanField pCopyAnnotations

Package us.temerity.pipeline.plugin.PhotoshopEditor.v2_0_0

Class us.temerity.pipeline.plugin.PhotoshopEditor.v2_0_0.PhotoshopEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -8073383200419719135L


Package us.temerity.pipeline.plugin.PhotoshopEditor.v2_0_9

Class us.temerity.pipeline.plugin.PhotoshopEditor.v2_0_9.PhotoshopEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -8182572017797722062L


Package us.temerity.pipeline.plugin.PhotoshopEditor.v2_2_1

Class us.temerity.pipeline.plugin.PhotoshopEditor.v2_2_1.PhotoshopEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -7495668801143335233L


Package us.temerity.pipeline.plugin.PhotoshopEditor.v2_3_3

Class us.temerity.pipeline.plugin.PhotoshopEditor.v2_3_3.PhotoshopEditor extends BaseOpenEditor implements Serializable

serialVersionUID: 89859240031931321L


Package us.temerity.pipeline.plugin.PhotoshopEditor.v2_4_1

Class us.temerity.pipeline.plugin.PhotoshopEditor.v2_4_1.PhotoshopEditor extends BaseOpenEditor implements Serializable

serialVersionUID: 4972833496636031573L


Package us.temerity.pipeline.plugin.PRBrickMakeAction.v2_0_0

Class us.temerity.pipeline.plugin.PRBrickMakeAction.v2_0_0.PRBrickMakeAction extends BaseAction implements Serializable

serialVersionUID: 4696711314669440530L


Package us.temerity.pipeline.plugin.PRCatRIBAction.v2_0_0

Class us.temerity.pipeline.plugin.PRCatRIBAction.v2_0_0.PRCatRIBAction extends BaseAction implements Serializable

serialVersionUID: -1962277728371882707L


Package us.temerity.pipeline.plugin.PREnvCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.PREnvCubeAction.v2_0_0.PREnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -3000078982837861129L


Package us.temerity.pipeline.plugin.PREnvMapAction.v2_0_0

Class us.temerity.pipeline.plugin.PREnvMapAction.v2_0_0.PREnvMapAction extends BaseAction implements Serializable

serialVersionUID: -1382135790357055864L


Package us.temerity.pipeline.plugin.PreviewEditor.v1_0_0

Class us.temerity.pipeline.plugin.PreviewEditor.v1_0_0.PreviewEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 8082491926849396497L


Package us.temerity.pipeline.plugin.PreviewEditor.v2_0_0

Class us.temerity.pipeline.plugin.PreviewEditor.v2_0_0.PreviewEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 7444201919287834548L


Package us.temerity.pipeline.plugin.PreviewEditor.v2_0_9

Class us.temerity.pipeline.plugin.PreviewEditor.v2_0_9.PreviewEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -4297702764345810156L


Package us.temerity.pipeline.plugin.PreviewEditor.v2_2_1

Class us.temerity.pipeline.plugin.PreviewEditor.v2_2_1.PreviewEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 3480754323179382092L


Package us.temerity.pipeline.plugin.ProductNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.ProductNodeAnnotation.v2_3_2.ProductNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 7436765361486860344L


Package us.temerity.pipeline.plugin.PRPhotonMapAction.v2_0_0

Class us.temerity.pipeline.plugin.PRPhotonMapAction.v2_0_0.PRPhotonMapAction extends BaseAction implements Serializable

serialVersionUID: 6331708356858436296L


Package us.temerity.pipeline.plugin.PRRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.PRRenderAction.v2_0_0.PRRenderAction extends BaseAction implements Serializable

serialVersionUID: -5526356738469222313L


Package us.temerity.pipeline.plugin.PRShaderAction.v2_0_0

Class us.temerity.pipeline.plugin.PRShaderAction.v2_0_0.PRShaderAction extends BaseAction implements Serializable

serialVersionUID: -3563223568879571069L


Package us.temerity.pipeline.plugin.PRShadowAction.v2_0_0

Class us.temerity.pipeline.plugin.PRShadowAction.v2_0_0.PRShadowAction extends BaseAction implements Serializable

serialVersionUID: 3230202554361895895L


Package us.temerity.pipeline.plugin.PRSubSurfDiffAAction.v2_0_0

Class us.temerity.pipeline.plugin.PRSubSurfDiffAAction.v2_0_0.PRSubSurfDiffAAction extends BaseAction implements Serializable

serialVersionUID: -6151475285354402973L


Package us.temerity.pipeline.plugin.PRSubSurfDiffBAction.v2_0_0

Class us.temerity.pipeline.plugin.PRSubSurfDiffBAction.v2_0_0.PRSubSurfDiffBAction extends BaseAction implements Serializable

serialVersionUID: 892381897846546231L


Package us.temerity.pipeline.plugin.PRSubSurfDiffCAction.v2_0_0

Class us.temerity.pipeline.plugin.PRSubSurfDiffCAction.v2_0_0.PRSubSurfDiffCAction extends BaseAction implements Serializable

serialVersionUID: 9029926567758787240L


Package us.temerity.pipeline.plugin.PRTextureAction.v2_0_0

Class us.temerity.pipeline.plugin.PRTextureAction.v2_0_0.PRTextureAction extends BaseAction implements Serializable

serialVersionUID: -3120702167896418802L


Package us.temerity.pipeline.plugin.PtViewerEditor.v2_0_0

Class us.temerity.pipeline.plugin.PtViewerEditor.v2_0_0.PtViewerEditor extends BaseEditor implements Serializable

serialVersionUID: -3736491033354021447L


Package us.temerity.pipeline.plugin.PtViewerEditor.v2_0_9

Class us.temerity.pipeline.plugin.PtViewerEditor.v2_0_9.PtViewerEditor extends BaseEditor implements Serializable

serialVersionUID: 876798808731523453L


Package us.temerity.pipeline.plugin.PxEnvCubeAction.v2_0_0

Class us.temerity.pipeline.plugin.PxEnvCubeAction.v2_0_0.PxEnvCubeAction extends BaseAction implements Serializable

serialVersionUID: -7623441811283517123L


Package us.temerity.pipeline.plugin.PxEnvMapAction.v2_0_0

Class us.temerity.pipeline.plugin.PxEnvMapAction.v2_0_0.PxEnvMapAction extends BaseAction implements Serializable

serialVersionUID: 1337967616949967338L


Package us.temerity.pipeline.plugin.PxRenderAction.v2_0_0

Class us.temerity.pipeline.plugin.PxRenderAction.v2_0_0.PxRenderAction extends BaseAction implements Serializable

serialVersionUID: 3998363691479413920L


Package us.temerity.pipeline.plugin.PxShaderAction.v2_0_0

Class us.temerity.pipeline.plugin.PxShaderAction.v2_0_0.PxShaderAction extends BaseAction implements Serializable

serialVersionUID: 587441020410233133L


Package us.temerity.pipeline.plugin.PxShadowAction.v2_0_0

Class us.temerity.pipeline.plugin.PxShadowAction.v2_0_0.PxShadowAction extends BaseAction implements Serializable

serialVersionUID: 7212979208157713421L


Package us.temerity.pipeline.plugin.PxTextureAction.v2_0_0

Class us.temerity.pipeline.plugin.PxTextureAction.v2_0_0.PxTextureAction extends BaseAction implements Serializable

serialVersionUID: -3356323997775124572L


Package us.temerity.pipeline.plugin.PythonAction.v2_2_1

Class us.temerity.pipeline.plugin.PythonAction.v2_2_1.PythonAction extends PythonActionUtils implements Serializable

serialVersionUID: 7647346918966305273L


Package us.temerity.pipeline.plugin.QueueStatsExt.v2_1_1

Class us.temerity.pipeline.plugin.QueueStatsExt.v2_1_1.QueueStatsExt extends BaseQueueExt implements Serializable

serialVersionUID: -364826528098694531L


Package us.temerity.pipeline.plugin.QueueStatsExt.v2_4_3

Class us.temerity.pipeline.plugin.QueueStatsExt.v2_4_3.QueueStatsExt extends BaseQueueExt implements Serializable

serialVersionUID: 8015477122748659478L


Package us.temerity.pipeline.plugin.QuickTimeEditor.v2_0_9

Class us.temerity.pipeline.plugin.QuickTimeEditor.v2_0_9.QuickTimeEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 12384861338293821L


Package us.temerity.pipeline.plugin.QuickTimeEditor.v2_2_1

Class us.temerity.pipeline.plugin.QuickTimeEditor.v2_2_1.QuickTimeEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -3808554430300173354L


Package us.temerity.pipeline.plugin.RealFlowEditor.v2_0_0

Class us.temerity.pipeline.plugin.RealFlowEditor.v2_0_0.RealFlowEditor extends SingleEditor implements Serializable

serialVersionUID: -5822353500450772800L


Package us.temerity.pipeline.plugin.RealFlowSimAction.v2_0_0

Class us.temerity.pipeline.plugin.RealFlowSimAction.v2_0_0.RealFlowSimAction extends BaseAction implements Serializable

serialVersionUID: -7433712133406323213L


Package us.temerity.pipeline.plugin.RegisterMapTool.v2_0_10

Class us.temerity.pipeline.plugin.RegisterMapTool.v2_0_10.RegisterMapTool extends BaseTool implements Serializable

serialVersionUID: 7016387231644670394L

Serialized Fields

pTextureFormats

ArrayList<E> pTextureFormats

pTexelValues

ArrayList<E> pTexelValues

pByteOrderValues

ArrayList<E> pByteOrderValues

pOriginalNodes

ArrayList<E> pOriginalNodes

pNewNodes

ArrayList<E> pNewNodes

pToolsets

ArrayList<E> pToolsets

pNewPathField

ArrayList<E> pNewPathField

pNewNameField

ArrayList<E> pNewNameField

pTexelTypeField

JCollectionField pTexelTypeField

pByteOrderField

JCollectionField pByteOrderField

pUser

String pUser

pView

String pView

Package us.temerity.pipeline.plugin.RegisterMapTool.v2_0_9

Class us.temerity.pipeline.plugin.RegisterMapTool.v2_0_9.RegisterMapTool extends BaseTool implements Serializable

serialVersionUID: 7016387231644670393L

Serialized Fields

pTextureFormats

ArrayList<E> pTextureFormats

pOriginalNodes

ArrayList<E> pOriginalNodes

pNewNodes

ArrayList<E> pNewNodes

pToolsets

ArrayList<E> pToolsets

pNewPathField

ArrayList<E> pNewPathField

pNewNameField

ArrayList<E> pNewNameField

pUser

String pUser

pView

String pView

Package us.temerity.pipeline.plugin.RegisterMapTool.v2_4_6

Class us.temerity.pipeline.plugin.RegisterMapTool.v2_4_6.RegisterMapTool extends BaseTool implements Serializable

serialVersionUID: 8552555872774855875L

Serialized Fields

pTextureFormats

ArrayList<E> pTextureFormats

pTexelValues

ArrayList<E> pTexelValues

pByteOrderValues

ArrayList<E> pByteOrderValues

pOriginalNodes

ArrayList<E> pOriginalNodes

pNewNodes

ArrayList<E> pNewNodes

pToolsets

ArrayList<E> pToolsets

pNewPathField

ArrayList<E> pNewPathField

pNewNameField

ArrayList<E> pNewNameField

pTexelTypeField

JCollectionField pTexelTypeField

pByteOrderField

JCollectionField pByteOrderField

pUser

String pUser

pView

String pView

pTextureGroupingNode

boolean pTextureGroupingNode
Whether the primary node selected can be used as a texture grouping node.


Package us.temerity.pipeline.plugin.ReleaseTaskTool.v2_4_1

Class us.temerity.pipeline.plugin.ReleaseTaskTool.v2_4_1.ReleaseTaskTool extends TaskToolUtils implements Serializable

serialVersionUID: -8722422132713624928L

Serialized Fields

pSelectedNode

String pSelectedNode
The fully resolved name of the selected version.


pProjectName

String pProjectName
The task identifiers.


pTaskName

String pTaskName

pTaskType

String pTaskType

pTaskNodes

TreeSet<E> pTaskNodes

pLeafNodes

TreeSet<E> pLeafNodes

Package us.temerity.pipeline.plugin.RemoteNodeAnnotation.v2_4_5

Class us.temerity.pipeline.plugin.RemoteNodeAnnotation.v2_4_5.RemoteNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -2938017187453807347L


Package us.temerity.pipeline.plugin.RemoteVersionAnnotation.v2_4_5

Class us.temerity.pipeline.plugin.RemoteVersionAnnotation.v2_4_5.RemoteVersionAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -3108832280158282428L


Package us.temerity.pipeline.plugin.RenumberTool.v2_0_9

Class us.temerity.pipeline.plugin.RenumberTool.v2_0_9.RenumberTool extends BaseTool implements Serializable

serialVersionUID: -9120144129255872029L

Serialized Fields

pPhase

int pPhase
The phase number.


pUser

String pUser
The current working area user|view.


pView

String pView

pWorkRoot

String pWorkRoot
The directory prefix path of the current working area view.


pTargetNodeField

JPathField pTargetNodeField
The root node being renumbered;


pTargetNode

String pTargetNode

pTargetNodeID

NodeID pTargetNodeID

pTargetNodeMod

NodeMod pTargetNodeMod

pStartFrameField

JIntegerField pStartFrameField
New frame range info.


pStartFrame

int pStartFrame

pEndFrameField

JIntegerField pEndFrameField

pEndFrame

int pEndFrame

pByFrameField

JIntegerField pByFrameField

pByFrame

int pByFrame

pIsByEnabled

boolean pIsByEnabled

pRemoveFilesField

JBooleanField pRemoveFilesField

pRemoveFiles

boolean pRemoveFiles

pOrigFrameRange

FrameRange pOrigFrameRange

pTargetFrameRange

FrameRange pTargetFrameRange
New frame range.


pTargetNodeStatus

NodeStatus pTargetNodeStatus
Status of nodes to renumber.


pPotentialNames

TreeSet<E> pPotentialNames
The names of the nodes which may potentially be renumbered.


pRenumberFields

TreeMap<K,V> pRenumberFields
The per-node renumbering fields.


pRenumberNames

TreeSet<E> pRenumberNames
The names of the nodes approved for renumbering.


Package us.temerity.pipeline.plugin.RenumberTool.v2_2_1

Class us.temerity.pipeline.plugin.RenumberTool.v2_2_1.RenumberTool extends BaseTool implements Serializable

serialVersionUID: 817359796226084513L

Serialized Fields

pAuthor

String pAuthor
The current working area author|view.


pView

String pView

pPotentialNames

TreeSet<E> pPotentialNames
The names of the nodes which may potentially be renumbered.


pTargetFrameRange

FrameRange pTargetFrameRange
New frame range.


pRemoveFiles

boolean pRemoveFiles
Whether to remove obsolete files.


Package us.temerity.pipeline.plugin.ResourceTestTool.v2_4_5

Class us.temerity.pipeline.plugin.ResourceTestTool.v2_4_5.ResourceTestTool extends CommonToolUtils implements Serializable

serialVersionUID: 12630682509146213L

Serialized Fields

pPluginInfo

String pPluginInfo
String to represent vendor/type/name/version


Package us.temerity.pipeline.plugin.SciTEEditor.v2_0_10

Class us.temerity.pipeline.plugin.SciTEEditor.v2_0_10.SciTEEditor extends BaseEditor implements Serializable

serialVersionUID: -4216010763599585345L


Package us.temerity.pipeline.plugin.SciTEEditor.v2_0_9

Class us.temerity.pipeline.plugin.SciTEEditor.v2_0_9.SciTEEditor extends BaseEditor implements Serializable

serialVersionUID: -4216010763599585344L


Package us.temerity.pipeline.plugin.SciTEEditor.v2_2_1

Class us.temerity.pipeline.plugin.SciTEEditor.v2_2_1.SciTEEditor extends BaseEditor implements Serializable

serialVersionUID: 3293303588545455426L


Package us.temerity.pipeline.plugin.ScriptAction.v1_0_0

Class us.temerity.pipeline.plugin.ScriptAction.v1_0_0.ScriptAction extends BaseAction implements Serializable

serialVersionUID: 4585135812320237957L


Package us.temerity.pipeline.plugin.ScriptAction.v2_0_0

Class us.temerity.pipeline.plugin.ScriptAction.v2_0_0.ScriptAction extends BaseAction implements Serializable

serialVersionUID: -1568686919875931487L


Package us.temerity.pipeline.plugin.ScriptAction.v2_0_9

Class us.temerity.pipeline.plugin.ScriptAction.v2_0_9.ScriptAction extends BaseAction implements Serializable

serialVersionUID: 6005205433407154699L


Package us.temerity.pipeline.plugin.ScriptAction.v2_2_1

Class us.temerity.pipeline.plugin.ScriptAction.v2_2_1.ScriptAction extends CommonActionUtils implements Serializable

serialVersionUID: -3684239903264889986L


Package us.temerity.pipeline.plugin.SelectBelowCustomTool.v2_4_13

Class us.temerity.pipeline.plugin.SelectBelowCustomTool.v2_4_13.SelectBelowCustomTool extends CommonToolUtils implements Serializable

serialVersionUID: 4432717964840104559L

Serialized Fields

pNewRoots

TreeSet<E> pNewRoots

pDialog

JToolDialog pDialog

pPatternField

JTextField pPatternField

Package us.temerity.pipeline.plugin.SelectBelowTool.v2_4_13

Class us.temerity.pipeline.plugin.SelectBelowTool.v2_4_13.SelectBelowTool extends CommonToolUtils implements Serializable

serialVersionUID: -6252276948766316845L

Serialized Fields

pNewRoots

TreeSet<E> pNewRoots

Package us.temerity.pipeline.plugin.ShakeCompAction.v2_0_0

Class us.temerity.pipeline.plugin.ShakeCompAction.v2_0_0.ShakeCompAction extends BaseAction implements Serializable

serialVersionUID: -4142485590414159271L


Package us.temerity.pipeline.plugin.ShakeCompAction.v2_0_4

Class us.temerity.pipeline.plugin.ShakeCompAction.v2_0_4.ShakeCompAction extends BaseAction implements Serializable

serialVersionUID: -3329733318064760155L


Package us.temerity.pipeline.plugin.ShakeCompAction.v2_0_9

Class us.temerity.pipeline.plugin.ShakeCompAction.v2_0_9.ShakeCompAction extends BaseAction implements Serializable

serialVersionUID: 5017192069834380395L


Package us.temerity.pipeline.plugin.ShakeCompAction.v2_2_1

Class us.temerity.pipeline.plugin.ShakeCompAction.v2_2_1.ShakeCompAction extends CommonActionUtils implements Serializable

serialVersionUID: -7932374861023736683L


Package us.temerity.pipeline.plugin.ShakeDiffComparator.v2_0_0

Class us.temerity.pipeline.plugin.ShakeDiffComparator.v2_0_0.ShakeDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -8871230815112080837L


Package us.temerity.pipeline.plugin.ShakeDiffComparator.v2_0_9

Class us.temerity.pipeline.plugin.ShakeDiffComparator.v2_0_9.ShakeDiffComparator extends BaseComparator implements Serializable

serialVersionUID: 4288360189081236753L


Package us.temerity.pipeline.plugin.ShakeDiffComparator.v2_2_1

Class us.temerity.pipeline.plugin.ShakeDiffComparator.v2_2_1.ShakeDiffComparator extends BaseComparator implements Serializable

serialVersionUID: 2728659350646612912L


Package us.temerity.pipeline.plugin.ShakeEditor.v2_0_0

Class us.temerity.pipeline.plugin.ShakeEditor.v2_0_0.ShakeEditor extends BaseEditor implements Serializable

serialVersionUID: -368133031706137297L


Package us.temerity.pipeline.plugin.ShakeEditor.v2_0_9

Class us.temerity.pipeline.plugin.ShakeEditor.v2_0_9.ShakeEditor extends BaseEditor implements Serializable

serialVersionUID: -2592763684826805674L


Package us.temerity.pipeline.plugin.ShakeEditor.v2_2_1

Class us.temerity.pipeline.plugin.ShakeEditor.v2_2_1.ShakeEditor extends BaseEditor implements Serializable

serialVersionUID: 1092559108272082325L


Package us.temerity.pipeline.plugin.ShakeFullscreenEditor.v2_4_3

Class us.temerity.pipeline.plugin.ShakeFullscreenEditor.v2_4_3.ShakeFullscreenEditor extends BaseEditor implements Serializable

serialVersionUID: -8941940097373117263L


Package us.temerity.pipeline.plugin.ShakeQtAction.v2_0_9

Class us.temerity.pipeline.plugin.ShakeQtAction.v2_0_9.ShakeQtAction extends BaseAction implements Serializable

serialVersionUID: 7923488519644774264L


Package us.temerity.pipeline.plugin.ShakeQtAction.v2_2_1

Class us.temerity.pipeline.plugin.ShakeQtAction.v2_2_1.ShakeQtAction extends PythonActionUtils implements Serializable

serialVersionUID: -8177844794925006156L


Package us.temerity.pipeline.plugin.ShakeThumbnailAction.v2_3_6

Class us.temerity.pipeline.plugin.ShakeThumbnailAction.v2_3_6.ShakeThumbnailAction extends CommonActionUtils implements Serializable

serialVersionUID: 6801919495288012115L


Package us.temerity.pipeline.plugin.ShakeThumbnailAction.v2_4_1

Class us.temerity.pipeline.plugin.ShakeThumbnailAction.v2_4_1.ShakeThumbnailAction extends CommonActionUtils implements Serializable

serialVersionUID: -4837189460564992093L


Package us.temerity.pipeline.plugin.ShaveApplyCacheAction.v2_0_9

Class us.temerity.pipeline.plugin.ShaveApplyCacheAction.v2_0_9.ShaveApplyCacheAction extends BaseAction implements Serializable

serialVersionUID: 3563636271192494415L


Package us.temerity.pipeline.plugin.ShaveCacheAction.v2_0_9

Class us.temerity.pipeline.plugin.ShaveCacheAction.v2_0_9.ShaveCacheAction extends BaseAction implements Serializable

serialVersionUID: 6394929640555596222L


Package us.temerity.pipeline.plugin.ShaveCacheCopyAction.v2_0_9

Class us.temerity.pipeline.plugin.ShaveCacheCopyAction.v2_0_9.ShaveCacheCopyAction extends BaseAction implements Serializable

serialVersionUID: -2523646943158940759L


Package us.temerity.pipeline.plugin.ShoEditor.v2_0_0

Class us.temerity.pipeline.plugin.ShoEditor.v2_0_0.ShoEditor extends BaseEditor implements Serializable

serialVersionUID: -358704401460181049L


Package us.temerity.pipeline.plugin.ShoEditor.v2_0_9

Class us.temerity.pipeline.plugin.ShoEditor.v2_0_9.ShoEditor extends BaseEditor implements Serializable

serialVersionUID: 6997860159474236977L


Package us.temerity.pipeline.plugin.ShotgunConnectionExt.v2_4_1

Class us.temerity.pipeline.plugin.ShotgunConnectionExt.v2_4_1.ShotgunConnectionExt extends BaseMasterExt implements Serializable

serialVersionUID: 1428025364159140119L


Package us.temerity.pipeline.plugin.SilhouetteBuildAction.v2_3_15

Class us.temerity.pipeline.plugin.SilhouetteBuildAction.v2_3_15.SilhouetteBuildAction extends CommonActionUtils implements Serializable

serialVersionUID: -9125099345129472451L

Serialized Fields

pSettings

TreeMap<K,V> pSettings

Package us.temerity.pipeline.plugin.SleepAction.v2_4_6

Class us.temerity.pipeline.plugin.SleepAction.v2_4_6.SleepAction extends CommonActionUtils implements Serializable

serialVersionUID: 6898457155232340145L


Package us.temerity.pipeline.plugin.SpliceAction.v2_2_1

Class us.temerity.pipeline.plugin.SpliceAction.v2_2_1.SpliceAction extends CommonActionUtils implements Serializable

serialVersionUID: -2046337700994432637L


Package us.temerity.pipeline.plugin.SubmitNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.SubmitNodeAnnotation.v2_3_2.SubmitNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 3689671873063787602L


Package us.temerity.pipeline.plugin.SubmitTaskAnnotation.v2_4_1

Class us.temerity.pipeline.plugin.SubmitTaskAnnotation.v2_4_1.SubmitTaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -3034801411821239877L


Package us.temerity.pipeline.plugin.SwitchAction.v1_0_0

Class us.temerity.pipeline.plugin.SwitchAction.v1_0_0.SwitchAction extends BaseAction implements Serializable

serialVersionUID: 3533025088968410027L


Package us.temerity.pipeline.plugin.SwitchAction.v2_0_0

Class us.temerity.pipeline.plugin.SwitchAction.v2_0_0.SwitchAction extends BaseAction implements Serializable

serialVersionUID: 5081425950053313123L


Package us.temerity.pipeline.plugin.SwitchAction.v2_0_9

Class us.temerity.pipeline.plugin.SwitchAction.v2_0_9.SwitchAction extends BaseAction implements Serializable

serialVersionUID: 3919277470678190481L


Package us.temerity.pipeline.plugin.SwitchAction.v2_2_1

Class us.temerity.pipeline.plugin.SwitchAction.v2_2_1.SwitchAction extends CommonActionUtils implements Serializable

serialVersionUID: 10121604292032299L


Package us.temerity.pipeline.plugin.SyflexApplyCacheAction.v2_0_9

Class us.temerity.pipeline.plugin.SyflexApplyCacheAction.v2_0_9.SyflexApplyCacheAction extends BaseAction implements Serializable

serialVersionUID: 2780775910959525379L


Package us.temerity.pipeline.plugin.SyflexCacheAction.v2_0_10

Class us.temerity.pipeline.plugin.SyflexCacheAction.v2_0_10.SyflexCacheAction extends BaseAction implements Serializable

serialVersionUID: 3479669817910762646L


Package us.temerity.pipeline.plugin.SyflexCacheAction.v2_0_9

Class us.temerity.pipeline.plugin.SyflexCacheAction.v2_0_9.SyflexCacheAction extends BaseAction implements Serializable

serialVersionUID: 5025322827447065085L


Package us.temerity.pipeline.plugin.SyflexCacheCopyAction.v2_0_9

Class us.temerity.pipeline.plugin.SyflexCacheCopyAction.v2_0_9.SyflexCacheCopyAction extends BaseAction implements Serializable

serialVersionUID: -18961943105506416L


Package us.temerity.pipeline.plugin.SynchTaskAnnotation.v2_4_1

Class us.temerity.pipeline.plugin.SynchTaskAnnotation.v2_4_1.SynchTaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -7193092802924952018L


Package us.temerity.pipeline.plugin.TarFileArchiver.v1_0_0

Class us.temerity.pipeline.plugin.TarFileArchiver.v1_0_0.TarFileArchiver extends BaseArchiver implements Serializable

serialVersionUID: -6725655154336418174L


Package us.temerity.pipeline.plugin.TarFileArchiver.v1_1_0

Class us.temerity.pipeline.plugin.TarFileArchiver.v1_1_0.TarFileArchiver extends BaseArchiver implements Serializable

serialVersionUID: -6725655154336418175L


Package us.temerity.pipeline.plugin.TarFileArchiver.v2_0_0

Class us.temerity.pipeline.plugin.TarFileArchiver.v2_0_0.TarFileArchiver extends BaseArchiver implements Serializable

serialVersionUID: 5991664365591148134L


Package us.temerity.pipeline.plugin.TarTapeArchiver.v1_0_0

Class us.temerity.pipeline.plugin.TarTapeArchiver.v1_0_0.TarTapeArchiver extends BaseArchiver implements Serializable

serialVersionUID: -3451740157729490251L


Package us.temerity.pipeline.plugin.TarTapeArchiver.v1_1_0

Class us.temerity.pipeline.plugin.TarTapeArchiver.v1_1_0.TarTapeArchiver extends BaseArchiver implements Serializable

serialVersionUID: -3451740157729490252L


Package us.temerity.pipeline.plugin.TarTapeArchiver.v2_0_0

Class us.temerity.pipeline.plugin.TarTapeArchiver.v2_0_0.TarTapeArchiver extends BaseArchiver implements Serializable

serialVersionUID: -3377982288948918480L


Package us.temerity.pipeline.plugin.TaskAnnotation.v2_2_1

Class us.temerity.pipeline.plugin.TaskAnnotation.v2_2_1.TaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 2168290890306064601L


Package us.temerity.pipeline.plugin.TaskAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.TaskAnnotation.v2_3_2.TaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 5029661173906269492L


Package us.temerity.pipeline.plugin.TaskAnnotation.v2_4_1

Class us.temerity.pipeline.plugin.TaskAnnotation.v2_4_1.TaskAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -2160674856425757963L


Package us.temerity.pipeline.plugin.TaskGuardExt.v2_4_1

Class us.temerity.pipeline.plugin.TaskGuardExt.v2_4_1.TaskGuardExt extends BaseMasterExt implements Serializable

serialVersionUID: -7220177428359011686L


Package us.temerity.pipeline.plugin.TaskPolicyExt.v2_2_1

Class us.temerity.pipeline.plugin.TaskPolicyExt.v2_2_1.TaskPolicyExt extends BaseMasterExt implements Serializable

serialVersionUID: -5895775289549908748L


Package us.temerity.pipeline.plugin.TaskPolicyExt.v2_3_2

Class us.temerity.pipeline.plugin.TaskPolicyExt.v2_3_2.TaskPolicyExt extends BaseMasterExt implements Serializable

serialVersionUID: 5625120891197882080L


Package us.temerity.pipeline.plugin.TaskTypeKeyChooser.v2_3_15

Class us.temerity.pipeline.plugin.TaskTypeKeyChooser.v2_3_15.TaskTypeKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: -1812603423428011172L


Package us.temerity.pipeline.plugin.TaskTypeKeyChooser.v2_4_1

Class us.temerity.pipeline.plugin.TaskTypeKeyChooser.v2_4_1.TaskTypeKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: -3217811503443112558L


Package us.temerity.pipeline.plugin.TemplateAOEAnnotation.v2_4_6

Class us.temerity.pipeline.plugin.TemplateAOEAnnotation.v2_4_6.TemplateAOEAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 4188990131183085601L


Package us.temerity.pipeline.plugin.TemplateAOETool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateAOETool.v2_4_6.TemplateAOETool extends TaskToolUtils implements Serializable

serialVersionUID: -4775606507292392901L

Serialized Fields

pModeFields

ArrayList<E> pModeFields

pModeDefaultFields

ArrayList<E> pModeDefaultFields

pDialog

us.temerity.pipeline.plugin.TemplateAOETool.v2_4_6.TemplateAOETool.JTemplateDialog pDialog

pBody

Box pBody

pTpanel

JPanel pTpanel

pVpanel

JPanel pVpanel

Package us.temerity.pipeline.plugin.TemplateBuilderTool.v2_4_12

Class us.temerity.pipeline.plugin.TemplateBuilderTool.v2_4_12.TemplateBuilderTool extends CommonToolUtils implements Serializable

serialVersionUID: -1240521156104955998L


Package us.temerity.pipeline.plugin.TemplateBuilderTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateBuilderTool.v2_4_3.TemplateBuilderTool extends CommonToolUtils implements Serializable

serialVersionUID: 7615333727009770310L


Package us.temerity.pipeline.plugin.TemplateCheckpointAnnotation.v2_4_6

Class us.temerity.pipeline.plugin.TemplateCheckpointAnnotation.v2_4_6.TemplateCheckpointAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -5068050741566100342L


Package us.temerity.pipeline.plugin.TemplateCheckpointTool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateCheckpointTool.v2_4_6.TemplateCheckpointTool extends CommonToolUtils implements Serializable

serialVersionUID: 2590544727515048740L


Package us.temerity.pipeline.plugin.TemplateCollection.v2_4_12

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateBuilder extends TemplateTraversalUtil implements Serializable

serialVersionUID: -7290927829922516604L

Serialized Fields

pInvokedCorrectly

boolean pInvokedCorrectly

pAllowZeroContexts

boolean pAllowZeroContexts

pInhibitCopyFiles

boolean pInhibitCopyFiles

pReplacements

TreeMap<K,V> pReplacements

pContexts

TreeMap<K,V> pContexts

pFrameRanges

TreeMap<K,V> pFrameRanges

pExternals

TreeMap<K,V> pExternals

pOptionalBranches

TreeMap<K,V> pOptionalBranches

pCheckInLevel

VersionID.Level pCheckInLevel

pCheckInMessage

String pCheckInMessage

pFinalizableStages

ArrayList<E> pFinalizableStages

pSecondaryFinalizableStages

ArrayList<E> pSecondaryFinalizableStages

pBuildList

TreeSet<E> pBuildList

pOptionalCheckoutList

TreeSet<E> pOptionalCheckoutList

pStartNode

String pStartNode

pAllNodes

TreeSet<E> pAllNodes

pRootNodes

Set<E> pRootNodes

pTemplateType

us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateBuilder.TemplateType pTemplateType

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateBuilder.BuildPass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 8557453695981723176L

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateBuilder.FinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: -1694813769421240174L

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateBuilder.InformationPass extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 2185606398523410267L

Serialized Fields

pFoundContexts

TreeSet<E> pFoundContexts

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateBuilder.SecondFinalizePass extends BaseBuilder.ConstructPass implements Serializable

serialVersionUID: 6576648274737148570L

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateCollection extends BaseBuilderCollection implements Serializable

serialVersionUID: -8787774751345721919L

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateInfoBuilder extends TaskBuilder implements Serializable

serialVersionUID: 787012417038273281L

Serialized Fields

pInvokedCorrectly

boolean pInvokedCorrectly

pTemplateGlueInfo

TemplateGlueInformation pTemplateGlueInfo

pReplacements

TreeMap<K,V> pReplacements

pReplacementParams

ArrayList<E> pReplacementParams

pContextParams

ArrayList<E> pContextParams

pContextValues

TreeMap<K,V> pContextValues

pContextBuilders

TreeMap<K,V> pContextBuilders

pContexts

TreeMap<K,V> pContexts

pFrameRanges

TreeMap<K,V> pFrameRanges

pFrameRangeParams

TreeMap<K,V> pFrameRangeParams

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranchesParams

TreeMap<K,V> pOptionalBranchesParams

pOptionalBranch

TreeMap<K,V> pOptionalBranch

pExternalParams

TreeMap<K,V> pExternalParams

pExternals

TreeMap<K,V> pExternals

pFile

File pFile

pTemplateInfoMod

NodeMod pTemplateInfoMod

pTemplateStartNode

String pTemplateStartNode

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateStage extends StandardStage implements Serializable

serialVersionUID: 2958888238062054760L

Serialized Fields

pNodeDatabase

TreeMap<K,V> pNodeDatabase

pReplacements

TreeMap<K,V> pReplacements

pContexts

TreeMap<K,V> pContexts

pInhibitCopyFiles

boolean pInhibitCopyFiles

pSrcHasDisabledAction

boolean pSrcHasDisabledAction

pExternal

TemplateExternalData pExternal

pTemplateNode

TemplateNode pTemplateNode

pSourceMod

NodeMod pSourceMod

pTemplateRange

FrameRange pTemplateRange

pActualRange

FrameRange pActualRange

pSecSeqs

MappedSet<K,V> pSecSeqs

pUnlinkNodes

MappedSet<K,V> pUnlinkNodes

pTemplateNodesToUnlink

Set<E> pTemplateNodesToUnlink

pAllLinkNames

TreeSet<E> pAllLinkNames

pLateFileCopy

boolean pLateFileCopy

pTgtRange

FrameRange pTgtRange

pBackedUpAction

BaseAction pBackedUpAction

Class us.temerity.pipeline.plugin.TemplateCollection.v2_4_12.TemplateTraversalUtil extends TaskBuilder implements Serializable

serialVersionUID: 7732743312567683496L

Serialized Fields

pNodeDatabase

TreeMap<K,V> pNodeDatabase

pTaskNetwork

boolean pTaskNetwork

pProjectName

String pProjectName
The task identifiers.


pTaskName

String pTaskName

pTaskType

String pTaskType

pAllNodes

TreeSet<E> pAllNodes
The list of all the nodes in a non-task template.


pRootNodes

TreeSet<E> pRootNodes
The root nodes of the template.


Package us.temerity.pipeline.plugin.TemplateConditionalBuildAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateConditionalBuildAnnotation.v2_4_3.TemplateConditionalBuildAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 2189283796790818408L


Package us.temerity.pipeline.plugin.TemplateConditionalBuildTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateConditionalBuildTool.v2_4_3.TemplateConditionalBuildTool extends CommonToolUtils implements Serializable

serialVersionUID: 5702347169380676006L


Package us.temerity.pipeline.plugin.TemplateContextAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateContextAnnotation.v2_4_3.TemplateContextAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -2189896375410619526L


Package us.temerity.pipeline.plugin.TemplateContextLinkAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateContextLinkAnnotation.v2_4_3.TemplateContextLinkAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 8753807750309229909L


Package us.temerity.pipeline.plugin.TemplateContextLinkTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateContextLinkTool.v2_4_3.TemplateContextLinkTool extends TaskToolUtils implements Serializable

serialVersionUID: -8965693742770436582L

Serialized Fields

pContextFields

ArrayList<E> pContextFields

pDialog

us.temerity.pipeline.plugin.TemplateContextLinkTool.v2_4_3.TemplateContextLinkTool.JTemplateDialog pDialog

pBody

Box pBody

pTpanel

JPanel pTpanel

pVpanel

JPanel pVpanel

Package us.temerity.pipeline.plugin.TemplateContextTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateContextTool.v2_4_3.TemplateContextTool extends TaskToolUtils implements Serializable

serialVersionUID: -104985977551664428L

Serialized Fields

pContextFields

ArrayList<E> pContextFields

pDialog

us.temerity.pipeline.plugin.TemplateContextTool.v2_4_3.TemplateContextTool.JTemplateDialog pDialog

pBody

Box pBody

pTpanel

JPanel pTpanel

pVpanel

JPanel pVpanel

Package us.temerity.pipeline.plugin.TemplateConvertTool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateConvertTool.v2_4_6.TemplateConvertTool extends CommonToolUtils implements Serializable

serialVersionUID: -5884541437547549409L


Package us.temerity.pipeline.plugin.TemplateExternalAnnotation.v2_4_6

Class us.temerity.pipeline.plugin.TemplateExternalAnnotation.v2_4_6.TemplateExternalAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 5568690866785446843L


Package us.temerity.pipeline.plugin.TemplateExternalTool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateExternalTool.v2_4_6.TemplateExternalTool extends CommonToolUtils implements Serializable

serialVersionUID: 5216382610279303884L

Serialized Fields

pExternalField

JTextField pExternalField

Package us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_12

Class us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_12.TemplateGlueBuilder extends BaseBuilder implements Serializable

serialVersionUID: -1624735290192129349L

Class us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_12.TemplateGlueBuilder.InitTemplate extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: 4599006400504126061L

Serialized Fields

pNodeName

String pNodeName

Class us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_12.TemplateGlueCollection extends BaseBuilderCollection implements Serializable

serialVersionUID: -1607389680521965984L


Package us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_5

Class us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_5.TemplateGlueBuilder extends BaseBuilder implements Serializable

serialVersionUID: 7681162001215421131L

Class us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_5.TemplateGlueBuilder.InitTemplate extends BaseBuilder.SetupPass implements Serializable

serialVersionUID: -3615571748207002085L

Serialized Fields

pNodeName

String pNodeName

Class us.temerity.pipeline.plugin.TemplateGlueCollection.v2_4_5.TemplateGlueCollection extends BaseBuilderCollection implements Serializable

serialVersionUID: -3277930984681824309L


Package us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.AoEModePanel extends JPanel implements Serializable

serialVersionUID: -4295251517436450070L

Serialized Fields

pDialog

JTemplateGlueDialog pDialog

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.ContextPanel extends JPanel implements Serializable

serialVersionUID: -6015881409571109974L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.ContextsDefaultsPanel extends JPanel implements Serializable

serialVersionUID: 2806258744745045971L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pEntryByContext

TreeMap<K,V> pEntryByContext

pOrder

LinkedList<E> pOrder

pBox

Box pBox

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.ExternalsPanel extends JPanel implements Serializable

serialVersionUID: -5590800937891453791L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pAllContexts

Set<E> pAllContexts

pDialog

JTemplateGlueDialog pDialog

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.FinalSummaryPanel extends JPanel implements Serializable

serialVersionUID: -4215512682860057510L

Serialized Fields

pOldSettings

TemplateGlueInformation pOldSettings

pNewSettings

TemplateGlueInformation pNewSettings

pScan

TemplateNetworkScan pScan

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.FrameRangePanel extends JPanel implements Serializable

serialVersionUID: 261267973144247060L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pTitleBox

Box pTitleBox

pBox

Box pBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pAllContexts

Set<E> pAllContexts

pDialog

JTemplateGlueDialog pDialog

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.InitialSummaryPanel extends JPanel implements Serializable

serialVersionUID: -1762075422472823007L

Serialized Fields

pOldSettings

TemplateGlueInformation pOldSettings

pScan

TemplateNetworkScan pScan

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.JTemplateGlueDialog extends JTopLevelDialog implements Serializable

serialVersionUID: 4710622904879640578L

Serialized Fields

pPreviousButton

JButton pPreviousButton

pNextButton

JButton pNextButton

pTemplateFile

File pTemplateFile

pTopPanel

JTemplateGluePanel pTopPanel

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.JTemplateGluePanel extends JPanel implements Serializable

serialVersionUID: 216823893784570949L

Serialized Fields

pOldSettings

TemplateGlueInformation pOldSettings

pNewSettings

TemplateGlueInformation pNewSettings

pNodesInTemplate

TreeSet<E> pNodesInTemplate

pClient

MasterMgrClient pClient

pRootNode

String pRootNode

pTreePanel

JPanel pTreePanel
Panel that contains the tree that lays out all the steps.


pSettingsPanel

JPanel pSettingsPanel
Panel containing the different user inputed settings.


pSettingsLayouts

CardLayout pSettingsLayouts
Layout for the different input panels.


pPanels

TreeMap<K,V> pPanels

pSettingTree

JFancyTree pSettingTree
Tree that lists the different steps.


pCurrentStage

TemplateGlueStage pCurrentStage
The current stage of the process.


pActiveNode

DefaultMutableTreeNode pActiveNode

pParentDialog

JTemplateGlueDialog pParentDialog

pAuthor

String pAuthor

pView

String pView

pScan

TemplateNetworkScan pScan

pReplacements

ListSet<E> pReplacements
Gather information.


pReplacementParamNames

TreeMap<K,V> pReplacementParamNames

pReplacementDefaults

TreeMap<K,V> pReplacementDefaults

pContexts

MappedListSet<K,V> pContexts

pContextParamNames

DoubleMap<A,B,V> pContextParamNames

pContextDefaults

MappedArrayList<K,V> pContextDefaults

pFrameRanges

MappedSet<K,V> pFrameRanges

pFrameRangeDefaults

TreeMap<K,V> pFrameRangeDefaults

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranches

ListMap<K,V> pOptionalBranches

pExternals

MappedSet<K,V> pExternals

pFinished

boolean pFinished

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.OptionalBranchPanel extends JPanel implements Serializable

serialVersionUID: 4837345737569850278L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pToggleAllBox

Box pToggleAllBox

pButtonBox2

Box pButtonBox2

pToggleAllField

JBooleanField pToggleAllField

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.ScanNetworkPanel extends JPanel implements Serializable

serialVersionUID: -5821232884678790422L

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.StringReplacePanel extends JPanel implements Serializable

serialVersionUID: -5897971342160952077L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pBox

Box pBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pTitleBox

Box pTitleBox

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.TemplateGlueNodeTableModel extends AbstractSortableTableModel implements Serializable

serialVersionUID: 6513554323453717487L

Serialized Fields

pNames

ArrayList<E> pNames

pPresent

ArrayList<E> pPresent

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.TemplateGlueTool extends TaskToolUtils implements Serializable

serialVersionUID: 989908919124163650L

Serialized Fields

pNodesInTemplate

TreeSet<E> pNodesInTemplate

pAuthor

String pAuthor

pView

String pView

pTemplateFile

File pTemplateFile

pOldSettings

TemplateGlueInformation pOldSettings

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_12.TemplateUIFactory.AddEntry extends Box implements Serializable

serialVersionUID: -3561925475151159308L


Package us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_3.TemplateGlueTool extends TaskToolUtils implements Serializable

serialVersionUID: -711763397951071286L

Serialized Fields

pPhase

us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_3.TemplateGlueTool.TemplatePhase pPhase

pNodesInTemplate

TreeSet<E> pNodesInTemplate

pAuthor

String pAuthor

pView

String pView

pTemplateFile

File pTemplateFile

pOldSettings

TemplateGlueInformation pOldSettings

pDialog

us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_3.TemplateGlueTool.JTemplateDialog pDialog

pBody

Box pBody

pVbox

Box pVbox

pVbox2

Box pVbox2

pTpanel

JPanel pTpanel

pVpanel

JPanel pVpanel

pCurrentContext

String pCurrentContext

pStringReplaceFields

ArrayList<E> pStringReplaceFields

pStringDefaultFields

TreeMap<K,V> pStringDefaultFields

pStringParamNameFields

TreeMap<K,V> pStringParamNameFields

pContextNameFields

ArrayList<E> pContextNameFields

pContextValueFields

MappedArrayList<K,V> pContextValueFields

pContextParamNameFields

DoubleMap<A,B,V> pContextParamNameFields

pContextDefaultFields

MappedArrayList<K,V> pContextDefaultFields

pFrameRangeFields

ArrayList<E> pFrameRangeFields

pFrameRangeStartFields

TreeMap<K,V> pFrameRangeStartFields

pFrameRangeEndFields

TreeMap<K,V> pFrameRangeEndFields

pFrameRangeByFields

TreeMap<K,V> pFrameRangeByFields

pAOEModeFields

ArrayList<E> pAOEModeFields

pAOEModeDefaultFields

TreeMap<K,V> pAOEModeDefaultFields

pExternalFields

ArrayList<E> pExternalFields

pOptionalBranchFields

ArrayList<E> pOptionalBranchFields

pOptionalBranchDefaultFields

TreeMap<K,V> pOptionalBranchDefaultFields

pStringReplacements

ListSet<E> pStringReplacements

pStringParamNames

TreeMap<K,V> pStringParamNames

pStringDefaults

TreeMap<K,V> pStringDefaults

pContextNames

TreeSet<E> pContextNames

pContextValues

MappedListSet<K,V> pContextValues

pContextParamNames

DoubleMap<A,B,V> pContextParamNames

pContextDefaults

MappedArrayList<K,V> pContextDefaults

pFrameRanges

TreeSet<E> pFrameRanges

pFrameRangeDefaults

TreeMap<K,V> pFrameRangeDefaults

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranches

ListMap<K,V> pOptionalBranches

pExternals

MappedSet<K,V> pExternals

Package us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.AoEModePanel extends JPanel implements Serializable

serialVersionUID: -4295251517436450070L

Serialized Fields

pDialog

JTemplateGlueDialog pDialog

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.ContextPanel extends JPanel implements Serializable

serialVersionUID: -6015881409571109974L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.ContextsDefaultsPanel extends JPanel implements Serializable

serialVersionUID: 2806258744745045971L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pEntryByContext

TreeMap<K,V> pEntryByContext

pOrder

LinkedList<E> pOrder

pBox

Box pBox

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.ExternalsPanel extends JPanel implements Serializable

serialVersionUID: -5590800937891453791L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pAllContexts

Set<E> pAllContexts

pDialog

JTemplateGlueDialog pDialog

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.FinalSummaryPanel extends JPanel implements Serializable

serialVersionUID: -4215512682860057510L

Serialized Fields

pOldSettings

TemplateGlueInformation pOldSettings

pNewSettings

TemplateGlueInformation pNewSettings

pScan

TemplateNetworkScan pScan

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.FrameRangePanel extends JPanel implements Serializable

serialVersionUID: 261267973144247060L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pTitleBox

Box pTitleBox

pBox

Box pBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.InitialSummaryPanel extends JPanel implements Serializable

serialVersionUID: -1762075422472823007L

Serialized Fields

pOldSettings

TemplateGlueInformation pOldSettings

pScan

TemplateNetworkScan pScan

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.JTemplateGlueDialog extends JTopLevelDialog implements Serializable

serialVersionUID: 4710622904879640578L

Serialized Fields

pPreviousButton

JButton pPreviousButton

pNextButton

JButton pNextButton

pTemplateFile

File pTemplateFile

pTopPanel

JTemplateGluePanel pTopPanel

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.JTemplateGluePanel extends JPanel implements Serializable

serialVersionUID: 216823893784570949L

Serialized Fields

pOldSettings

TemplateGlueInformation pOldSettings

pNewSettings

TemplateGlueInformation pNewSettings

pNodesInTemplate

TreeSet<E> pNodesInTemplate

pClient

MasterMgrClient pClient

pRootNode

String pRootNode

pTreePanel

JPanel pTreePanel
Panel that contains the tree that lays out all the steps.


pSettingsPanel

JPanel pSettingsPanel
Panel containing the different user inputed settings.


pSettingsLayouts

CardLayout pSettingsLayouts
Layout for the different input panels.


pPanels

TreeMap<K,V> pPanels

pSettingTree

JFancyTree pSettingTree
Tree that lists the different steps.


pCurrentStage

TemplateGlueStage pCurrentStage
The current stage of the process.


pActiveNode

DefaultMutableTreeNode pActiveNode

pParentDialog

JTemplateGlueDialog pParentDialog

pAuthor

String pAuthor

pView

String pView

pScan

TemplateNetworkScan pScan

pReplacements

ListSet<E> pReplacements
Gather information.


pReplacementParamNames

TreeMap<K,V> pReplacementParamNames

pReplacementDefaults

TreeMap<K,V> pReplacementDefaults

pContexts

MappedListSet<K,V> pContexts

pContextParamNames

DoubleMap<A,B,V> pContextParamNames

pContextDefaults

MappedArrayList<K,V> pContextDefaults

pFrameRanges

TreeSet<E> pFrameRanges

pFrameRangeDefaults

TreeMap<K,V> pFrameRangeDefaults

pAOEModes

TreeMap<K,V> pAOEModes

pOptionalBranches

ListMap<K,V> pOptionalBranches

pExternals

MappedSet<K,V> pExternals

pFinished

boolean pFinished

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.OptionalBranchPanel extends JPanel implements Serializable

serialVersionUID: 4837345737569850278L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pMissing

Set<E> pMissing

pAddEntries

ArrayList<E> pAddEntries

pBox

Box pBox

pTitleBox

Box pTitleBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pButtonBox2

Box pButtonBox2

pHasMissing

boolean pHasMissing

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.ScanNetworkPanel extends JPanel implements Serializable

serialVersionUID: -5821232884678790422L

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.StringReplacePanel extends JPanel implements Serializable

serialVersionUID: -5897971342160952077L

Serialized Fields

pNextID

int pNextID

pEntries

TreeMap<K,V> pEntries

pOrder

LinkedList<E> pOrder

pBox

Box pBox

pButtonBox

Box pButtonBox

pHeaderBox

Box pHeaderBox

pTitleBox

Box pTitleBox

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.TemplateGlueNodeTableModel extends AbstractSortableTableModel implements Serializable

serialVersionUID: 6513554323453717487L

Serialized Fields

pNames

ArrayList<E> pNames

pPresent

ArrayList<E> pPresent

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.TemplateGlueTool extends TaskToolUtils implements Serializable

serialVersionUID: 4910931323130227372L

Serialized Fields

pNodesInTemplate

TreeSet<E> pNodesInTemplate

pAuthor

String pAuthor

pView

String pView

pTemplateFile

File pTemplateFile

pOldSettings

TemplateGlueInformation pOldSettings

Class us.temerity.pipeline.plugin.TemplateGlueTool.v2_4_6.TemplateUIFactory.AddEntry extends Box implements Serializable

serialVersionUID: -3561925475151159308L


Package us.temerity.pipeline.plugin.TemplateIgnoreProductAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateIgnoreProductAnnotation.v2_4_3.TemplateIgnoreProductAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 7072316316293833856L


Package us.temerity.pipeline.plugin.TemplateIgnoreProductTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateIgnoreProductTool.v2_4_3.TemplateIgnoreProductTool extends CommonToolUtils implements Serializable

serialVersionUID: -7241119164388876630L


Package us.temerity.pipeline.plugin.TemplateLinkSyncAnnotation.v2_4_10

Class us.temerity.pipeline.plugin.TemplateLinkSyncAnnotation.v2_4_10.TemplateLinkSyncAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 7719842717769455354L


Package us.temerity.pipeline.plugin.TemplateLinkSyncTool.v2_4_10

Class us.temerity.pipeline.plugin.TemplateLinkSyncTool.v2_4_10.TemplateLinkSyncTool extends CommonToolUtils implements Serializable

serialVersionUID: 5306086862027650605L


Package us.temerity.pipeline.plugin.TemplateOptionalBranchAnnotation.v2_4_6

Class us.temerity.pipeline.plugin.TemplateOptionalBranchAnnotation.v2_4_6.TemplateOptionalBranchAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -7956020650301407282L


Package us.temerity.pipeline.plugin.TemplateOptionalBranchAnnotation.v2_4_9

Class us.temerity.pipeline.plugin.TemplateOptionalBranchAnnotation.v2_4_9.TemplateOptionalBranchAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 1871528190506446502L


Package us.temerity.pipeline.plugin.TemplateOptionalBranchTool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateOptionalBranchTool.v2_4_6.TemplateOptionalBranchTool extends CommonToolUtils implements Serializable

serialVersionUID: -3173256588022059471L

Serialized Fields

pOptionField

JTextField pOptionField

Package us.temerity.pipeline.plugin.TemplateOptionalBranchTool.v2_4_9

Class us.temerity.pipeline.plugin.TemplateOptionalBranchTool.v2_4_9.TemplateOptionalBranchTool extends CommonToolUtils implements Serializable

serialVersionUID: 6709071710312517847L

Serialized Fields

pOptionNameField

JTextField pOptionNameField

pOptionTypeField

JCollectionField pOptionTypeField

Package us.temerity.pipeline.plugin.TemplateOrderAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateOrderAnnotation.v2_4_3.TemplateOrderAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 4468389112513980207L


Package us.temerity.pipeline.plugin.TemplateRangeAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateRangeAnnotation.v2_4_3.TemplateRangeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -3457597426233323974L


Package us.temerity.pipeline.plugin.TemplateRangeTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateRangeTool.v2_4_3.TemplateRangeTool extends TaskToolUtils implements Serializable

serialVersionUID: 6054461332747859686L

Serialized Fields

pRangeField

JTextField pRangeField

Package us.temerity.pipeline.plugin.TemplateSecContextAnnotation.v2_4_10

Class us.temerity.pipeline.plugin.TemplateSecContextAnnotation.v2_4_10.TemplateSecContextAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 6726444554537430253L


Package us.temerity.pipeline.plugin.TemplateSecContextTool.v2_4_10

Class us.temerity.pipeline.plugin.TemplateSecContextTool.v2_4_10.TemplateSecContextTool extends TaskToolUtils implements Serializable

serialVersionUID: 6861392109225607718L

Serialized Fields

pSequenceSet

TreeSet<E> pSequenceSet

pContextFields

ArrayList<E> pContextFields

pSequenceFields

ArrayList<E> pSequenceFields

pDialog

us.temerity.pipeline.plugin.TemplateSecContextTool.v2_4_10.TemplateSecContextTool.JTemplateDialog pDialog

pBody

Box pBody

pTpanel

JPanel pTpanel

pVpanel

JPanel pVpanel

Package us.temerity.pipeline.plugin.TemplateSettingsAnnotation.v2_4_10

Class us.temerity.pipeline.plugin.TemplateSettingsAnnotation.v2_4_10.TemplateSettingsAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: -1301856935267293922L


Package us.temerity.pipeline.plugin.TemplateSettingsAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateSettingsAnnotation.v2_4_3.TemplateSettingsAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 596856736121177610L


Package us.temerity.pipeline.plugin.TemplateSettingsTool.v2_4_10

Class us.temerity.pipeline.plugin.TemplateSettingsTool.v2_4_10.TemplateSettingsTool extends TaskToolUtils implements Serializable

serialVersionUID: 1768253164143564794L


Package us.temerity.pipeline.plugin.TemplateUnlinkAnnotation.v2_4_3

Class us.temerity.pipeline.plugin.TemplateUnlinkAnnotation.v2_4_3.TemplateUnlinkAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 2676597177488844309L


Package us.temerity.pipeline.plugin.TemplateUnlinkTool.v2_4_3

Class us.temerity.pipeline.plugin.TemplateUnlinkTool.v2_4_3.TemplateUnlinkTool extends CommonToolUtils implements Serializable

serialVersionUID: 5572959737429723273L


Package us.temerity.pipeline.plugin.TemplateVouchableAnnotation.v2_4_6

Class us.temerity.pipeline.plugin.TemplateVouchableAnnotation.v2_4_6.TemplateVouchableAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 237237833135476071L


Package us.temerity.pipeline.plugin.TemplateVouchableTool.v2_4_6

Class us.temerity.pipeline.plugin.TemplateVouchableTool.v2_4_6.TemplateVouchableTool extends CommonToolUtils implements Serializable

serialVersionUID: -2686069940694707048L


Package us.temerity.pipeline.plugin.TerminalEditor.v1_0_0

Class us.temerity.pipeline.plugin.TerminalEditor.v1_0_0.TerminalEditor extends BaseEditor implements Serializable

serialVersionUID: 2099059926870311259L


Package us.temerity.pipeline.plugin.TerminalEditor.v1_1_0

Class us.temerity.pipeline.plugin.TerminalEditor.v1_1_0.TerminalEditor extends BaseEditor implements Serializable

serialVersionUID: 3603092548622434808L


Package us.temerity.pipeline.plugin.TerminalEditor.v2_0_0

Class us.temerity.pipeline.plugin.TerminalEditor.v2_0_0.TerminalEditor extends BaseEditor implements Serializable

serialVersionUID: -8966634638768863109L


Package us.temerity.pipeline.plugin.TerminalEditor.v2_0_10

Class us.temerity.pipeline.plugin.TerminalEditor.v2_0_10.TerminalEditor extends BaseEditor implements Serializable

serialVersionUID: 5238943216946784840L


Package us.temerity.pipeline.plugin.TerminalEditor.v2_0_9

Class us.temerity.pipeline.plugin.TerminalEditor.v2_0_9.TerminalEditor extends BaseEditor implements Serializable

serialVersionUID: -7086503859149410654L


Package us.temerity.pipeline.plugin.TerminalEditor.v2_2_1

Class us.temerity.pipeline.plugin.TerminalEditor.v2_2_1.TerminalEditor extends BaseEditor implements Serializable

serialVersionUID: -2407225813099656416L


Package us.temerity.pipeline.plugin.TestAction.v1_0_0

Class us.temerity.pipeline.plugin.TestAction.v1_0_0.TestAction extends BaseAction implements Serializable

serialVersionUID: 1201400081088512588L


Package us.temerity.pipeline.plugin.TestAction.v1_1_0

Class us.temerity.pipeline.plugin.TestAction.v1_1_0.TestAction extends BaseAction implements Serializable

serialVersionUID: 1201400081088512589L


Package us.temerity.pipeline.plugin.TestAction.v1_2_0

Class us.temerity.pipeline.plugin.TestAction.v1_2_0.TestAction extends CommonActionUtils implements Serializable

serialVersionUID: 1201400081088512590L


Package us.temerity.pipeline.plugin.TestAnnotation.v2_4_5

Class us.temerity.pipeline.plugin.TestAnnotation.v2_4_5.TestAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 7890707824297025907L


Package us.temerity.pipeline.plugin.TextDiffComparator.v2_2_1

Class us.temerity.pipeline.plugin.TextDiffComparator.v2_2_1.TextDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -1361002776907493804L


Package us.temerity.pipeline.plugin.TextEditEditor.v1_0_0

Class us.temerity.pipeline.plugin.TextEditEditor.v1_0_0.TextEditEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -2899399504530920642L


Package us.temerity.pipeline.plugin.TextEditEditor.v2_0_0

Class us.temerity.pipeline.plugin.TextEditEditor.v2_0_0.TextEditEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: 5883216179727784160L


Package us.temerity.pipeline.plugin.TextEditEditor.v2_0_9

Class us.temerity.pipeline.plugin.TextEditEditor.v2_0_9.TextEditEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -6009187109298251634L


Package us.temerity.pipeline.plugin.TextEditEditor.v2_2_1

Class us.temerity.pipeline.plugin.TextEditEditor.v2_2_1.TextEditEditor extends BaseAppleScriptEditor implements Serializable

serialVersionUID: -7703485884283250039L


Package us.temerity.pipeline.plugin.ThumbnailAction.v2_3_3

Class us.temerity.pipeline.plugin.ThumbnailAction.v2_3_3.ThumbnailAction extends CommonActionUtils implements Serializable

serialVersionUID: -4058999495124325725L


Package us.temerity.pipeline.plugin.ThumbnailNodeAnnotation.v2_3_2

Class us.temerity.pipeline.plugin.ThumbnailNodeAnnotation.v2_3_2.ThumbnailNodeAnnotation extends BaseAnnotation implements Serializable

serialVersionUID: 3903825419336139174L


Package us.temerity.pipeline.plugin.ToggleIntermediateTool.v2_4_9

Class us.temerity.pipeline.plugin.ToggleIntermediateTool.v2_4_9.ToggleIntermediateTool extends BaseTool implements Serializable

serialVersionUID: 8110294992646268308L


Package us.temerity.pipeline.plugin.TouchAction.v1_0_0

Class us.temerity.pipeline.plugin.TouchAction.v1_0_0.TouchAction extends BaseAction implements Serializable

serialVersionUID: -2725025461140265090L


Package us.temerity.pipeline.plugin.TouchAction.v2_0_0

Class us.temerity.pipeline.plugin.TouchAction.v2_0_0.TouchAction extends BaseAction implements Serializable

serialVersionUID: -3337151472643397074L


Package us.temerity.pipeline.plugin.TouchAction.v2_0_9

Class us.temerity.pipeline.plugin.TouchAction.v2_0_9.TouchAction extends BaseAction implements Serializable

serialVersionUID: 6754183530724510705L


Package us.temerity.pipeline.plugin.TouchAction.v2_2_1

Class us.temerity.pipeline.plugin.TouchAction.v2_2_1.TouchAction extends CommonActionUtils implements Serializable

serialVersionUID: 5705090883810897380L


Package us.temerity.pipeline.plugin.UltraEditEditor.v2_0_9

Class us.temerity.pipeline.plugin.UltraEditEditor.v2_0_9.UltraEditEditor extends BaseEditor implements Serializable

serialVersionUID: 4150117853252389967L


Package us.temerity.pipeline.plugin.UltraEditEditor.v2_2_1

Class us.temerity.pipeline.plugin.UltraEditEditor.v2_2_1.UltraEditEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 387102995316563827L


Package us.temerity.pipeline.plugin.UserNameKeyChooser.v2_3_15

Class us.temerity.pipeline.plugin.UserNameKeyChooser.v2_3_15.UserNameKeyChooser extends BaseKeyChooser implements Serializable

serialVersionUID: -2444419689917975552L


Package us.temerity.pipeline.plugin.VimEditor.v2_0_0

Class us.temerity.pipeline.plugin.VimEditor.v2_0_0.VimEditor extends BaseEditor implements Serializable

serialVersionUID: 377888010837088569L


Package us.temerity.pipeline.plugin.VimEditor.v2_0_9

Class us.temerity.pipeline.plugin.VimEditor.v2_0_9.VimEditor extends BaseEditor implements Serializable

serialVersionUID: -2785115466705985263L


Package us.temerity.pipeline.plugin.VimEditor.v2_2_1

Class us.temerity.pipeline.plugin.VimEditor.v2_2_1.VimEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: 383389058182003212L


Package us.temerity.pipeline.plugin.WebBrowserEditor.v2_2_1

Class us.temerity.pipeline.plugin.WebBrowserEditor.v2_2_1.WebBrowserEditor extends SimpleEditor implements Serializable

serialVersionUID: -4421733422946806720L


Package us.temerity.pipeline.plugin.WebBrowserEditor.v2_4_3

Class us.temerity.pipeline.plugin.WebBrowserEditor.v2_4_3.WebBrowserEditor extends SimpleEditor implements Serializable

serialVersionUID: 3202515786739784L


Package us.temerity.pipeline.plugin.WordPadEditor.v2_2_1

Class us.temerity.pipeline.plugin.WordPadEditor.v2_2_1.WordPadEditor extends SimpleSingleEditor implements Serializable

serialVersionUID: -8241430730705008955L


Package us.temerity.pipeline.plugin.XDiffComparator.v1_0_0

Class us.temerity.pipeline.plugin.XDiffComparator.v1_0_0.XDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -3650862921762683348L


Package us.temerity.pipeline.plugin.XDiffComparator.v2_0_0

Class us.temerity.pipeline.plugin.XDiffComparator.v2_0_0.XDiffComparator extends BaseComparator implements Serializable

serialVersionUID: 8932693960033574222L


Package us.temerity.pipeline.plugin.XDiffComparator.v2_0_9

Class us.temerity.pipeline.plugin.XDiffComparator.v2_0_9.XDiffComparator extends BaseComparator implements Serializable

serialVersionUID: -429701799824287850L


Package us.temerity.pipeline.plugin.XDviEditor.v1_0_0

Class us.temerity.pipeline.plugin.XDviEditor.v1_0_0.XDviEditor extends SingleEditor implements Serializable

serialVersionUID: 6803361743847912904L


Package us.temerity.pipeline.plugin.XDviEditor.v2_0_0

Class us.temerity.pipeline.plugin.XDviEditor.v2_0_0.XDviEditor extends SingleEditor implements Serializable

serialVersionUID: 2496195437654197350L


Package us.temerity.pipeline.plugin.XImageEditor.v1_0_0

Class us.temerity.pipeline.plugin.XImageEditor.v1_0_0.XImageEditor extends BaseEditor implements Serializable

serialVersionUID: -1655378268712649942L


Package us.temerity.pipeline.plugin.XImageEditor.v2_0_0

Class us.temerity.pipeline.plugin.XImageEditor.v2_0_0.XImageEditor extends BaseEditor implements Serializable

serialVersionUID: 4972825425769633878L


Package us.temerity.pipeline.plugin.XImageEditor.v2_0_9

Class us.temerity.pipeline.plugin.XImageEditor.v2_0_9.XImageEditor extends BaseEditor implements Serializable

serialVersionUID: -6657128382880282010L


Package us.temerity.pipeline.plugin.XImageEditor.v2_2_1

Class us.temerity.pipeline.plugin.XImageEditor.v2_2_1.XImageEditor extends SimpleEditor implements Serializable

serialVersionUID: -7140834515401234828L


Package us.temerity.pipeline.plugin.XSIEditor.v2_0_9

Class us.temerity.pipeline.plugin.XSIEditor.v2_0_9.XSIEditor extends SingleEditor implements Serializable

serialVersionUID: -4057746444961417102L


Package us.temerity.pipeline.plugin.ZBrushEditor.v2_0_9

Class us.temerity.pipeline.plugin.ZBrushEditor.v2_0_9.ZBrushEditor extends BaseEditor implements Serializable

serialVersionUID: -371827571202706505L


Package us.temerity.pipeline.stages

Class us.temerity.pipeline.stages.AfterFXBuildStage extends AfterFXSceneStage implements Serializable

serialVersionUID: -6382506961409502274L

Serialized Fields

pRatio

Double pRatio

pFrameRate

Double pFrameRate

Class us.temerity.pipeline.stages.AfterFXImgRenderStage extends StandardStage implements Serializable

serialVersionUID: 456265104700886338L

Class us.temerity.pipeline.stages.AfterFXRenderImgStage extends StandardStage implements Serializable

serialVersionUID: 456265104700886338L

Class us.temerity.pipeline.stages.AfterFXSceneStage extends StandardStage implements Serializable

serialVersionUID: -7039790058064568645L

Serialized Fields

pSources

TreeSet<E> pSources

Class us.temerity.pipeline.stages.BaseStage extends Described implements Serializable

serialVersionUID: -1921312494746168530L

Serialized Fields

pUtilContext

UtilContext pUtilContext
The UtilContext that the stage operates in.


pStageInformation

BuilderInformation.StageInformation pStageInformation
Contains shared information between all stages.


pRegisteredNodeName

String pRegisteredNodeName
The name of the node that is to be registered by the stage.


pSuffix

String pSuffix
The suffix of the node that is going to be registered.


pFrameRange

FrameRange pFrameRange

pPadding

int pPadding

pEditor

BaseEditor pEditor
The Editor for the node that is going to be registered


pAction

BaseAction pAction
The Action for the node that is going to be registered.

This also stores all the parameter (single, source, and secondary source) information.


pLinks

LinkedList<E> pLinks
A list of links for the registered node to have.


pSecondarySequences

LinkedList<E> pSecondarySequences
A list of secondary sequences for the registered node to have.


pRegisteredNodeMod

NodeMod pRegisteredNodeMod
The working version of the registered node, once it has been built. The BaseStage.build() method needs to ensure that this field correct once it finishes execution.


pSelectionKeys

TreeSet<E> pSelectionKeys
The list of Selection Keys to assign to the built node.


pLicenseKeys

TreeSet<E> pLicenseKeys
The list of License Keys to assign to the built node.


pHardwareKeys

TreeSet<E> pHardwareKeys
The list of Hardware Keys to assign to the built node.


pAnnotations

ListMap<K,V> pAnnotations

pVersionAnnotations

ListMap<K,V> pVersionAnnotations

pExecutionMethod

ExecutionMethod pExecutionMethod

pBatchSize

int pBatchSize

pJobReqs

JobReqs pJobReqs

pClient

MasterMgrClient pClient
Instance of MasterMgrClient to perform the stage's operations with.


pPlug

PluginMgrClient pPlug

pNodeCheckedOut

boolean pNodeCheckedOut
Was the node Checked Out by the BaseStage.checkExistance(String, ActionOnExistence) method?


pNodeLocked

boolean pNodeLocked
Was the node locked by the BaseStage.checkExistance(String, ActionOnExistence) method?


pStageFunction

String pStageFunction

Class us.temerity.pipeline.stages.CatFilesStage extends StandardStage implements Serializable

serialVersionUID: -1598902054477603895L

Class us.temerity.pipeline.stages.CopyStage extends StandardStage implements Serializable

serialVersionUID: 5430807656489635181L

Class us.temerity.pipeline.stages.EmptyFBXStage extends StandardStage implements Serializable

serialVersionUID: 7956888902881045916L

Class us.temerity.pipeline.stages.EmptyFileStage extends StandardStage implements Serializable

serialVersionUID: -4188429817735845652L

Class us.temerity.pipeline.stages.EmptyMayaAsciiStage extends MayaBuildStage implements Serializable

serialVersionUID: 1710441722495211817L

Class us.temerity.pipeline.stages.FileWriterStage extends StandardStage implements Serializable

serialVersionUID: 4013108921342960191L

Serialized Fields

pFileContents

String pFileContents

Class us.temerity.pipeline.stages.MayaAnimBuildStage extends MayaFileStage implements Serializable

serialVersionUID: -7074698626849138011L

Class us.temerity.pipeline.stages.MayaBuildStage extends MayaFileStage implements Serializable

serialVersionUID: -19415324052636094L

Class us.temerity.pipeline.stages.MayaCollateStage extends MayaFileStage implements Serializable

serialVersionUID: -6942029969243741747L

Class us.temerity.pipeline.stages.MayaCurvesExportStage extends MayaFileStage implements Serializable

serialVersionUID: -2493960986436834697L

Class us.temerity.pipeline.stages.MayaExportStage extends MayaFileStage implements Serializable

serialVersionUID: 3441932090118754356L

Class us.temerity.pipeline.stages.MayaFileStage extends StandardStage implements Serializable

serialVersionUID: -6109809134859336504L

Serialized Fields

pMayaContext

MayaContext pMayaContext
The MayaContext for the stage.

Class us.temerity.pipeline.stages.MayaFTNBuildStage extends MayaFileStage implements Serializable

serialVersionUID: -3708332108842366919L

Class us.temerity.pipeline.stages.MayaMELStage extends MayaFileStage implements Serializable

Serialized Fields

pOrder

Integer pOrder

Class us.temerity.pipeline.stages.MayaMiExportStage extends StandardStage implements Serializable

serialVersionUID: -570821544247319782L

Class us.temerity.pipeline.stages.MayaMiShaderStage extends StandardStage implements Serializable

serialVersionUID: -2920151446824828954L

Class us.temerity.pipeline.stages.MayaRenderStage extends StandardStage implements Serializable

serialVersionUID: 7499324641660174563L

Class us.temerity.pipeline.stages.MayaReplaceRefStage extends MayaFileStage implements Serializable

serialVersionUID: -5437790980731452698L

Class us.temerity.pipeline.stages.MELFileStage extends StandardStage implements Serializable

serialVersionUID: 9094243771431113273L

Class us.temerity.pipeline.stages.MRayCamOverrideStage extends StandardStage implements Serializable

serialVersionUID: 4457874075415364187L

Class us.temerity.pipeline.stages.MRayOptionsStage extends StandardStage implements Serializable

serialVersionUID: 167310982141538453L

Class us.temerity.pipeline.stages.MRayRenderStage extends StandardStage implements Serializable

serialVersionUID: -3636358465186210569L

Class us.temerity.pipeline.stages.ProductStage extends CopyStage implements Serializable

serialVersionUID: 7855226729103372831L

Class us.temerity.pipeline.stages.SilhouetteBuildStage extends StandardStage implements Serializable

serialVersionUID: -2322652195858939826L

Class us.temerity.pipeline.stages.StandardStage extends BaseStage implements Serializable

serialVersionUID: 2327486058471612742L

Serialized Fields

pNodeAdded

boolean pNodeAdded
Flags for what actions where taken for the node which was processed by this stage.


pNodeConformed

boolean pNodeConformed

pNodeSkipped

boolean pNodeSkipped

pIsIntermediate

boolean pIsIntermediate

Class us.temerity.pipeline.stages.TargetStage extends TouchStage implements Serializable

serialVersionUID: 5221589449119679847L

Class us.temerity.pipeline.stages.TemplateStage extends StandardStage implements Serializable

serialVersionUID: 1242156409941962795L

Serialized Fields

pReplacements

TreeMap<K,V> pReplacements

pContexts

TreeMap<K,V> pContexts

pAnnotCache

TripleMap<A,B,C,V> pAnnotCache

pUnlinkNodes

MappedSet<K,V> pUnlinkNodes

pTemplateNodesToUnlink

TreeSet<E> pTemplateNodesToUnlink

pTemplateInfo

TemplateBuildInfo pTemplateInfo

pSrcHasDisabledAction

boolean pSrcHasDisabledAction

pDisableAction

boolean pDisableAction

pRemoveAction

boolean pRemoveAction

pCloneFiles

boolean pCloneFiles

pTouchFiles

boolean pTouchFiles

pVouch

boolean pVouch

pUnlinkAll

boolean pUnlinkAll

pEnableAction

boolean pEnableAction

pInhibitCopyFiles

boolean pInhibitCopyFiles

pAllowZeroContexts

boolean pAllowZeroContexts

pExternal

TemplateExternalData pExternal

pSourceMod

NodeMod pSourceMod

pTemplateRange

FrameRange pTemplateRange

pActualRange

FrameRange pActualRange

pSecSeqs

MappedSet<K,V> pSecSeqs

pIgnorableProducts

TreeSet<E> pIgnorableProducts

pIgnoredNodes

TreeSet<E> pIgnoredNodes

pSkippedNodes

TreeSet<E> pSkippedNodes

pBackedUpAction

BaseAction pBackedUpAction

Class us.temerity.pipeline.stages.ThumbnailStage extends StandardStage implements Serializable

serialVersionUID: 6947901517583279702L

Class us.temerity.pipeline.stages.TouchStage extends StandardStage implements Serializable

serialVersionUID: -324541956598968880L

Class us.temerity.pipeline.stages.TurntableStage extends MayaRenderStage implements Serializable

serialVersionUID: 3240152577221732496L


Package us.temerity.pipeline.toolset

Class us.temerity.pipeline.toolset.PackageCommon extends Named implements Serializable

serialVersionUID: -6890472432252789088L

Serialized Fields

pEntries

TreeMap<K,V> pEntries
The table of environmental variable entries.

Class us.temerity.pipeline.toolset.PackageEntry extends Object implements Serializable

serialVersionUID: -6890472432252789088L

Serialized Fields

pName

String pName
The environmental variable name.


pValue

String pValue
The environmental variable value.


pMergePolicy

MergePolicy pMergePolicy
The package merge policy for this entry.

Class us.temerity.pipeline.toolset.PackageMod extends PackageCommon implements Serializable

serialVersionUID: 8739270879338857579L

Class us.temerity.pipeline.toolset.PackageVersion extends PackageCommon implements Serializable

serialVersionUID: 1339532394037898044L

Serialized Fields

pVersionID

VersionID pVersionID
The revision number of this version.


pMessage

SimpleLogMessage pMessage
The descriptive message given at the time this version of the package was created.

The timestamp and author of the message are also the timestamp and author of the package version.

Class us.temerity.pipeline.toolset.Toolset extends Named implements Serializable

serialVersionUID: 925603407240870760L

Serialized Fields

pPackages

ArrayList<E> pPackages
The names of the packages which make up the toolset in the order they are included.


pPackageHistory

TreeMap<K,V> pPackageHistory
The indices in order of evaluation of the packages which provide a value for an environmental variable indexed by the environmental variable name.


pVersionIDs

ArrayList<E> pVersionIDs
The revision numbers of the packages in the order they are included. If there is no revision number entry for a package, then the package is modifiable.


pMessage

SimpleLogMessage pMessage
The descriptive message given at the time the toolset was created.

The timestamp and author of the message are also the timestamp and author of the toolset.


pEnvironment

TreeMap<K,V> pEnvironment
The cooked toolset environment.


pHasModifiable

boolean pHasModifiable
Was the toolset built with any modifiable packages.


pConflicts

TreeMap<K,V> pConflicts
The indices in order of evaluation of the packages which are in conflict indexed by the environmental variable name.


pAnyConflicts

TreeSet<E> pAnyConflicts
The indices of the packages for which there are one or more environmental variable conflicts.


Package us.temerity.pipeline.ui

Class us.temerity.pipeline.ui.AbstractSortableTableModel extends AbstractTableModel implements Serializable

Serialized Fields

pTable

JTable pTable
The parent table.


pNumRows

int pNumRows
The number of rows in the table.


pRowToIndex

int[] pRowToIndex
Param row indices for each displayed row number.


pSortColumn

int pSortColumn
The number of the column used to sort rows.


pSortAscending

boolean pSortAscending
Sort in ascending order?


pNumColumns

int pNumColumns
The number of columns.


pColumnClasses

Class<T>[] pColumnClasses
The type of each column.


pColumnNames

String[] pColumnNames
The UI names of the columns


pColumnWidthRanges

Vector3i[] pColumnWidthRanges
Get the (min, preferred, max) widths of the column or null to use the fixed width for all values.


pColumnColorPrefix

String[] pColumnColorPrefix
The color prefix used to determine the synth style of the header button for the given column or null if all columns use the default style.


pColumnDescriptions

String[] pColumnDescriptions
The description of the columns used in tool tips.


pRenderers

TableCellRenderer[] pRenderers
The render for each column


pEditors

TableCellEditor[] pEditors
The editor for each column

Class us.temerity.pipeline.ui.JAlphaNumField extends JTextField implements Serializable

serialVersionUID: 6663082194375309654L

Class us.temerity.pipeline.ui.JBaseDialog extends JDialog implements Serializable

serialVersionUID: -5264874588692597213L

Serialized Fields

pConfirmed

boolean pConfirmed
The state of the dialog upon closing.


pHeaderLabel

JLabel pHeaderLabel
The dialog header label.


pConfirmButton

JButton pConfirmButton
The footer buttons.


pApplyButton

JButton pApplyButton

pCancelButton

JButton pCancelButton

pExtraButtons

TreeMap<K,V> pExtraButtons
The extra footer buttons indexed by title.

Class us.temerity.pipeline.ui.JBaseFileSelectDialog extends JFullDialog implements Serializable

Serialized Fields

pRootDir

File pRootDir
The root directory.


pDirField

JTextField pDirField
The current directory field.


pFileList

JList pFileList
The file listing.


pFileField

JTextField pFileField
The selected file field.

May be null if this a directory only dialog.


pCurrentDirectory

File pCurrentDirectory
The current target directory.

Class us.temerity.pipeline.ui.JBaseMonitorPanel extends JPanel implements Serializable

Serialized Fields

pFirstUpdate

AtomicBoolean pFirstUpdate
Whether the first scroll bar update task has completed.


pTextArea

us.temerity.pipeline.ui.JBaseMonitorPanel.JMonitorTextArea pTextArea
The text area.


pScrollBar

JScrollBar pScrollBar
The scroll bar.

Class us.temerity.pipeline.ui.JBaseNumberField extends JTextField implements Serializable

Class us.temerity.pipeline.ui.JBooleanField extends JPanel implements Serializable

serialVersionUID: -2376760029398653726L

Serialized Fields

pValue

Boolean pValue
The underlying boolean value.


pLabel

JLabel pLabel
The value.


pIconLabel

JLabel pIconLabel
The icon.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JBooleanParamTableCellEditor extends JBooleanTableCellEditor implements Serializable

serialVersionUID: -8899601013945533423L

Class us.temerity.pipeline.ui.JBooleanParamTableCellRenderer extends JBooleanTableCellRenderer implements Serializable

serialVersionUID: 5718844052814385968L

Class us.temerity.pipeline.ui.JBooleanTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 8590236926042621248L

Serialized Fields

pField

JCollectionField pField
The boolean values editor.


pAllowNull

boolean pAllowNull
Whether null values are permissable.

Class us.temerity.pipeline.ui.JBooleanTableCellRenderer extends JSimpleTableCellRenderer implements Serializable

serialVersionUID: -1928412042050293411L

Class us.temerity.pipeline.ui.JBuilderIDSelectionField extends JPanel implements Serializable

serialVersionUID: 6103451504229016282L

Serialized Fields

pBuilderID

BuilderID pBuilderID
The unique builder identity or null if unspecified.


pPluginSupports

TreeSet<E> pPluginSupports
The cached supported operating systems of the current plugin. If null, lookup the supported OSs from pPlugins.


pPlugins

TripleMap<A,B,C,V> pPlugins
The vender, name, revision numbers and supported operating system types of all legal plugins.


pPopup

JPopupMenu pPopup
The popup menu.


pLabel

JLabel pLabel
The value.


pIconLabel

JLabel pIconLabel
The icon.


pFieldForegroundColor

Color pFieldForegroundColor
The foreground color of the text field.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.


pVersionField

JTextField pVersionField
Read-only display fields for the builder ID components.


pVendorField

JTextField pVendorField

pOsSupportField

JOsSupportField pOsSupportField

pBuilderNameField

JTextField pBuilderNameField

Class us.temerity.pipeline.ui.JByteSizeField extends JBaseNumberField<Long> implements Serializable

serialVersionUID: -1441125486714429565L

Class us.temerity.pipeline.ui.JByteSizeParamTableCellEditor extends JByteSizeTableCellEditor implements Serializable

serialVersionUID: -2081807892546835850L

Class us.temerity.pipeline.ui.JByteSizeParamTableCellRenderer extends JByteSizeTableCellRenderer implements Serializable

serialVersionUID: -1563441552849562848L

Class us.temerity.pipeline.ui.JByteSizeTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 5986289119399964703L

Serialized Fields

pField

JByteSizeField pField
The integer field editor.

Class us.temerity.pipeline.ui.JByteSizeTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: -690498372994587454L

Class us.temerity.pipeline.ui.JCollectionField extends JPanel implements Serializable

serialVersionUID: -3098195836855262214L

Serialized Fields

pPopup

JPopupMenu pPopup
The popup menu.


pDialog

JDialog pDialog
The item selection dialog used for long lists.


pItemList

JList pItemList
The item selection list.


pLabel

JLabel pLabel
The value.


pIconLabel

JLabel pIconLabel
The icon.


pFieldForegroundColor

Color pFieldForegroundColor
The foreground color of the text field.


pValues

ArrayList<E> pValues
The underlying Collection.


pSelectedIdx

int pSelectedIdx
The selected index.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JCollectionTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -7454634252700018659L

Serialized Fields

pField

JCollectionField pField
The collection field editor.

Class us.temerity.pipeline.ui.JColorEditorDialog extends JBaseDialog implements Serializable

serialVersionUID: -8078376863798514480L

Serialized Fields

pHSV

Tuple3d pHSV
The current color in HSV representation.


pGLJPanel

GLJPanel pGLJPanel
The OpenGL rendering canvas.


pRingDL

Integer pRingDL
The OpenGL display list handle for the hue ring geometry.


pWhiteDL

Integer pWhiteDL
The OpenGL display list handle for white color circle.


pBlackDL

Integer pBlackDL
The OpenGL display list handle for black color circle.


pTexID

Integer pTexID
The OpenGL texture object handle for the color circle.


pEditingSatVal

boolean pEditingSatVal
Whether a mouse drag which changes the saturation/value is currently in progress.


pEditingHue

boolean pEditingHue
Whether a mouse drag which changes the hue is currently in progress.


pTriSpace

CoordSys2d pTriSpace
The affine space defined by the color triangle.

The origin is at the black corner.
The X basis vector is from the black corner to the white corner.
The Y basis vector is from the black corner to the saturated corner.

Class us.temerity.pipeline.ui.JColorField extends JPanel implements Serializable

serialVersionUID: -2604254407873686123L

Serialized Fields

pOwnerDialog

Dialog pOwnerDialog
Parent window.


pOwnerFrame

Frame pOwnerFrame

pButton

JButton pButton
The button which displays the color editor dialog.


pValue

Color3d pValue
The color being displayed.


pTitle

String pTitle
The title of the color editor dialog.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JColorParamTableCellEditor extends JColorTableCellEditor implements Serializable

serialVersionUID: 2203097066880842714L

Class us.temerity.pipeline.ui.JColorParamTableCellRenderer extends JColorTableCellRenderer implements Serializable

serialVersionUID: 1265269653718975631L

Class us.temerity.pipeline.ui.JColorTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 1651112176450289540L

Serialized Fields

pField

JColorField pField
The integer field editor.

Class us.temerity.pipeline.ui.JColorTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 7444431888680282404L

Serialized Fields

pColorField

JColorField pColorField
Displays the color if not null.

Class us.temerity.pipeline.ui.JConfirmDialog extends JBaseDialog implements Serializable

serialVersionUID: 8157500834598462446L

Class us.temerity.pipeline.ui.JConfirmListDialog extends JBaseDialog implements Serializable

serialVersionUID: 4292754650405933966L

Class us.temerity.pipeline.ui.JDoubleField extends JBaseNumberField<Double> implements Serializable

serialVersionUID: 6104507511387214787L

Class us.temerity.pipeline.ui.JDoubleParamTableCellEditor extends JDoubleTableCellEditor implements Serializable

serialVersionUID: 4227092323047249129L

Class us.temerity.pipeline.ui.JDoubleTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 542283440652254727L

Serialized Fields

pField

JDoubleField pField
The double field.

Class us.temerity.pipeline.ui.JDoubleTableCellRenderer extends JSimpleTableCellRenderer implements Serializable

serialVersionUID: -2612002079793651257L

Serialized Fields

pNumberFormat

NumberFormat pNumberFormat

Class us.temerity.pipeline.ui.JDoubleTupleField extends JPanel implements Serializable

serialVersionUID: -6423731446744588574L

Serialized Fields

pSize

int pSize
The number of tuple components.


pFields

JDoubleField[] pFields
The component fields.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JDrawer extends JPanel implements Serializable

serialVersionUID: -6827904546455435160L

Serialized Fields

pHeader

JCheckBox pHeader
The always visible header used to open/close the drawer.


pContents

JComponent pContents
The contents which is shown/hidded when the drawer is opened/closed.

Class us.temerity.pipeline.ui.JDualCollectionField extends JCollectionField implements Serializable

serialVersionUID: 4438937894390715487L

Serialized Fields

pSelectValues

ArrayList<E> pSelectValues
The underlying selectable Collection.

Class us.temerity.pipeline.ui.JDualCollectionTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 4438937894390715487L

Serialized Fields

pField

JCollectionField pField
The collection field editor.


pWidth

int pWidth

Class us.temerity.pipeline.ui.JEnumParamTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -6818994795707099564L

Serialized Fields

pParam

EnumActionParam pParam
The enum parameter being edited.


pField

JCollectionField pField
The enum field editor.

Class us.temerity.pipeline.ui.JErrorDialog extends JBaseDialog implements Serializable

serialVersionUID: 6715827604298406774L

Serialized Fields

pMessageArea

JTextArea pMessageArea
The error message text.

Class us.temerity.pipeline.ui.JFancyTree extends JTree implements Serializable

serialVersionUID: -6795929634751231730L

Class us.temerity.pipeline.ui.JFastTableCellRenderer extends JLabel implements Serializable

Serialized Fields

pDimUneditable

boolean pDimUneditable
Whether to render uneditable cells with a dimmed foreground color.

Class us.temerity.pipeline.ui.JFileListCellRenderer extends JPanel implements Serializable

serialVersionUID: 9144374790563937303L

Serialized Fields

pNameLabel

JLabel pNameLabel
The file/directory name label.


pSizeLabel

JLabel pSizeLabel
The file size label.


pDateLabel

JLabel pDateLabel
The last modified timestamp label.


pFormat

DecimalFormat pFormat
The size formatter.

Class us.temerity.pipeline.ui.JFileMonitorPanel extends JBaseMonitorPanel implements Serializable

serialVersionUID: 990542431535717346L

Serialized Fields

pFileMonitor

FileMonitor pFileMonitor
The monitored file.

Class us.temerity.pipeline.ui.JFileSelectDialog extends JBaseFileSelectDialog implements Serializable

serialVersionUID: 257228426004498837L

Class us.temerity.pipeline.ui.JFileSeqListCellRenderer extends JFileListCellRenderer implements Serializable

serialVersionUID: -463964161555323073L

Serialized Fields

pDir

File pDir
The current directory.

Class us.temerity.pipeline.ui.JFileSeqSelectDialog extends JBaseFileSelectDialog implements Serializable

serialVersionUID: -3224045468633955025L

Serialized Fields

pFileSeq

FileSeq pFileSeq
The selected file sequence or null if none is selected.


pRenderer

JFileSeqListCellRenderer pRenderer
The renderer of list cells.

Class us.temerity.pipeline.ui.JFloatField extends JBaseNumberField<Float> implements Serializable

serialVersionUID: 7973320176011246090L

Class us.temerity.pipeline.ui.JFullDialog extends JBaseDialog implements Serializable

serialVersionUID: 1972856299852271626L

Serialized Fields

pErrorDialog

JErrorDialog pErrorDialog
The error message dialog.

Class us.temerity.pipeline.ui.JHeaderTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 1316445099657212359L

Serialized Fields

pModel

AbstractSortableTableModel pModel
The parent table model.


pColumn

int pColumn
The column index into the model for this header.

Class us.temerity.pipeline.ui.JHorzSplitPanel extends JSplitPane implements Serializable

serialVersionUID: 2810029111074533103L

Class us.temerity.pipeline.ui.JHotKeyField extends JLabel implements Serializable

serialVersionUID: 2977925171510698518L

Serialized Fields

pHotKey

HotKey pHotKey
The hot key being displayed.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JIdentifierField extends JTextField implements Serializable

serialVersionUID: 3709277328824009446L

Class us.temerity.pipeline.ui.JIdentifierTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 7036604440882855936L

Serialized Fields

pField

JIdentifierField pField
The identifier field.

Class us.temerity.pipeline.ui.JInfoDialog extends JBaseDialog implements Serializable

serialVersionUID: 8124420478348816050L

Class us.temerity.pipeline.ui.JIntegerField extends JBaseNumberField<Integer> implements Serializable

serialVersionUID: -1441125486714429565L

Class us.temerity.pipeline.ui.JIntegerParamTableCellEditor extends JIntegerTableCellEditor implements Serializable

serialVersionUID: -6828627967604671248L

Class us.temerity.pipeline.ui.JIntegerTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 4204678430156487156L

Serialized Fields

pField

JIntegerField pField
The integer field editor.

Class us.temerity.pipeline.ui.JIntegerTupleField extends JPanel implements Serializable

serialVersionUID: -3187758451109240738L

Serialized Fields

pSize

int pSize
The number of tuple components.


pFields

JIntegerField[] pFields
The component fields.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JLinkParamTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -5520694713663486443L

Serialized Fields

pNames

ArrayList<E> pNames
The fully resolved named of the upstream nodes which correspond to the items displayed by the field.


pField

JCollectionField pField
The link field editor.

Class us.temerity.pipeline.ui.JLinkParamTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 3708385337158752099L

Serialized Fields

pNames

ArrayList<E> pNames
The fully resolved names of the upstream nodes.


pTitles

ArrayList<E> pTitles
The short names of the upstream nodes.

Class us.temerity.pipeline.ui.JListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 9144374790563937303L

Class us.temerity.pipeline.ui.JLogsDialog extends JTopLevelDialog implements Serializable

serialVersionUID: -5441098030938285298L

Serialized Fields

pLevelFields

EnumMap<K extends Enum<K>,V> pLevelFields
The logging level control fields.


pMessageArea

JTextArea pMessageArea
The log message text.


pEnableButton

JButton pEnableButton
The dialog footer buttons.


pSaveAsButton

JButton pSaveAsButton

pSaveAsDialog

JFileSelectDialog pSaveAsDialog
Save logs file selection dialog.

Class us.temerity.pipeline.ui.JMessageDialog extends JBaseDialog implements Serializable

serialVersionUID: -3361799049605399785L

Class us.temerity.pipeline.ui.JMonitorSubProcessDialog extends JTopLevelDialog implements Serializable

serialVersionUID: -7362522614371871492L

Serialized Fields

pProc

SubProcessHeavy pProc
The test process.


pRunTask

us.temerity.pipeline.ui.JMonitorSubProcessDialog.RunTask pRunTask
The task monitoring the test process.


pHeader

String pHeader
The base header text.


pStdOutPanel

JFileMonitorPanel pStdOutPanel
The panel monitoring the process STDOUT.


pStdErrPanel

JFileMonitorPanel pStdErrPanel
The panel monitoring the process STDOUT.

Class us.temerity.pipeline.ui.JNewFolderDialog extends JNewIdentifierDialog implements Serializable

serialVersionUID: -4320568430731398212L

Class us.temerity.pipeline.ui.JNewIdentifierDialog extends JBaseDialog implements Serializable

serialVersionUID: -8184225402127026678L

Serialized Fields

pNameField

JIdentifierField pNameField
The field containing the new name.

Class us.temerity.pipeline.ui.JNewNameDialog extends JBaseDialog implements Serializable

serialVersionUID: -1405678737818875962L

Serialized Fields

pNameField

JTextField pNameField
The field containing the new name.

Class us.temerity.pipeline.ui.JNodeIdentifierField extends JTextField implements Serializable

serialVersionUID: 6581802923163598599L

Class us.temerity.pipeline.ui.JOsSupportField extends JPanel implements Serializable

serialVersionUID: 7769060376233827003L

Serialized Fields

pSupports

TreeSet<E> pSupports
The supported operating systems.


pModifiedColor

boolean pModifiedColor
Whether to use the modified color;


pLabels

JLabel[] pLabels
The OS labels.

Class us.temerity.pipeline.ui.JOutputDialog extends JTopLevelDialog implements Serializable

serialVersionUID: -2835849889423148288L

Serialized Fields

pTitleLabel

JLabel pTitleLabel
The message area title.


pMessageArea

JTextArea pMessageArea
The error message text.

Class us.temerity.pipeline.ui.JParamNameField extends JTextField implements Serializable

serialVersionUID: 2490336127084575013L

Class us.temerity.pipeline.ui.JPathField extends JTextField implements Serializable

serialVersionUID: 8036828987671944771L

Class us.temerity.pipeline.ui.JPercentField extends JBaseNumberField<Double> implements Serializable

serialVersionUID: 6104507511387214787L

Serialized Fields

pFormat

NumberFormat pFormat

Class us.temerity.pipeline.ui.JPercentTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -1145461377361432010L

Serialized Fields

pField

JDoubleField pField
The double field.

Class us.temerity.pipeline.ui.JPercentTableCellRenderer extends JSimpleTableCellRenderer implements Serializable

serialVersionUID: 2252416513171335307L

Serialized Fields

pNumberFormat

NumberFormat pNumberFormat

Class us.temerity.pipeline.ui.JPluginSelectionField extends JPanel implements Serializable

serialVersionUID: -2880910560766850035L

Serialized Fields

pPluginName

String pPluginName
The name of the selected plugin or null if unspecified.


pPluginVersionID

VersionID pPluginVersionID
The revision number of the selected plugin or null if unspecified.


pPluginVendor

String pPluginVendor
The name of the vendor of the selected plugin or null if unspecified.


pPluginSupports

TreeSet<E> pPluginSupports
The cached supported operating systems of the current plugin. If null, lookup the supported OSs from pPlugins.


pPlugins

TripleMap<A,B,C,V> pPlugins
The vender, name, revision numbers and supported operating system types of all legal plugins.


pPopup

JPopupMenu pPopup
The popup menu.


pLabel

JLabel pLabel
The value.


pIconLabel

JLabel pIconLabel
The icon.


pFieldForegroundColor

Color pFieldForegroundColor
The foreground color of the text field.


pListenerList

EventListenerList pListenerList
The action listeners registered to this object.


pActionCommand

String pActionCommand
The command string passed to generated action events.


pEventID

int pEventID
The unique event ID.

Class us.temerity.pipeline.ui.JPluginTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: -6805929000148512450L

Class us.temerity.pipeline.ui.JSimpleTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 7930267239670931454L

Class us.temerity.pipeline.ui.JStringParamTableCellEditor extends JStringTableCellEditor implements Serializable

serialVersionUID: 8989454051335707653L

Class us.temerity.pipeline.ui.JStringTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 884865993745973338L

Serialized Fields

pField

JTextField pField
The text field editor.

Class us.temerity.pipeline.ui.JSubProcessFailureDialog extends JBaseDialog implements Serializable

serialVersionUID: 5494894104009213275L

Serialized Fields

pCommandArea

JTextArea pCommandArea
The command-line text area.


pStdOutArea

JTextArea pStdOutArea
The command output.


pStdErrArea

JTextArea pStdErrArea
The command errors.

Class us.temerity.pipeline.ui.JTablePanel extends JPanel implements Serializable

serialVersionUID: -6732073412889969988L

Serialized Fields

pHeaderPanel

JPanel pHeaderPanel
The column header.


pHeaderViewport

JViewport pHeaderViewport
The viewport containing the column header.


pTableModel

AbstractSortableTableModel pTableModel
The table model.


pTable

us.temerity.pipeline.ui.JTablePanel.JFancyTable pTable
The table.


pTableScroll

JScrollPane pTableScroll
The scroll pane containing the table.

Class us.temerity.pipeline.ui.JToolDialog extends JBaseDialog implements Serializable

serialVersionUID: -2888190912678205880L

Class us.temerity.pipeline.ui.JTopLevelDialog extends JFrame implements Serializable

serialVersionUID: -5264874588692597213L

Serialized Fields

pConfirmed

boolean pConfirmed
The state of the dialog upon closing.


pHeaderLabel

JLabel pHeaderLabel
The dialog header label.


pHeaderLabelExtra

JLabel pHeaderLabelExtra
The right-justified dialog header label.


pConfirmButton

JButton pConfirmButton
The footer buttons.


pApplyButton

JButton pApplyButton

pCancelButton

JButton pCancelButton

pErrorDialog

JErrorDialog pErrorDialog
The error message dialog.

Class us.temerity.pipeline.ui.JTuple2dField extends JDoubleTupleField implements Serializable

serialVersionUID: 6932219796218633627L

Class us.temerity.pipeline.ui.JTuple2dParamTableCellEditor extends JTuple2dTableCellEditor implements Serializable

serialVersionUID: -2180133785133026406L

Class us.temerity.pipeline.ui.JTuple2dParamTableCellRenderer extends JTuple2dTableCellRenderer implements Serializable

serialVersionUID: 193244499211157319L

Class us.temerity.pipeline.ui.JTuple2dTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -334267636411079852L

Serialized Fields

pField

JTuple2dField pField
The integer field editor.

Class us.temerity.pipeline.ui.JTuple2dTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: -2719240822037294650L

Serialized Fields

pField

JTuple2dField pField
Displays the tuple if not null.

Class us.temerity.pipeline.ui.JTuple2iField extends JIntegerTupleField implements Serializable

serialVersionUID: -7758882333847964794L

Class us.temerity.pipeline.ui.JTuple2iParamTableCellEditor extends JTuple2iTableCellEditor implements Serializable

serialVersionUID: 6887975767306119480L

Class us.temerity.pipeline.ui.JTuple2iParamTableCellRenderer extends JTuple2iTableCellRenderer implements Serializable

serialVersionUID: 176856799930385268L

Class us.temerity.pipeline.ui.JTuple2iTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 5654678868006692637L

Serialized Fields

pField

JTuple2iField pField
The integer field editor.

Class us.temerity.pipeline.ui.JTuple2iTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: -2719240822037294650L

Serialized Fields

pField

JTuple2iField pField
Displays the tuple if not null.

Class us.temerity.pipeline.ui.JTuple3dField extends JDoubleTupleField implements Serializable

serialVersionUID: -1460220970609364246L

Class us.temerity.pipeline.ui.JTuple3dParamTableCellEditor extends JTuple3dTableCellEditor implements Serializable

serialVersionUID: 3227554295894529110L

Class us.temerity.pipeline.ui.JTuple3dParamTableCellRenderer extends JTuple3dTableCellRenderer implements Serializable

serialVersionUID: 4617015135707438043L

Class us.temerity.pipeline.ui.JTuple3dTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 4019088112629394884L

Serialized Fields

pField

JTuple3dField pField
The integer field editor.

Class us.temerity.pipeline.ui.JTuple3dTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 6997629161832240773L

Serialized Fields

pField

JTuple3dField pField
Displays the tuple if not null.

Class us.temerity.pipeline.ui.JTuple3iField extends JIntegerTupleField implements Serializable

serialVersionUID: 2494105237163466491L

Class us.temerity.pipeline.ui.JTuple3iParamTableCellEditor extends JTuple3iTableCellEditor implements Serializable

serialVersionUID: -2004087105445588267L

Class us.temerity.pipeline.ui.JTuple3iParamTableCellRenderer extends JTuple3iTableCellRenderer implements Serializable

serialVersionUID: 4619590652861937396L

Class us.temerity.pipeline.ui.JTuple3iTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: -7084534799591137968L

Serialized Fields

pField

JTuple3iField pField
The integer field editor.

Class us.temerity.pipeline.ui.JTuple3iTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 2777621120046307965L

Serialized Fields

pField

JTuple3iField pField
Displays the tuple if not null.

Class us.temerity.pipeline.ui.JTuple4dField extends JDoubleTupleField implements Serializable

serialVersionUID: -2453191464454358030L

Class us.temerity.pipeline.ui.JTuple4dParamTableCellEditor extends JTuple4dTableCellEditor implements Serializable

serialVersionUID: -1820701380763773582L

Class us.temerity.pipeline.ui.JTuple4dParamTableCellRenderer extends JTuple4dTableCellRenderer implements Serializable

serialVersionUID: -6586514190253602986L

Class us.temerity.pipeline.ui.JTuple4dTableCellEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 7183582141275142117L

Serialized Fields

pField

JTuple4dField pField
The integer field editor.

Class us.temerity.pipeline.ui.JTuple4dTableCellRenderer extends JFastTableCellRenderer implements Serializable

serialVersionUID: 6478217448165799497L

Serialized Fields

pField

JTuple4dField pField
Displays the tuple if not null.

Class us.temerity.pipeline.ui.JVertSplitPanel extends JSplitPane implements Serializable

serialVersionUID: 3047669563591539312L


TEMERITY