|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.AbstractContext | +--planetj.dataengine.JavaContext | +--planetj.dataengine.operation.JavaOperationContext
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 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 |
public static final String className
Constructor Detail |
public JavaOperationContext()
Method Detail |
public Application getApplication() throws CMException
getApplication
in interface IApplicationContext
CMException
public int getApplicationId()
getApplicationId
in interface IApplicationContext
public String getMetaDataAlias()
getMetaDataAlias
in interface IApplicationContext
public Operation getOperation() throws CMException
getOperation
in interface IOperationContext
CMException
public int getOperationId()
getOperationId
in interface IOperationContext
public void setApplicationId(int id)
setApplicationId
in interface IApplicationContext
public void setMetaDataAlias(String alias)
setMetaDataAlias
in interface IApplicationContext
public void setOperationId(int id)
setOperationId
in interface IOperationContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |