planetj.dataengine.application
Interface IApplicationContext

All Superinterfaces:
IContext
All Known Subinterfaces:
IOperationContext
All Known Implementing Classes:
ApplicationSQLContext, HTMLOperationContext, JavaOperationContext, URLOperationContext

public interface IApplicationContext
extends IContext

Author:
PlanetJ Corporation

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 where the operation and application reside.
 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.
 
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
 

Method Detail

getApplication

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

CMException

getApplicationId

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


getMetaDataAlias

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


setApplicationId

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


setMetaDataAlias

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