planetj.dataengine.operation
Class JavaOperationContext

java.lang.Object
  |
  +--planetj.dataengine.AbstractContext
        |
        +--planetj.dataengine.JavaContext
              |
              +--planetj.dataengine.operation.JavaOperationContext
All Implemented Interfaces:
Cloneable, IApplicationContext, IContext, INavigationObject, IOperationContext, Serializable

public class JavaOperationContext
extends JavaContext
implements IOperationContext

Author:
PlanetJ Corporation
See Also:
Serialized Form

Field Summary
static String className
          Class name.
 
Fields inherited from class planetj.dataengine.AbstractContext
DEFAULT_TYPE, PARAM_ESCAPE_NUMBERED, PARAM_ESCAPE_TABLE, PARAM_ESCAPE_USAGE_ID, PARAM_ESCAPE_USER, PARAM_ESCAPE_USER_USAGE_ID, PARAM_NUMBERED, PARAM_TABLE, PARAM_USAGE_ID, PARAM_USER, PARAM_USER_USAGE_ID
 
Constructor Summary
JavaOperationContext()
           
 
Method Summary
 Application getApplication()
          Get this context's application.
 int getApplicationId()
          Get this context's appplication's id.
 String getMetaDataAlias()
          Get the alias for the system the operation and application reside.
 Operation getOperation()
          Get this context's operation.
 int getOperationId()
          Get this context's operation's id.
 void setApplicationId(int id)
          Set this context's appplication's id.
 void setMetaDataAlias(String alias)
          Set the alias for the system the operation and application reside.
 void setOperationId(int id)
          Set this context's operation's id.
 
Methods inherited from class planetj.dataengine.JavaContext
execute, getPropertyGroups
 
Methods inherited from class planetj.dataengine.AbstractContext
clear, clearParameterValues, clone, equals, getCode, getDataTimestamp, getDisplayParameters, getExecutingContext, getNavigationKey, getNavigationListKey, getOriginalCode, getParameter, getParameter, getParameterCollection, getParameterCount, getParameterCount, getParameterDisplayFields, getParameterDisplayFields, getParameters, getParameters, getParameterSource, getParameterValidationExceptions, getPropertyGroup, getPropertyGroups, getRowParameters, isCloneNeeded, isContainsDisplayParameters, isContainsParameters, isLocked, isParameterized, loadUserAndExecutingContextValues, loadUserValues, lock, parameterAltered, removeNavigationKey, setCode, setCode, setDataTimestamp, setExecutingContext, setNavigationKey, setParameterCollection, setParameterDisplayValues, setParameterValue, setParameterValue, setParameterValues, setParameterValues, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface planetj.dataengine.operation.IOperationContext
getDataTimestamp, setDataTimestamp
 
Methods inherited from interface planetj.dataengine.IContext
clone, getDisplayParameters, getExecutingContext, getOriginalCode, getParameter, getParameter, getParameterCount, getParameterCount, getParameters, getParameters, getParameterValidationExceptions, getPropertyGroup, getPropertyGroups, getPropertyGroups, parameterAltered, setExecutingContext, setParameterValues, setParameterValues
 

Field Detail

className

public static final String className
Class name.

Constructor Detail

JavaOperationContext

public JavaOperationContext()
Method Detail

getApplication

public Application getApplication()
                           throws CMException
Get this context's application.

Specified by:
getApplication in interface IApplicationContext
CMException

getApplicationId

public int getApplicationId()
Get this context's appplication's id.

Specified by:
getApplicationId in interface IApplicationContext

getMetaDataAlias

public String getMetaDataAlias()
Get the alias for the system the operation and application reside.

Specified by:
getMetaDataAlias in interface IApplicationContext

getOperation

public Operation getOperation()
                       throws CMException
Get this context's operation.

Specified by:
getOperation in interface IOperationContext
CMException

getOperationId

public int getOperationId()
Get this context's operation's id.

Specified by:
getOperationId in interface IOperationContext

setApplicationId

public void setApplicationId(int id)
Set this context's appplication's id.

Specified by:
setApplicationId in interface IApplicationContext

setMetaDataAlias

public void setMetaDataAlias(String alias)
Set the alias for the system the operation and application reside.

Specified by:
setMetaDataAlias in interface IApplicationContext

setOperationId

public void setOperationId(int id)
Set this context's operation's id.

Specified by:
setOperationId in interface IOperationContext