|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.server.api.crd.CompletedCRDInfo
jet.server.api.crd.CompletedCubeInfo
public class CompletedCubeInfo
| Field Summary | |
|---|---|
static short |
ACTIVITY_CREATE
indicates the activity type of a log of cube: create (value=1). |
static short |
ACTIVITY_DELETE
indicates the activity type of a log of cube: delete (value=7). |
static short |
ACTIVITY_DISABLE
indicates the activity type of a log of cube: disable (value=5). |
static short |
ACTIVITY_EDIT
indicates the activity type of a log of cube: edit (value=2). |
static short |
ACTIVITY_ENABLE
indicates the activity type of a log of cube: enable (value=6). |
static short |
ACTIVITY_INITIATE
indicates the activity type of a log of cube: initiate (value=3). |
static short |
ACTIVITY_UPDATE
indicates the activity type of a log of cube: update (value=4). |
| Method Summary | |
|---|---|
short |
getActivityType()
get activity type of a log of cube, return value may be ACTIVITY_CREATEACTIVITY_EDITACTIVITY_INITIATEACTIVITY_UPDATEACTIVITY_DISABLEACTIVITY_ENABLEACTIVITY_DELETE |
java.lang.String |
getBvName()
get BV name the cube related. |
java.lang.String |
getMessage()
get message of the historical info of cube, maybe a error message if failed to generate cube result, or other message. |
| Methods inherited from class jet.server.api.crd.CompletedCRDInfo |
|---|
getCatalogName, getCatalogPath, getCompletedTime, getCrdInfo, getDataSource, getId, getLastModified, getParamFile, getPassword, getQueryName, getQueryType, getStartTime, getUserName, isLazy, isSuccess, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short ACTIVITY_CREATE
public static final short ACTIVITY_EDIT
public static final short ACTIVITY_INITIATE
public static final short ACTIVITY_UPDATE
public static final short ACTIVITY_DISABLE
public static final short ACTIVITY_ENABLE
public static final short ACTIVITY_DELETE
| Method Detail |
|---|
public java.lang.String getBvName()
public short getActivityType()
ACTIVITY_CREATEACTIVITY_EDITACTIVITY_INITIATEACTIVITY_UPDATEACTIVITY_DISABLEACTIVITY_ENABLEACTIVITY_DELETE
public java.lang.String getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||