com.adobe.idp.taskmanager.dsc.client.query
Interface ProcessRow

All Superinterfaces:
java.io.Serializable

public interface ProcessRow
extends java.io.Serializable

A ProcessRow object contains a row of data pertaining to a particular process.


Method Summary
 int getProcessMajorVersion()
          Retrieves the major version of the process
 int getProcessMinorVersion()
          Retrieves the minor version of the process
 java.lang.String getProcessName()
          Retrieves the name of the process.
 java.lang.String getProcessTitle()
          Retrieves the title of the process.
 

Method Detail

getProcessName

java.lang.String getProcessName()
Retrieves the name of the process.

Returns:
The process name.

getProcessTitle

java.lang.String getProcessTitle()
Retrieves the title of the process.

Returns:
The process title.

getProcessMajorVersion

int getProcessMajorVersion()
Retrieves the major version of the process


getProcessMinorVersion

int getProcessMinorVersion()
Retrieves the minor version of the process



[an error occurred while processing this directive] [an error occurred while processing this directive]