|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectplanetj.dataengine.AbstractContext
planetj.dataengine.HTMLContext
planetj.dataengine.operation.HTMLOperationContext
| Field Summary | |
static java.lang.String |
className
Class name. |
| Fields inherited from class planetj.dataengine.AbstractContext |
DEFAULT_TYPE, mCode, mLocked, mParameterized, mParameterNames, mParameterSource, mParameterValues, 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, TYPE_TABLE_PARAMETER |
| Constructor Summary | |
HTMLOperationContext()
HTMLOperationContext constructor comment. |
|
HTMLOperationContext(ExecutingContext ec)
HTMLOperationContext constructor comment. |
|
HTMLOperationContext(IUser user)
Deprecated. replaced with HTMLOperationContext(ExecutingContext) |
|
| Method Summary | |
Application |
getApplication()
Get this context's application. |
int |
getApplicationId()
Get this context's appplication's id. |
java.lang.String |
getCreationSource()
Gets this context's source of where it was created. |
java.lang.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(java.lang.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.HTMLContext |
appendProperties, execute, execute, execute, getPropertyGroups, handleParameter, isParameterTokenEnd, rectifyCode |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface planetj.dataengine.operation.IOperationContext |
getDataTimestamp, setDataTimestamp |
| Field Detail |
public static final java.lang.String className
| Constructor Detail |
public HTMLOperationContext()
public HTMLOperationContext(IUser user)
user - IUserpublic HTMLOperationContext(ExecutingContext ec)
| Method Detail |
public Application getApplication()
throws CMException
getApplication in interface IApplicationContextCMExceptionpublic int getApplicationId()
getApplicationId in interface IApplicationContextpublic java.lang.String getMetaDataAlias()
getMetaDataAlias in interface IApplicationContext
public Operation getOperation()
throws CMException
getOperation in interface IOperationContextCMExceptionpublic int getOperationId()
getOperationId in interface IOperationContextpublic void setApplicationId(int id)
setApplicationId in interface IApplicationContextpublic void setMetaDataAlias(java.lang.String alias)
setMetaDataAlias in interface IApplicationContextpublic void setOperationId(int id)
setOperationId in interface IOperationContextpublic java.lang.String getCreationSource()
AbstractContext
getCreationSource in class AbstractContext
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||